Skip to content

Commit

Permalink
Update CHANGELOG for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Oct 4, 2023
1 parent 8f4fcbc commit 88c1423
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2023-10-04

### Added
- Add `StorageHandle`, a clonable handle to borrowed unsized storage

### Changed
- Support unsized storage (`TStorage: ?Sized` everywhere)
- Adds `StorageHandle` to support this, a clonable handle to borrowed unsized storage

## [0.4.0] - 2023-10-04

Expand Down Expand Up @@ -70,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial public release

[unreleased]: https://github.com/LDeakin/zarrs/compare/v0.4.0...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/LDeakin/zarrs/releases/tag/v0.4.1
[0.4.0]: https://github.com/LDeakin/zarrs/releases/tag/v0.4.0
[0.3.0]: https://github.com/LDeakin/zarrs/releases/tag/v0.3.0
[0.2.0]: https://github.com/LDeakin/zarrs/releases/tag/v0.2.0

0 comments on commit 88c1423

Please sign in to comment.