Skip to content

Commit

Permalink
Release prep 0.6.1 (#168)
Browse files Browse the repository at this point in the history
* docs: prep for release v0.6.1

* docs: fixup CHANGELOG links
  • Loading branch information
pjhartzell authored Nov 25, 2024
1 parent a30192c commit f544899
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.6.1]

### Added

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

### Deprecated

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

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

Initial release.

[unreleased]: <https://github.com/stac-utils/stac-task/compare/v0.6.0...main>
[unreleased]: <https://github.com/stac-utils/stac-task/compare/v0.6.1...main>
[0.6.1]: <https://github.com/stac-utils/stac-task/compare/v0.6.0...0.6.1>
[0.6.0]: <https://github.com/stac-utils/stac-task/compare/v0.5.1...0.6.0>
[0.5.1]: <https://github.com/stac-utils/stac-task/compare/v0.5.0...v0.5.1>
[0.5.0]: <https://github.com/stac-utils/stac-task/compare/v0.4.2...v0.5.0>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
copyright = "2021, Element 84, Inc."

release = "0.6"
version = "0.6.0"
version = "0.6.1"

# -- General configuration

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "stactask"
version = "0.6.0"
version = "0.6.1"
authors = [{ name = "Matthew Hanson", email = "[email protected]" }]
maintainers = [{ name = "Ian Cooke", email = "[email protected]" }]
description = "Class interface for running custom algorithms and workflows on STAC Items"
Expand Down

0 comments on commit f544899

Please sign in to comment.