Skip to content

Commit a6aaebc

Browse files
author
Phil Varner
authored
v0.2.0 release prep (#57)
1 parent 1aedb19 commit a6aaebc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [v0.2.0] - 2023-11-16
99

1010
### Changed
1111

@@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3636

3737
Initial release.
3838

39-
[Unreleased]: <https://github.com/stac-utils/stac-task/compare/v0.1.1...main>
39+
<!-- [Unreleased]: <https://github.com/stac-utils/stac-task/compare/v0.1.1...main> -->
40+
[v0.2.0]: <https://github.com/stac-utils/stac-task/compare/v0.1.1...v0.2.0>
4041
[v0.1.1]: <https://github.com/stac-utils/stac-task/compare/v0.1.0...v0.1.1>
4142
[v0.1.0]: <https://github.com/stac-utils/stac-task/tree/v0.1.0>

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stactask"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = [{ name = "Matthew Hanson", email = "[email protected]" }]
55
maintainers = [{ name = "Pete Gadomski", email = "[email protected]" }]
66
description = "Class interface for running custom algorithms and workflows on STAC Items"

0 commit comments

Comments
 (0)