Skip to content

Commit

Permalink
chore(main): release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and pawelrubin committed Jun 25, 2022
1 parent ade63af commit 9100e57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rustshed"
version = "0.3.0"
version = "0.4.0"
description = "Rust types in Python."
authors = ["Paweł Rubin <pawelrubindev@gmail.com>"]
keywords = ["rust", "result", "option"]
Expand Down

0 comments on commit 9100e57

Please sign in to comment.