Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0](v0.3.0...v1.0.0) (2022-06-18)

### ⚠ BREAKING CHANGES

* Signatures of `MemoizationStore::insert` and
`MemoizationStore::get` altered.

Co-authored-by: Roland Fredenhagen <[email protected]>

### Features

* return type does not have to be Clone ([044862d](044862d))
  • Loading branch information
semantic-release-bot committed Jun 18, 2022
1 parent c5e4543 commit 1921e49
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.0.0](https://github.com/mobusoperandi/michie/compare/v0.3.0...v1.0.0) (2022-06-18)


### ⚠ BREAKING CHANGES

* Signatures of `MemoizationStore::insert` and
`MemoizationStore::get` altered.

Co-authored-by: Roland Fredenhagen <[email protected]>

### Features

* return type does not have to be Clone ([044862d](https://github.com/mobusoperandi/michie/commit/044862dbf776c03c697abb1f6d2d8a16cf3e0dbc))

## [0.3.0](https://github.com/mobusoperandi/michie/compare/v0.2.13...v0.3.0) (2022-06-15)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "michie"
version = "0.3.0"
version = "1.0.0"
edition = "2021"
description = "An attribute macro that adds memoization to a function (sounds like Mickey)"
repository = "https://github.com/mobusoperandi/michie"
Expand Down Expand Up @@ -28,7 +28,7 @@ members = [
]

[dependencies]
michie-macro = { path = "macro", version = "=0.3.0" }
michie-macro = { path = "macro", version = "=1.0.0" }

[dev-dependencies]
cargo-edit = "0.9.1"
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "michie-macro"
version = "0.3.0"
version = "1.0.0"
edition = "2021"
description = "proc-macro crate for the michie crate"
repository = "https://github.com/mobusoperandi/michie"
Expand Down

0 comments on commit 1921e49

Please sign in to comment.