Skip to content

Commit

Permalink
release: v0.1.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Nov 15, 2024
1 parent 87c331b commit 58401b4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/developmentseed/hydraters>

## [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
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.0"
version = "0.1.1"
description = "Hydrate Python dictionaries with Rust."
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 58401b4

Please sign in to comment.