Skip to content

Commit

Permalink
Prepare 0.11.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Feb 6, 2024
1 parent 7c05afa commit 88c3cc3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.6] - 2024-02-06

### Added
- Add a global configuration `config::Config` accessible via `config::{get_config,get_config_mut}`
- Currently it exposes a single configuration option: `validate_checksums` (default: `true`)
Expand Down Expand Up @@ -522,7 +524,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.11.5...HEAD
[unreleased]: https://github.com/LDeakin/zarrs/compare/v0.11.6...HEAD
[0.11.6]: https://github.com/LDeakin/zarrs/releases/tag/v0.11.6
[0.11.5]: https://github.com/LDeakin/zarrs/releases/tag/v0.11.5
[0.11.4]: https://github.com/LDeakin/zarrs/releases/tag/v0.11.4
[0.11.3]: https://github.com/LDeakin/zarrs/releases/tag/v0.11.3
Expand Down

0 comments on commit 88c3cc3

Please sign in to comment.