Skip to content

Commit bd4160f

Browse files
authored
release: v0.1.3 (#38)
1 parent b3099e0 commit bd4160f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.3] - 2025-10-27
11+
1012
### Added
1113

1214
- `strip_unmatched_markers` helper removes ``DO_NOT_MERGE_MARKER`` keys and emits
@@ -35,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3537

3638
Initial release
3739

38-
[Unreleased]: https://github.com/developmentseed/hydraters/compare/v0.1.2...HEAD
40+
[Unreleased]: https://github.com/developmentseed/hydraters/compare/v0.1.3...HEAD
41+
[0.1.3]: https://github.com/developmentseed/hydraters/compare/v0.1.2...v0.1.3
3942
[0.1.2]: https://github.com/developmentseed/hydraters/compare/v0.1.1...v0.1.2
4043
[0.1.1]: https://github.com/developmentseed/hydraters/compare/v0.1.0...v0.1.1
4144
[0.1.0]: https://github.com/developmentseed/hydraters/releases/tag/v0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hydraters"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Hydrate Python dictionaries with Rust."
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)