Skip to content

Commit

Permalink
Bump ome_zarr_metadata to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Nov 22, 2024
1 parent e60550c commit 17adddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Include `zarrs` version when running binaries with `-v`/`--version`
- Cleanup `zarrs_info` docs and CLI help
- `zarrs_ome`: add [OME-Zarr 0.5](https://ngff.openmicroscopy.org/0.5/) support, remove interim 0.5 version support
- Bump `ome_zarr_metadata` to 0.2.0

### Removed
- `zarrs_info`: Remove `--time` argument
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ndarray = { version = "0.16.0", features = ["approx", "rayon"] }
netcdf = { version = "0.10.2", optional = true, features = ["static"] }
num-traits = "0.2.18"
# object_store = { version = "0.11.0", optional = true, features = ["http"] } # , "aws"
ome_zarr_metadata = { version = "0.1.0", optional = true }
ome_zarr_metadata = { version = "0.2.0", optional = true }
opendal = { version = "0.50", default-features = false, features = ["services-fs", "services-http"] } # , "services-s3"
rayon = "1.10.0"
rayon_iter_concurrent_limit = "0.2.0"
Expand Down

0 comments on commit 17adddd

Please sign in to comment.