Skip to content

Commit

Permalink
crumbles: bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed Sep 13, 2023
1 parent 06bf635 commit 684233d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion crumbles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2023-09-13

### Changed

- Change `AsRef<[u8]>` and `AsMut<[u8]>` implementations for `Mmap` to always
Expand Down Expand Up @@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ISSUES -->

<!-- VERSIONS -->
[Unreleased]: https://github.com/dusk-network/piecrust/compare/crumbles-0.1.3...HEAD
[Unreleased]: https://github.com/dusk-network/piecrust/compare/crumbles-0.2.0...HEAD
[0.2.0]: https://github.com/dusk-network/piecrust/compare/crumbles-0.1.3...crumbles-0.2.0
[0.1.3]: https://github.com/dusk-network/piecrust/compare/crumbles-0.1.2...crumbles-0.1.3
[0.1.2]: https://github.com/dusk-network/piecrust/compare/crumbles-0.1.1...crumbles-0.1.2
[0.1.1]: https://github.com/dusk-network/piecrust/compare/crumbles-0.1.0...crumbles-0.1.1
Expand Down
2 changes: 1 addition & 1 deletion crumbles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ categories = ["data-structures", "memory-management"]
keywords = ["memory", "snapshots", "page", "dirty"]

repository = "https://github.com/dusk-network/piecrust"
version = "0.1.3"
version = "0.2.0"

edition = "2021"
license = "MPL-2.0"
Expand Down

0 comments on commit 684233d

Please sign in to comment.