diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df8479..76588f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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.6.1] - 2024-12-25 ### Added - Support for a no-data color in plotting. @@ -90,7 +92,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Numpy array interface - Fixed up the CI for package maintenance, CI, and releases. -[Unreleased]: https://github.com/collijk/rasterra/compare/0.6.0...master +[Unreleased]: https://github.com/collijk/rasterra/compare/0.6.1...master +[0.6.1]: https://github.com/collijk/rasterra/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/collijk/rasterra/compare/0.5.14...0.6.0 [0.5.14]: https://github.com/collijk/rasterra/compare/0.5.13...0.5.14 [0.5.13]: https://github.com/collijk/rasterra/compare/0.5.12...0.5.13 diff --git a/pyproject.toml b/pyproject.toml index 62b3d1d..24e3460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rasterra" -version = "0.6.0" +version = "0.6.1" description = "A sleek, object-oriented interface designed for intuitive raster data manipulation in Python." authors = [ "James Collins ",