# 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]
## [0.1.5](https://codeberg.org/gillesvink/image-ndarray/compare/v0.1.4...v0.1.5) - 2025-11-12
### Other
- Restrict all dependencies to strict range
## [0.1.4](https://codeberg.org/gillesvink/image-ndarray/compare/v0.1.3...v0.1.4) - 2025-10-31
### Other
- Add support for converting to 2d array
## [0.1.3](https://codeberg.org/gillesvink/image-ndarray/compare/v0.1.2...v0.1.3) - 2025-10-31
### Other
- Switch to thiserror with conditional `std` feature and disable tests when `image` is not enabled
## [0.1.2](https://codeberg.org/gillesvink/image-ndarray/compare/v0.1.1...v0.1.2) - 2025-10-28
### Other
- Add NormalizedFloat trait to convert to and from floats to (unsigned) ints
## [0.1.1](https://codeberg.org/gillesvink/image-ndarray/compare/v0.1.0...v0.1.1) - 2025-10-27
### Other
- Rename as_mut_ndarray to as_ndarray_mut
## [0.1.0](https://codeberg.org/gillesvink/image-ndarray/releases/tag/v0.1.0) - 2025-10-27
### Other
- Initial release