From 9100e57f3ec9cb25caaaba85c2ddb304ad76ac43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 16:38:04 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c78aca23..e291daa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.0](https://github.com/pawelrubin/rustshed/compare/v0.3.0...v0.4.0) (2022-06-25) + + +### Features + +* Add proper typeguards. ([3c916c6](https://github.com/pawelrubin/rustshed/commit/3c916c63e25e935eee48d44ab38351f635dd5031)) + + +### Bug Fixes + +* Add py.typed marker. ([7924a7e](https://github.com/pawelrubin/rustshed/commit/7924a7e90ea3ad730288e37a4505e937d2010246)) +* Froze dataclasses. ([ade63af](https://github.com/pawelrubin/rustshed/commit/ade63af39ca12abc9fa8264555677ba3b334bb9e)) + ## [0.3.0](https://github.com/pawelrubin/rustshed/compare/v0.2.1...v0.3.0) (2022-06-24) diff --git a/pyproject.toml b/pyproject.toml index dd2e5dc4..a85369c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rustshed" -version = "0.3.0" +version = "0.4.0" description = "Rust types in Python." authors = ["Paweł Rubin "] keywords = ["rust", "result", "option"]