File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/charliermarsh/ruff-pre-commit
6
- rev : " v0.4.5 "
6
+ rev : " v0.4.6 "
7
7
hooks :
8
8
- id : ruff
9
9
args : [--fix, --exit-non-zero-on-fix]
12
12
hooks :
13
13
- id : black
14
14
- repo : https://github.com/codespell-project/codespell
15
- rev : v2.2.6
15
+ rev : v2.3.0
16
16
hooks :
17
17
- id : codespell
18
18
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.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.8.2] - 2024-05-30
11
+
10
12
### Added
11
13
12
14
- 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.
376
378
377
379
Initial release.
378
380
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
380
383
[ v0.8.1 ] : https://github.com/stac-utils/pystac-client/compare/v0.8.0...v0.8.1
381
384
[ v0.8.0 ] : https://github.com/stac-utils/pystac-client/compare/v0.7.7...v0.8.0
382
385
[ 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