Skip to content

Commit c146c9d

Browse files
authored
release: v0.8.3 (#710)
1 parent 065b8f9 commit c146c9d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
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]
@@ -25,7 +25,7 @@ repos:
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$"

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

384386
Initial 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

0 commit comments

Comments
 (0)