Skip to content

Commit 9ead2f9

Browse files
author
Phil Varner
authored
release prep 0.3.0 (#71)
1 parent 45b12e2 commit 9ead2f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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 - TBD
8+
## [v0.3.0] - 2023-12-20
99

1010
### Changed
1111

@@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4444
Initial release.
4545

4646
<!-- [Unreleased]: <https://github.com/stac-utils/stac-task/compare/v0.1.1...main> -->
47+
[v0.3.0]: <https://github.com/stac-utils/stac-task/compare/v0.2.0...v0.3.0>
4748
[v0.2.0]: <https://github.com/stac-utils/stac-task/compare/v0.1.1...v0.2.0>
4849
[v0.1.1]: <https://github.com/stac-utils/stac-task/compare/v0.1.0...v0.1.1>
4950
[v0.1.0]: <https://github.com/stac-utils/stac-task/tree/v0.1.0>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stactask"
3-
version = "0.2.0"
3+
version = "0.3.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)