Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Sep 25, 2023
1 parent 3b8e27c commit 64aa902
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- Add `CHANGELOG.md`

### Changed
- Require the `ndarray` *feature* for examples
- Remove the `ndarray` dev dependency

## [0.2.0] - 2023-09-25

### Added
- Initial public release

[unreleased]: https://github.com/LDeakin/zarrs/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/LDeakin/zarrs/releases/tag/v0.2.0

0 comments on commit 64aa902

Please sign in to comment.