Skip to content

Commit

Permalink
chore(deps): bump half to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Mar 8, 2025
1 parent 187ac66 commit 74bee58
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `DataTypeExtension` variant to `CodecError`
- `ArrayCreateError::DataTypeCreateError` now uses a `PluginCreateError` internally
- **Breaking**: `ArrayError` is now marked as non-exhaustive
- Bump `half` to 2.3.1

### Fixed
- Fixed reserving one more element than necessary when retrieving `string` or `bytes` array elements
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ version = "0.52.0"
version = "2.1.3"

[workspace.dependencies.half]
version = "2.0.0"
version = "2.3.1"
features = ["bytemuck"]

[workspace.dependencies.num]
Expand Down
1 change: 1 addition & 0 deletions zarrs_data_type/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **Breaking**: `DataType::{identifier,size,fixed_size}()` are no longer `const`
- **Breaking**: `DataType::from_metadata()` now returns a `PluginCreateError`
- **Breaking**: `DataType::metadata_fill_value()` is now fallible
- Bump `half` to 2.3.1

### Removed
- **Breaking**: Remove `UnsupportedDataTypeError`
Expand Down
2 changes: 2 additions & 0 deletions zarrs_metadata/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]

- Bump `half` to 2.3.1

## [0.3.6] - 2025-03-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion zarrs_metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zarrs_metadata"
version = "0.3.6"
version = "0.3.7"
authors = ["Lachlan Deakin <[email protected]>"]
edition = "2021"
rust-version = "1.77"
Expand Down

0 comments on commit 74bee58

Please sign in to comment.