Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
CHANGELOG updates for 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeifer committed Nov 2, 2022
1 parent cc2783d commit a534224
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]


## [v0.8.1] - 2022-11-2

### Added

* Added `predicate=` option to `transfer.download_item_assets`, allowing a function to
determine which assets to download
* Added `predicate=` option to `transfer.download_item_assets`, allowing a
function to determine which assets to download ([#55])

### Changed

* boto3utils minimum version 0.3.3

### Fixed

* statedb bug for paged queries using secondary index ([#58])


## [v0.8.0] - 2022-09-12

Expand Down Expand Up @@ -275,10 +287,12 @@ Initial Release
[#38]: https://github.com/cirrus-geo/cirrus-lib/pull/38
[#41]: https://github.com/cirrus-geo/cirrus-lib/pull/41
[#49]: https://github.com/cirrus-geo/cirrus-lib/pull/49
[#55]: https://github.com/cirrus-geo/cirrus-lib/pull/55

[#44]: https://github.com/cirrus-geo/cirrus-lib/issues/44
[#51]: https://github.com/cirrus-geo/cirrus-lib/issues/51
[#53]: https://github.com/cirrus-geo/cirrus-lib/issues/53
[#58]: https://github.com/cirrus-geo/cirrus-lib/issues/58

[c919fad]: https://github.com/cirrus-geo/cirrus-lib/commit/c919fadb83bb4f5cdfd082d482e25975ce12aa2c
[02ff5e3]: https://github.com/cirrus-geo/cirrus-lib/commit/02ff5e33412026b1fedda97727eef66715a27492

0 comments on commit a534224

Please sign in to comment.