File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
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.6 "
6+ rev : " v0.5.0 "
77 hooks :
88 - id : ruff
99 args : [--fix, --exit-non-zero-on-fix]
2525 additional_dependencies :
2626 - importlib_metadata < 5; python_version == "3.7"
2727 - repo : https://github.com/pre-commit/mirrors-mypy
28- rev : v1.10.0
28+ rev : v1.10.1
2929 hooks :
3030 - id : mypy
3131 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.
77
88## [ Unreleased]
99
10+ ## [ v0.8.3] - 2024-07-01
11+
1012### Fixed
1113
1214- 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.
383385
384386Initial release.
385387
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
387390[ v0.8.2 ] : https://github.com/stac-utils/pystac-client/compare/v0.8.1...v0.8.2
388391[ v0.8.1 ] : https://github.com/stac-utils/pystac-client/compare/v0.8.0...v0.8.1
389392[ 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