From d08767dddeacf391a9d4598511f7d39b57fc1bb0 Mon Sep 17 00:00:00 2001 From: Lachlan Deakin Date: Wed, 17 Jan 2024 13:46:40 +1100 Subject: [PATCH] Update docs to reflect acceptance of ZEP1/2 --- Cargo.toml | 2 +- src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bdf7c222..856691f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zarrs" -version = "0.10.0" +version = "0.10.1" authors = ["Lachlan Deakin "] edition = "2021" rust-version = "1.71" diff --git a/src/lib.rs b/src/lib.rs index 0b0a0f8f..021b54e8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,8 +12,8 @@ //! Zarrs will remain unstable as the API is refined and the Zarr V3 specification is finalised. //! //! ## Implementation Status -//! - [x] [ZEP0001 - Zarr specification version 3](https://zarr.dev/zeps/draft/ZEP0001.html). -//! - [x] [ZEP0002 - Sharding codec](https://zarr.dev/zeps/draft/ZEP0002.html) ([under review](https://github.com/zarr-developers/zarr-specs/issues/254)). +//! - [x] [ZEP0001 - Zarr specification version 3](https://zarr.dev/zeps/accepted/ZEP0001.html). +//! - [x] [ZEP0002 - Sharding codec](https://zarr.dev/zeps/accepted/ZEP0002.html). //! - [x] [ZEP0003 - Variable chunking](https://zarr.dev/zeps/draft/ZEP0003.html) ([draft](https://github.com/orgs/zarr-developers/discussions/52)). //! - [x] Stores and storage adapters: //! - Sync: