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.6.9 "
6
+ rev : " v0.7.0 "
7
7
hooks :
8
8
- id : ruff
9
9
args : [--fix, --exit-non-zero-on-fix]
25
25
additional_dependencies :
26
26
- importlib_metadata < 5; python_version == "3.7"
27
27
- repo : https://github.com/pre-commit/mirrors-mypy
28
- rev : v1.12 .0
28
+ rev : v1.13 .0
29
29
hooks :
30
30
- id : mypy
31
31
files : " .*\\ .py$"
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.5] - 2024-10-23
11
+
10
12
### Fixed
11
13
12
14
- Use urljoin to build hrefs [ #746 ] ( https://github.com/stac-utils/pystac-client/pull/746 )
@@ -399,7 +401,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
399
401
400
402
Initial release.
401
403
402
- [ Unreleased ] : https://github.com/stac-utils/pystac-client/compare/v0.8.4...main
404
+ [ Unreleased ] : https://github.com/stac-utils/pystac-client/compare/v0.8.5...main
405
+ [ v0.8.5 ] : https://github.com/stac-utils/pystac-client/compare/v0.8.4...v0.8.5
403
406
[ v0.8.4 ] : https://github.com/stac-utils/pystac-client/compare/v0.8.3...v0.8.4
404
407
[ v0.8.3 ] : https://github.com/stac-utils/pystac-client/compare/v0.8.2...v0.8.3
405
408
[ v0.8.2 ] : https://github.com/stac-utils/pystac-client/compare/v0.8.1...v0.8.2
Original file line number Diff line number Diff line change 1
- __version__ = "0.8.4 "
1
+ __version__ = "0.8.5 "
You can’t perform that action at this time.
0 commit comments