Skip to content

Commit

Permalink
release: v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed May 20, 2024
1 parent b31e1bb commit 2b21ebd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.3.2] - 2024-05-20

### Added

- Timeout configuration for `HttpClient` ([#163](https://github.com/stac-utils/stac-asset/pull/163))
Expand Down Expand Up @@ -142,7 +144,8 @@ Used to be <https://github.com/gadomski/stac-asset>.

Initial release.

[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.3.1...HEAD
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.3.2...HEAD
[0.3.2]: <https://github.com/stac-utils/stac-asset/compare/v0.3.1...v0.3.2>
[0.3.1]: <https://github.com/stac-utils/stac-asset/compare/v0.3.0...v0.3.1>
[0.3.0]: <https://github.com/stac-utils/stac-asset/compare/v0.2.4...v0.3.0>
[0.2.4]: <https://github.com/stac-utils/stac-asset/compare/v0.2.3...v0.2.4>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "stac-asset"
version = "0.3.1"
version = "0.3.2"
description = "Read and download STAC assets across platforms and providers"
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
readme = "README.md"
Expand Down

0 comments on commit 2b21ebd

Please sign in to comment.