diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cd6882d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# 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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1] - 2024-11-15 + +### Added + +- Dehydration ([#2](https://github.com/developmentseed/hydraters/pull/2)) +- Docs ([#4](https://github.com/developmentseed/hydraters/pull/4)) + +### Changed + +- Moved to + +## [0.1.0] - 2024-11-11 + +Initial release + +[Unreleased]: https://github.com/developmentseed/hydraters/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/developmentseed/hydraters/compare/v0.1.0...v0.1.1 +[0.1.0]: https://github.com/developmentseed/hydraters/releases/tag/v0.1.0 diff --git a/pyproject.toml b/pyproject.toml index 62e67d9..480942b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hydraters" -version = "0.1.0" +version = "0.1.1" description = "Hydrate Python dictionaries with Rust." readme = "README.md" requires-python = ">=3.9"