From d1d36162feaf5c3fabdad26963514c61ee62bec7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Jun 2022 06:25:48 +0000 Subject: [PATCH] chore(release): 0.2.13 [skip ci] ## [0.2.13](https://github.com/mobusoperandi/michie/compare/v0.2.12...v0.2.13) (2022-06-09) ### Documentation * sounds like mickey ([4a85462](https://github.com/mobusoperandi/michie/commit/4a854627191be83b3ae8465e64f6f8c4ab286f05)) --- 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 67bb84d..56b8318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.13](https://github.com/mobusoperandi/michie/compare/v0.2.12...v0.2.13) (2022-06-09) + + +### Documentation + +* sounds like mickey ([4a85462](https://github.com/mobusoperandi/michie/commit/4a854627191be83b3ae8465e64f6f8c4ab286f05)) + ## [0.2.12](https://github.com/mobusoperandi/michie/compare/v0.2.11...v0.2.12) (2022-06-08) diff --git a/Cargo.lock b/Cargo.lock index 0a283d6..2396570 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1675,7 +1675,7 @@ dependencies = [ [[package]] name = "michie" -version = "0.2.12" +version = "0.2.13" dependencies = [ "cargo-edit", "cargo-make", @@ -1695,7 +1695,7 @@ dependencies = [ [[package]] name = "michie-macro" -version = "0.2.12" +version = "0.2.13" dependencies = [ "attribute-derive", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index d7e215d..765012a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie" -version = "0.2.12" +version = "0.2.13" 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 = "=0.2.12" } +michie-macro = { path = "macro", version = "=0.2.13" } [dev-dependencies] cargo-edit = "0.9.1" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 3d3a344..e493d40 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie-macro" -version = "0.2.12" +version = "0.2.13" edition = "2021" description = "proc-macro crate for the michie crate" repository = "https://github.com/mobusoperandi/michie"