Skip to content

Commit

Permalink
release: v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Dec 3, 2024
1 parent 2c8544b commit 27868a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2] - 2024-12-03

### Fixed

- Allow `None` for base ([#8](https://github.com/developmentseed/hydraters/pull/8))

## [0.1.1] - 2024-11-15

### Added
Expand All @@ -22,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release

[Unreleased]: https://github.com/developmentseed/hydraters/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/developmentseed/hydraters/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/developmentseed/hydraters/compare/v0.1.1...v0.1.2
[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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hydraters"
version = "0.1.1"
version = "0.1.2"
description = "Hydrate Python dictionaries with Rust."
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27868a4

Please sign in to comment.