Skip to content

Commit 543d17f

Browse files
author
Jon Duckworth
authored
Merge pull request #359 from duckontheweb/version/1.0.0-beta.2
v1.0.0 beta.2 merge to main
2 parents c7d845f + f715761 commit 543d17f

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

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

77
### Changed
88

9+
### Fixed
10+
11+
### Removed
12+
13+
## [1.0.0-beta.2]
14+
15+
### Changed
16+
917
- 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))
1018
- Increased test coverage for the pointcloud extension ([#352](https://github.com/stac-utils/pystac/pull/352))
1119

1220
### Fixed
1321

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

16-
### Remove
24+
### Removed
25+
26+
- Removed type information from docstrings, since it is redundant with function type
27+
annotations ([#342](https://github.com/stac-utils/pystac/pull/342))
1728

1829
## [1.0.0-beta.1]
1930

@@ -302,7 +313,8 @@ use `Band.create`
302313

303314
Initial release.
304315

305-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.1..main>
316+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.2..main>
317+
[v1.0.0-beta.2]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.1..v1.0.0-beta.2>
306318
[v1.0.0-beta.1]: <https://github.com/stac-utils/pystac/compare/v0.5.6..v1.0.0-beta.1>
307319
[v0.5.6]: <https://github.com/stac-utils/pystac/compare/v0.5.5..v0.5.6>
308320
[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)