From 9a190b78a5ef540c261f2af0ca5a820e18910746 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Jun 2022 14:12:21 +0000 Subject: [PATCH] chore(release): 0.2.11 [skip ci] ## [0.2.11](https://github.com/mobusoperandi/michie/compare/v0.2.10...v0.2.11) (2022-06-07) ### CI * rename workflow ([fe01348](https://github.com/mobusoperandi/michie/commit/fe0134890035548e91cb6c78baf4d6bacc5f6c9d)), closes [#204](https://github.com/mobusoperandi/michie/issues/204) ### Documentation * shields.io build badge ([4c0f356](https://github.com/mobusoperandi/michie/commit/4c0f35686ddf362fa3c81bbd2bbb88e7b4fafa98)) --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- macro/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef51518..ad40b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.2.11](https://github.com/mobusoperandi/michie/compare/v0.2.10...v0.2.11) (2022-06-07) + + +### CI + +* rename workflow ([fe01348](https://github.com/mobusoperandi/michie/commit/fe0134890035548e91cb6c78baf4d6bacc5f6c9d)), closes [#204](https://github.com/mobusoperandi/michie/issues/204) + + +### Documentation + +* shields.io build badge ([4c0f356](https://github.com/mobusoperandi/michie/commit/4c0f35686ddf362fa3c81bbd2bbb88e7b4fafa98)) + ## [0.2.10](https://github.com/mobusoperandi/michie/compare/v0.2.9...v0.2.10) (2022-06-07) diff --git a/Cargo.lock b/Cargo.lock index b078588..6dc0924 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1675,7 +1675,7 @@ dependencies = [ [[package]] name = "michie" -version = "0.2.10" +version = "0.2.11" dependencies = [ "cargo-edit", "cargo-make", @@ -1695,7 +1695,7 @@ dependencies = [ [[package]] name = "michie-macro" -version = "0.2.10" +version = "0.2.11" dependencies = [ "attribute-derive", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 99790c7..88f96eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie" -version = "0.2.10" +version = "0.2.11" edition = "2021" description = "An attribute macro that adds memoization to a function (pronounced /'mikɪ/)" repository = "https://github.com/mobusoperandi/michie" @@ -28,7 +28,7 @@ members = [ ] [dependencies] -michie-macro = { path = "macro", version = "=0.2.10" } +michie-macro = { path = "macro", version = "=0.2.11" } [dev-dependencies] cargo-edit = "0.9.1" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 14b05d9..4d15f61 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie-macro" -version = "0.2.10" +version = "0.2.11" edition = "2021" description = "proc-macro crate for the michie crate" repository = "https://github.com/mobusoperandi/michie"