From 88c3cc3d7e958887d96f077e811b092e40b104a1 Mon Sep 17 00:00:00 2001 From: Lachlan Deakin Date: Tue, 6 Feb 2024 11:22:25 +1100 Subject: [PATCH] Prepare 0.11.6 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a93c2133..a670a6e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`) @@ -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