@@ -5,23 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and 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
139139Initial 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 >
0 commit comments