From 86429059ead25931e3afff52aaf8374964354bd9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Jun 2022 14:11:51 +0000 Subject: [PATCH] chore(release): 0.2.7 [skip ci] ## [0.2.7](https://github.com/mobusoperandi/michie/compare/v0.2.6...v0.2.7) (2022-06-06) ### Documentation * no table of contents in table of contents ([b8df712](https://github.com/mobusoperandi/michie/commit/b8df712211fe38ccb71c7010455ae7b025657a7c)), closes [#203](https://github.com/mobusoperandi/michie/issues/203) --- 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 9f3adc9..ff7e782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.7](https://github.com/mobusoperandi/michie/compare/v0.2.6...v0.2.7) (2022-06-06) + + +### Documentation + +* no table of contents in table of contents ([b8df712](https://github.com/mobusoperandi/michie/commit/b8df712211fe38ccb71c7010455ae7b025657a7c)), closes [#203](https://github.com/mobusoperandi/michie/issues/203) + ## [0.2.6](https://github.com/mobusoperandi/michie/compare/v0.2.5...v0.2.6) (2022-06-05) diff --git a/Cargo.lock b/Cargo.lock index d5367bd..9249ff0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1814,7 +1814,7 @@ dependencies = [ [[package]] name = "michie" -version = "0.2.6" +version = "0.2.7" dependencies = [ "cargo-edit", "cargo-make", @@ -1835,7 +1835,7 @@ dependencies = [ [[package]] name = "michie-macro" -version = "0.2.6" +version = "0.2.7" dependencies = [ "attribute-derive", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 8fe60f7..cbdebf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie" -version = "0.2.6" +version = "0.2.7" 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.6" } +michie-macro = { path = "macro", version = "=0.2.7" } [dev-dependencies] cargo-edit = "0.9.1" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 6302dcb..af81f7b 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie-macro" -version = "0.2.6" +version = "0.2.7" edition = "2021" description = "proc-macro crate for the michie crate" repository = "https://github.com/mobusoperandi/michie"