Skip to content

Commit 41ce454

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2023-02-19) ### Testing * add rust-toolchain.toml and update .stderr files ([825f09c](825f09c)) * satisfy iter_kv_map ([cbdded5](cbdded5)) ### Documentation * fix readme ci badge ([5f122f8](5f122f8)), closes [#240](#240) * rm "made by mobus operandi" ([6948ba2](6948ba2)) * rm erroneous clone call from "how it works" ([a67994e](a67994e)), closes [#239](#239) * rm unused import in store_init example ([176c1ad](176c1ad)), closes [#227](#227) ### Build system / dependencies * rm workaround for rust-lang/cargo#9507 ([25d6fec](25d6fec)) * semantic-release-cargo ([4ad8615](4ad8615)) * upgrade deps ([08ca121](08ca121))
1 parent cbd6665 commit 41ce454

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [3.0.1](https://github.com/mobusoperandi/michie/compare/v3.0.0...v3.0.1) (2023-02-19)
2+
3+
4+
### Testing
5+
6+
* add rust-toolchain.toml and update .stderr files ([825f09c](https://github.com/mobusoperandi/michie/commit/825f09c37e330848c6a756895a896f0952534e09))
7+
* satisfy iter_kv_map ([cbdded5](https://github.com/mobusoperandi/michie/commit/cbdded538c4c756aea7483f618bcd66d16a7a4e9))
8+
9+
10+
### Documentation
11+
12+
* fix readme ci badge ([5f122f8](https://github.com/mobusoperandi/michie/commit/5f122f88b0f2a7190b6f73e315e9de67436aa678)), closes [#240](https://github.com/mobusoperandi/michie/issues/240)
13+
* rm "made by mobus operandi" ([6948ba2](https://github.com/mobusoperandi/michie/commit/6948ba2b60c2b51a398832626c6d3c3c883c3f42))
14+
* rm erroneous clone call from "how it works" ([a67994e](https://github.com/mobusoperandi/michie/commit/a67994ebe1fedca2e1da71bf5cb85fc618d3ba4a)), closes [#239](https://github.com/mobusoperandi/michie/issues/239)
15+
* rm unused import in store_init example ([176c1ad](https://github.com/mobusoperandi/michie/commit/176c1ad616acdf3f1667631b972a8a718c6e3fb7)), closes [#227](https://github.com/mobusoperandi/michie/issues/227)
16+
17+
18+
### Build system / dependencies
19+
20+
* rm workaround for https://github.com/rust-lang/cargo/issues/9507 ([25d6fec](https://github.com/mobusoperandi/michie/commit/25d6fec41bc18fafebf47fa46e2a99ba4e4f8c63))
21+
* semantic-release-cargo ([4ad8615](https://github.com/mobusoperandi/michie/commit/4ad8615250a314c28cf93795921c69cfffc3a857))
22+
* upgrade deps ([08ca121](https://github.com/mobusoperandi/michie/commit/08ca12122a353d76b032ae1561e4f8b16ec750c7))
23+
124
## [3.0.0](https://github.com/mobusoperandi/michie/compare/v2.0.0...v3.0.0) (2022-10-24)
225

326

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "michie"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
edition = "2021"
55
description = "An attribute macro that adds memoization to a function (sounds like Mickey)"
66
repository = "https://github.com/mobusoperandi/michie"
@@ -28,7 +28,7 @@ members = [
2828
]
2929

3030
[dependencies]
31-
michie-macro = { path = "macro", version = "=3.0.0" }
31+
michie-macro = { path = "macro", version = "3.0.1" }
3232

3333
[dev-dependencies]
3434
cargo-edit = "0.11.5"

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "michie-macro"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
edition = "2021"
55
description = "proc-macro crate for the michie crate"
66
repository = "https://github.com/mobusoperandi/michie"

0 commit comments

Comments
 (0)