Skip to content

Commit

Permalink
chore: #112 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Dec 28, 2024
1 parent 732e77b commit 5288a90
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- impl `From<Node>` for `NodePath` ([#112] by [@niklasmueboe])
- Add `Group::child[_{group,array}]_paths` ([#112] by [@niklasmueboe])

[#112]: https://github.com/LDeakin/zarrs/pull/112

## [0.18.2] - 2024-12-25

### Added
- [#104](https://github.com/LDeakin/zarrs/pull/104) functions to get children of Group by [@niklasmueboe]
- functions to get children of Group ([#104] by [@niklasmueboe])
- adds `Group::[async_]children`, `Group::[async_]child_groups`, `Group::[async_]child_arrays`
- Impl `From<Node>` for `NodeMetadata`

### Changed
- Reduce metadata code duplication in the `Node` module

[#104]: https://github.com/LDeakin/zarrs/pull/104

## [0.18.1] - 2024-12-17

### Changed
Expand Down

0 comments on commit 5288a90

Please sign in to comment.