From 7d985abeedfb56f0e6932d706b24414d62d9d1f4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Jun 2022 14:14:06 +0000 Subject: [PATCH] chore(release): 0.2.3 [skip ci] ## [0.2.3](https://github.com/mobusoperandi/michie/compare/v0.2.2...v0.2.3) (2022-06-03) ### Bug fixes * pin macro dep ([35d6fce](https://github.com/mobusoperandi/michie/commit/35d6fcee90dda851d6115af0de80dfc1a2cdaa3b)) --- 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 5de6c56..92240fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.3](https://github.com/mobusoperandi/michie/compare/v0.2.2...v0.2.3) (2022-06-03) + + +### Bug fixes + +* pin macro dep ([35d6fce](https://github.com/mobusoperandi/michie/commit/35d6fcee90dda851d6115af0de80dfc1a2cdaa3b)) + ## [0.2.2](https://github.com/mobusoperandi/michie/compare/v0.2.1...v0.2.2) (2022-06-02) diff --git a/Cargo.lock b/Cargo.lock index dd17073..8aec927 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1350,7 +1350,7 @@ dependencies = [ [[package]] name = "michie" -version = "0.2.2" +version = "0.2.3" dependencies = [ "cargo-edit", "cargo-make", @@ -1369,7 +1369,7 @@ dependencies = [ [[package]] name = "michie-macro" -version = "0.2.2" +version = "0.2.3" dependencies = [ "attribute-derive", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index e536ecc..33a9e93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie" -version = "0.2.2" +version = "0.2.3" 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.2" } +michie-macro = { path = "macro", version = "=0.2.3" } [dev-dependencies] cargo-edit = "0.9.1" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 908e65b..1c12f90 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie-macro" -version = "0.2.2" +version = "0.2.3" edition = "2021" description = "proc-macro crate for the michie crate" repository = "https://github.com/mobusoperandi/michie"