From 25fdb47004c532271180871fc06a9302678ad271 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Jun 2022 14:23:03 +0000 Subject: [PATCH] chore(release): 0.2.8 [skip ci] ## [0.2.8](https://github.com/mobusoperandi/michie/compare/v0.2.7...v0.2.8) (2022-06-06) ### Documentation * update section on mobus operandi ([d43f2ad](https://github.com/mobusoperandi/michie/commit/d43f2ade6767187eb15e2176875378bb6d48a068)), closes [#205](https://github.com/mobusoperandi/michie/issues/205) --- 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 ff7e782..b447ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.8](https://github.com/mobusoperandi/michie/compare/v0.2.7...v0.2.8) (2022-06-06) + + +### Documentation + +* update section on mobus operandi ([d43f2ad](https://github.com/mobusoperandi/michie/commit/d43f2ade6767187eb15e2176875378bb6d48a068)), closes [#205](https://github.com/mobusoperandi/michie/issues/205) + ## [0.2.7](https://github.com/mobusoperandi/michie/compare/v0.2.6...v0.2.7) (2022-06-06) diff --git a/Cargo.lock b/Cargo.lock index 9249ff0..304dde9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1814,7 +1814,7 @@ dependencies = [ [[package]] name = "michie" -version = "0.2.7" +version = "0.2.8" dependencies = [ "cargo-edit", "cargo-make", @@ -1835,7 +1835,7 @@ dependencies = [ [[package]] name = "michie-macro" -version = "0.2.7" +version = "0.2.8" dependencies = [ "attribute-derive", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index cbdebf8..92e12e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie" -version = "0.2.7" +version = "0.2.8" 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.7" } +michie-macro = { path = "macro", version = "=0.2.8" } [dev-dependencies] cargo-edit = "0.9.1" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index af81f7b..a623613 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "michie-macro" -version = "0.2.7" +version = "0.2.8" edition = "2021" description = "proc-macro crate for the michie crate" repository = "https://github.com/mobusoperandi/michie"