Skip to content

Commit a969cf9

Browse files
committed
update CHANGELOG and version
1 parent 90296b5 commit a969cf9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.flake8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ ignore = E126,E127,W503
1515

1616
exclude =
1717
docs/build
18-
.tox

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [v0.1.1] - 2021-04-16
10+
911
### Added
1012

1113
- `ItemSearch.items_as_collection` [#37](https://github.com/stac-utils/pystac-client/pull/37)
1214

1315
### Fixed
1416

1517
- Include headers in STAC_IO [#38](https://github.com/stac-utils/pystac-client/pull/38)
18+
- README updated to reflect actual CLI behavior
1619

1720
### Changed
1821

1922
- CLI: pass in heades as list of KEY=VALUE pairs
2023

21-
### Removed
22-
2324
## [v0.1.0] - 2021-04-14
2425

2526
Initial release.
2627

27-
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.1.0...main>
28+
[Unreleased]: <https://github.com/stac-utils/pystac-client/compare/v0.1.1...main>
29+
[v0.1.1]: <https://github.com/stac-utils/pystac-client/compare/v0.1.0..v0.1.1>
2830
[v0.1.0]: <https://github.com/stac-utils/pystac-client/tree/v0.1.0>
2931

pystac_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.1.1'

0 commit comments

Comments
 (0)