Skip to content

Commit b9a5996

Browse files
committed
release: v0.2.0
1 parent 6c0cf64 commit b9a5996

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.2.0] - 2023-08-23
10+
911
### Added
1012

1113
- Use multiple clients when downloading ([#46](https://github.com/stac-utils/stac-asset/pull/46))
@@ -91,7 +93,8 @@ Used to be <https://github.com/gadomski/stac-asset>.
9193

9294
Initial release.
9395

94-
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.1.1...HEAD
96+
[unreleased]: https://github.com/stac-utils/stac-asset/compare/v0.2.0...HEAD
97+
[0.2.0]: https://github.com/stac-utils/stac-asset/compare/v0.1.1...v0.2.0
9598
[0.1.1]: https://github.com/stac-utils/stac-asset/compare/v0.1.0...v0.1.1
9699
[0.1.0]: https://github.com/stac-utils/stac-asset/compare/v0.0.4...v0.1.0
97100
[0.0.4]: https://github.com/stac-utils/stac-asset/compare/v0.0.3...v0.0.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stac-asset"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Read and download STAC assets across platforms and providers"
55
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)