Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and pawelrubin committed Jun 24, 2022
1 parent 637006b commit ae87b01
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/pawelrubin/rustshed/compare/v0.2.1...v0.3.0) (2022-06-24)


### Features

* Add missing methods to Option and Result. ([637006b](https://github.com/pawelrubin/rustshed/commit/637006b70fd659927093d95083d3472f2bb7a089))


### Documentation

* Add docs to BaseOption class. ([4a0c2ad](https://github.com/pawelrubin/rustshed/commit/4a0c2ad99cc3d4126625aa8e443d6483ac42b091))

## [0.2.1](https://github.com/pawelrubin/rustshed/compare/v0.2.0...v0.2.1) (2022-06-20)


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.2.1"
version = "0.3.0"
description = "Rust types in Python."
authors = ["Paweł Rubin <pawelrubindev@gmail.com>"]
keywords = ["rust", "result", "option"]
Expand Down

0 comments on commit ae87b01

Please sign in to comment.