File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
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.6 "
6
+ rev : " v0.5.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.10.0
28
+ rev : v1.10.1
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.3] - 2024-07-01
11
+
10
12
### Fixed
11
13
12
14
- Actually set ` timeout ` when initializing ` StacApiIO ` [ #709 ] ( https://github.com/stac-utils/pystac-client/pull/709 )
@@ -383,7 +385,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
383
385
384
386
Initial release.
385
387
386
- [ Unreleased ] : https://github.com/stac-utils/pystac-client/compare/v0.8.2...main
388
+ [ Unreleased ] : https://github.com/stac-utils/pystac-client/compare/v0.8.3...main
389
+ [ v0.8.3 ] : https://github.com/stac-utils/pystac-client/compare/v0.8.2...v0.8.3
387
390
[ v0.8.2 ] : https://github.com/stac-utils/pystac-client/compare/v0.8.1...v0.8.2
388
391
[ v0.8.1 ] : https://github.com/stac-utils/pystac-client/compare/v0.8.0...v0.8.1
389
392
[ v0.8.0 ] : https://github.com/stac-utils/pystac-client/compare/v0.7.7...v0.8.0
You can’t perform that action at this time.
0 commit comments