Skip to content

Commit 8cd7cb0

Browse files
committed
release: v0.1.1
1 parent be0bc64 commit 8cd7cb0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
56
and 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

1219
Initial 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>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
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
),

0 commit comments

Comments
 (0)