Skip to content

Commit f544899

Browse files
authored
Release prep 0.6.1 (#168)
* docs: prep for release v0.6.1 * docs: fixup CHANGELOG links
1 parent a30192c commit f544899

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ 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.6.1]
99

1010
### Added
1111

12-
- ([#167](https://github.com/stac-utils/stac-task/issues/167)) Adds workflow-level
12+
- ([#167](https://github.com/stac-utils/stac-task/pull/167)) Adds workflow-level
1313
options to the ProcessDefinition object in a new `workflow_options` field. They are
1414
combined with each task's options, giving precedence to the task options on conflict.
15-
- ([#167](https://github.com/stac-utils/stac-task/issues/167)) Adds a `workflow_options`
15+
- ([#167](https://github.com/stac-utils/stac-task/pull/167)) Adds a `workflow_options`
1616
property to the `Task` class that returns the `workflow_options` dictionary from the
1717
`ProcessDefinition` object.
18-
- ([#167](https://github.com/stac-utils/stac-task/issues/167)) Adds a `task_options`
18+
- ([#167](https://github.com/stac-utils/stac-task/pull/167)) Adds a `task_options`
1919
property to the `Task` class that returns the task options from the `tasks` dictionary
2020
in the `ProcessDefinition` object.
2121

2222
### Deprecated
2323

24-
- ([#166](https://github.com/stac-utils/stac-task/issues/123)) Bare `ProcessDefinition`
24+
- ([#166](https://github.com/stac-utils/stac-task/pull/166)) Bare `ProcessDefinition`
2525
objects are deprecated in favor of arrays of `ProcessDefinition` objects.
2626

2727
## [0.6.0]
@@ -138,7 +138,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
138138

139139
Initial release.
140140

141-
[unreleased]: <https://github.com/stac-utils/stac-task/compare/v0.6.0...main>
141+
[unreleased]: <https://github.com/stac-utils/stac-task/compare/v0.6.1...main>
142+
[0.6.1]: <https://github.com/stac-utils/stac-task/compare/v0.6.0...0.6.1>
142143
[0.6.0]: <https://github.com/stac-utils/stac-task/compare/v0.5.1...0.6.0>
143144
[0.5.1]: <https://github.com/stac-utils/stac-task/compare/v0.5.0...v0.5.1>
144145
[0.5.0]: <https://github.com/stac-utils/stac-task/compare/v0.4.2...v0.5.0>

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
copyright = "2021, Element 84, Inc."
1414

1515
release = "0.6"
16-
version = "0.6.0"
16+
version = "0.6.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.6.0"
3+
version = "0.6.1"
44
authors = [{ name = "Matthew Hanson", email = "matt.a.hanson@gmail.com" }]
55
maintainers = [{ name = "Ian Cooke", email = "ircwaves@gmail.com" }]
66
description = "Class interface for running custom algorithms and workflows on STAC Items"

0 commit comments

Comments
 (0)