Skip to content

Commit 72409ae

Browse files
author
Phil Varner
authored
Merge pull request #235 from stac-utils/release/v0.4.0
prepare for 0.4.0 release
2 parents 6841066 + 76198d5 commit 72409ae

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased] - TBD
88

9+
None
10+
11+
## [v0.4.0] - 2022-06-08
12+
913
### Added
1014

1115
- Significantly improved type hints
@@ -201,7 +205,8 @@ are in a single HTTP session, handle pagination and respects conformance
201205

202206
Initial release.
203207

204-
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.3.5...main>
208+
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.4.0...main>
209+
[v0.4.0]: <https://github.com/stac-utils/pystac-client/compare/v0.3.5...v0.4.0>
205210
[v0.3.5]: <https://github.com/stac-utils/pystac-client/compare/v0.3.4..v0.3.5>
206211
[v0.3.4]: <https://github.com/stac-utils/pystac-client/compare/v0.3.3..v0.3.4>
207212
[v0.3.3]: <https://github.com/stac-utils/pystac-client/compare/v0.3.2..v0.3.3>

RELEASING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
4. Update [CHANGELOG.md](CHANGELOG.md).
88
1. Add a new header under "Unreleased" with the new version and the date, e.g. `## [vX.Y.Z] - YYYY-MM-DD`.
99
2. Audit the changelog section to ensure all changes are captured.
10-
3. Add a new link reference at the bottom of the changelog with the new version.
10+
3. Add a link reference for the new version after the Unreleased link reference at the bottom of the file.
1111
Follow the format from the previous version links.
12-
4. Update the "Unreleased" link to reference your new version.
1312
5. (optional) Build the package locally and inspect its contents: `pip install build && python -m build`
1413
6. Open a pull request for your `release/vX.Y.Z` branch against the appropriate branch (either `main` or a version branch, e.g. `v0.3`).
1514
Include a section in the pull request description with the CHANGELOG contents for this version.

pystac_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.5"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)