File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
23All notable changes to this project will be documented in this file.
34
45The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
56and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
67
78## [ Unreleased]
89
10+ ## [ v0.1.1] - 2023-07-12
11+
12+ ### Fixed
13+
14+ - Typing ([ #11 ] ( https://github.com/stac-utils/stac-task/pull/11 ) , [ #25 ] ( https://github.com/stac-utils/stac-task/pull/25 ) )
15+ - Removed console scripts ([ #18 ] ( https://github.com/stac-utils/stac-task/pull/18 ) )
916
1017## [ v0.1.0] - 2022-10-31
1118
1219Initial release.
1320
14- [ Unreleased ] : < https://github.com/stac-utils/stac-task/compare/v0.1.0...main >
21+ [ Unreleased ] : < https://github.com/stac-utils/stac-task/compare/v0.1.1...main >
22+ [ v0.1.1 ] : < https://github.com/stac-utils/stac-task/compare/v0.1.0...v0.1.1 >
1523[ v0.1.0 ] : < https://github.com/stac-utils/stac-task/tree/v0.1.0 >
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = "stactask" ,
15- version = "0.1.0 " ,
15+ version = "0.1.1 " ,
1616 description = (
1717 "STAC Task class provides a class interface for running custom algorithms on STAC Items"
1818 ),
You can’t perform that action at this time.
0 commit comments