Skip to content

Commit 9ac2da6

Browse files
committed
Update CHANGELOG for new release
1 parent 429356e commit 9ac2da6

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
### Added
66

7+
### Removed
8+
9+
### Changed
10+
11+
### Deprecated
12+
13+
## [v1.0.0-rc.3]
14+
15+
### Added
16+
717
- (Experimental) support for Python 3.10 ([#473](https://github.com/stac-utils/pystac/pull/473))
818
- `LabelTask` enum in `pystac.extensions.label` with recommended values for
919
`"label:tasks"` field ([#484](https://github.com/stac-utils/pystac/pull/484))
@@ -41,8 +51,6 @@
4151
been removed in this release. ([#490](https://github.com/stac-utils/pystac/pull/490))
4252
- Support for Python 3.6 ([#500](https://github.com/stac-utils/pystac/pull/500))
4353

44-
### Deprecated
45-
4654
## [v1.0.0-rc.2]
4755

4856
### Added
@@ -428,7 +436,8 @@ use `Band.create`
428436

429437
Initial release.
430438

431-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.2..main>
439+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.3..main>
440+
[v1.0.0-rc.3]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.2..v1.0.0-rc.3>
432441
[v1.0.0-rc.2]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.1..v1.0.0-rc.2>
433442
[v1.0.0-rc.1]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.3..v1.0.0-rc.1>
434443
[v1.0.0-beta.3]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.2..v1.0.0-beta.3>

0 commit comments

Comments
 (0)