Skip to content

Commit

Permalink
Bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasspinner committed Jun 25, 2024
1 parent f9c5860 commit 52a3768
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT"
authors = ["Jonas Spinner"]
Expand Down
6 changes: 5 additions & 1 deletion crates/modular-decomposition/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## [0.3.0] - 2024-06-25

### Added

+ Examples to README
Expand Down Expand Up @@ -56,7 +58,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

+ Initial release

[unreleased]: https://github.com/jonasspinner/modular-decomposition/compare/v0.2.0...HEAD
[unreleased]: https://github.com/jonasspinner/modular-decomposition/compare/v0.3.0...HEAD

[0.3.0]: https://github.com/jonasspinner/modular-decomposition/compare/v0.2.0...v0.3.0

[0.2.0]: https://github.com/jonasspinner/modular-decomposition/compare/v0.1.0...v0.2.0

Expand Down

0 comments on commit 52a3768

Please sign in to comment.