File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 33
44repos :
55 - repo : https://github.com/charliermarsh/ruff-pre-commit
6- rev : " v0.4.5 "
6+ rev : " v0.4.6 "
77 hooks :
88 - id : ruff
99 args : [--fix, --exit-non-zero-on-fix]
1212 hooks :
1313 - id : black
1414 - repo : https://github.com/codespell-project/codespell
15- rev : v2.2.6
15+ rev : v2.3.0
1616 hooks :
1717 - id : codespell
1818 args : [--ignore-words=.codespellignore]
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ v0.8.2] - 2024-05-30
11+
1012### Added
1113
1214- Support for "Feature" type ` intersects ` dictionaries [ #696 ] ( https://github.com/stac-utils/pystac-client/pull/696 )
@@ -376,7 +378,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
376378
377379Initial release.
378380
379- [ Unreleased ] : https://github.com/stac-utils/pystac-client/compare/v0.8.1...main
381+ [ Unreleased ] : https://github.com/stac-utils/pystac-client/compare/v0.8.2...main
382+ [ v0.8.2 ] : https://github.com/stac-utils/pystac-client/compare/v0.8.1...v0.8.2
380383[ v0.8.1 ] : https://github.com/stac-utils/pystac-client/compare/v0.8.0...v0.8.1
381384[ v0.8.0 ] : https://github.com/stac-utils/pystac-client/compare/v0.7.7...v0.8.0
382385[ v0.7.7 ] : https://github.com/stac-utils/pystac-client/compare/v0.7.6...v0.7.7
Original file line number Diff line number Diff line change 1- __version__ = "0.8.1 "
1+ __version__ = "0.8.2 "
You can’t perform that action at this time.
0 commit comments