From a6d402d3afc7c2d401aab22ea1916033c9e845c1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Jun 2022 13:49:49 +0000 Subject: [PATCH] chore(release): 0.2.10 [skip ci] ## [0.2.10](https://github.com/mobusoperandi/michie/compare/v0.2.9...v0.2.10) (2022-06-07) ### Documentation * non-features ([802f3fc](https://github.com/mobusoperandi/michie/commit/802f3fc01b9b2c16924c7b20aad61822065c3ac6)), closes [#210](https://github.com/mobusoperandi/michie/issues/210) [#212](https://github.com/mobusoperandi/michie/issues/212) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- macro/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 031260b..ef51518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.10](https://github.com/mobusoperandi/michie/compare/v0.2.9...v0.2.10) (2022-06-07) + + +### Documentation + +* non-features ([802f3fc](https://github.com/mobusoperandi/michie/commit/802f3fc01b9b2c16924c7b20aad61822065c3ac6)), closes [#210](https://github.com/mobusoperandi/michie/issues/210) [#212](https://github.com/mobusoperandi/michie/issues/212) + ## [0.2.9](https://github.com/mobusoperandi/michie/compare/v0.2.8...v0.2.9) (2022-06-07) diff --git a/Cargo.lock b/Cargo.lock index 24d40df..b078588 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1675,7 +1675,7 @@ dependencies = [ [[package]] name = "michie" -version = "0.2.9" +version = "0.2.10" dependencies = [ "cargo-edit", "cargo-make", @@ -1695,7 +1695,7 @@ dependencies = [ [[package]] name = "michie-macro" -version = "0.2.9" +version = "0.2.10" dependencies = [ "attribute-derive", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 5f50bf9..99790c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie" -version = "0.2.9" +version = "0.2.10" 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.9" } +michie-macro = { path = "macro", version = "=0.2.10" } [dev-dependencies] cargo-edit = "0.9.1" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 1d15a53..14b05d9 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie-macro" -version = "0.2.9" +version = "0.2.10" edition = "2021" description = "proc-macro crate for the michie crate" repository = "https://github.com/mobusoperandi/michie"