Skip to content

Commit 681ee50

Browse files
committed
release: v0.3.3
One minor changelog reorganization.
1 parent b8ff817 commit 681ee50

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
- Add `--filter-lang` parameter to allow specifying other filter language to be used within the `--filter` parameter
8+
9+
## [v0.3.3] - 2022-04-28
910

1011
### Added
1112

13+
- Add `--filter-lang` parameter to allow specifying other filter language to be used within the `--filter` parameter [#140](https://github.com/stac-utils/pystac-client/pull/140)
1214
- CI checks against minimum versions of all dependencies and any pre-release versions of PySTAC [#144](https://github.com/stac-utils/pystac-client/pull/144)
1315

1416
### Changed
@@ -134,7 +136,8 @@ are in a single HTTP session, handle pagination and respects conformance
134136

135137
Initial release.
136138

137-
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.3.2...main>
139+
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.3.3...main>
140+
[v0.3.3]: <https://github.com/stac-utils/pystac-client/compare/v0.3.2..v0.3.3>
138141
[v0.3.2]: <https://github.com/stac-utils/pystac-client/compare/v0.3.1..v0.3.2>
139142
[v0.3.1]: <https://github.com/stac-utils/pystac-client/compare/v0.3.0..v0.3.1>
140143
[v0.3.0]: <https://github.com/stac-utils/pystac-client/compare/v0.2.0..v0.3.0>

pystac_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.2'
1+
__version__ = '0.3.3'

0 commit comments

Comments
 (0)