Skip to content

Commit d15a99a

Browse files
author
Phil Varner
authored
release prep 0.5.1 (#130)
1 parent f6fd6ce commit d15a99a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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
8+
## [0.5.1] - 2024-05-23
99

1010
### Added
1111

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

114114
<!-- [unreleased]: <https://github.com/stac-utils/stac-task/compare/v0.4.2...main> -->
115+
[0.5.1]: <https://github.com/stac-utils/stac-task/compare/v0.5.0...v0.5.1>
115116
[0.5.0]: <https://github.com/stac-utils/stac-task/compare/v0.4.2...v0.5.0>
116117
[v0.4.2]: <https://github.com/stac-utils/stac-task/compare/v0.4.1...v0.4.2>
117118
[v0.4.1]: <https://github.com/stac-utils/stac-task/compare/v0.4.0...v0.4.1>

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
project = "STAC Task"
1313
copyright = "2021, Element 84, Inc."
1414

15-
release = "0.4"
16-
version = "0.5.0"
15+
release = "0.5"
16+
version = "0.5.1"
1717

1818
# -- General configuration
1919

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.5.0"
3+
version = "0.5.1"
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)