From 3f9b8ac0c4786e2c829b345f501c15575520d044 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Apr 2023 10:46:44 +0000 Subject: [PATCH] chore(release): 3.0.2 [skip ci] ## [3.0.2](https://github.com/mobusoperandi/michie/compare/v3.0.1...v3.0.2) (2023-04-14) ### Bug fixes * update michie-macro version in lockfile ([3ca4ced](https://github.com/mobusoperandi/michie/commit/3ca4ceda42b5337409fab9b71748795d1b689101)) ### Build system / dependencies * cargo update ([e45cb47](https://github.com/mobusoperandi/michie/commit/e45cb47d383de703943095398f323e7685f7acb1)) * cargo update ([d6c94c1](https://github.com/mobusoperandi/michie/commit/d6c94c192f8ce1aa67e4643618be4ae34c54b0f7)) * rm unused cardo-edit ([408fee3](https://github.com/mobusoperandi/michie/commit/408fee3fe7653cdff26870a25e537225a615dfb9)) * update conventional_commits_linter ([7304101](https://github.com/mobusoperandi/michie/commit/730410161c46ca3fca1092a38273c5b79db332b0)) --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 4 ++-- macro/Cargo.toml | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4776c07..5b4e52a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [3.0.2](https://github.com/mobusoperandi/michie/compare/v3.0.1...v3.0.2) (2023-04-14) + + +### Bug fixes + +* update michie-macro version in lockfile ([3ca4ced](https://github.com/mobusoperandi/michie/commit/3ca4ceda42b5337409fab9b71748795d1b689101)) + + +### Build system / dependencies + +* cargo update ([e45cb47](https://github.com/mobusoperandi/michie/commit/e45cb47d383de703943095398f323e7685f7acb1)) +* cargo update ([d6c94c1](https://github.com/mobusoperandi/michie/commit/d6c94c192f8ce1aa67e4643618be4ae34c54b0f7)) +* rm unused cardo-edit ([408fee3](https://github.com/mobusoperandi/michie/commit/408fee3fe7653cdff26870a25e537225a615dfb9)) +* update conventional_commits_linter ([7304101](https://github.com/mobusoperandi/michie/commit/730410161c46ca3fca1092a38273c5b79db332b0)) + ## [3.0.1](https://github.com/mobusoperandi/michie/compare/v3.0.0...v3.0.1) (2023-02-19) diff --git a/Cargo.lock b/Cargo.lock index c2a0fc5..75d4aef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1622,7 +1622,7 @@ dependencies = [ [[package]] name = "michie" -version = "3.0.1" +version = "3.0.2" dependencies = [ "cargo-make", "cargo_toml", diff --git a/Cargo.toml b/Cargo.toml index 5f164d3..e7c0e74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie" -version = "3.0.1" +version = "3.0.2" edition = "2021" description = "An attribute macro that adds memoization to a function (sounds like Mickey)" repository = "https://github.com/mobusoperandi/michie" @@ -28,7 +28,7 @@ members = [ ] [dependencies] -michie-macro = { path = "macro", version = "3.0.1" } +michie-macro = { path = "macro", version = "3.0.2" } [dev-dependencies] cargo-make = "0.36.2" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 463835a..5c45d9f 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie-macro" -version = "3.0.1" +version = "3.0.2" edition = "2021" description = "proc-macro crate for the michie crate" repository = "https://github.com/mobusoperandi/michie"