Skip to content

Commit ede7cf9

Browse files
committed
PySTAC version 1.0.0-beta.2
1 parent c7d845f commit ede7cf9

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,24 @@
66

77
### Changed
88

9+
### Fixed
10+
11+
### Remove
12+
13+
## [1.0.0-beta.2]
14+
15+
### Added
16+
17+
### Changed
18+
919
- Split `DefaultStacIO`'s reading and writing into two methods to allow subclasses to use the default link resolution behavior ([#354](https://github.com/stac-utils/pystac/pull/354))
1020
- Increased test coverage for the pointcloud extension ([#352](https://github.com/stac-utils/pystac/pull/352))
1121

1222
### Fixed
1323

1424
- Reading json without orjson ([#348](https://github.com/stac-utils/pystac/pull/348))
1525

16-
### Remove
26+
### Removed
1727

1828
## [1.0.0-beta.1]
1929

@@ -302,7 +312,8 @@ use `Band.create`
302312

303313
Initial release.
304314

305-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.1..main>
315+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.2..main>
316+
[v1.0.0-beta.2]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.1..v1.0.0-beta.2>
306317
[v1.0.0-beta.1]: <https://github.com/stac-utils/pystac/compare/v0.5.6..v1.0.0-beta.1>
307318
[v0.5.6]: <https://github.com/stac-utils/pystac/compare/v0.5.5..v0.5.6>
308319
[v0.5.5]: <https://github.com/stac-utils/pystac/compare/v0.5.4..v0.5.5>

pystac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from typing import Optional
33

4-
__version__ = "1.0.0-beta.1"
4+
__version__ = "1.0.0-beta.2"
55
"""Library version"""
66

77

0 commit comments

Comments
 (0)