Skip to content

Commit 8642905

Browse files
chore(release): 0.2.7 [skip ci]
## [0.2.7](v0.2.6...v0.2.7) (2022-06-06) ### Documentation * no table of contents in table of contents ([b8df712](b8df712)), closes [#203](#203)
1 parent 06ade9b commit 8642905

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.7](https://github.com/mobusoperandi/michie/compare/v0.2.6...v0.2.7) (2022-06-06)
2+
3+
4+
### Documentation
5+
6+
* 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)
7+
18
## [0.2.6](https://github.com/mobusoperandi/michie/compare/v0.2.5...v0.2.6) (2022-06-05)
29

310

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "michie"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition = "2021"
55
description = "An attribute macro that adds memoization to a function (pronounced /'mikɪ/)"
66
repository = "https://github.com/mobusoperandi/michie"
@@ -28,7 +28,7 @@ members = [
2828
]
2929

3030
[dependencies]
31-
michie-macro = { path = "macro", version = "=0.2.6" }
31+
michie-macro = { path = "macro", version = "=0.2.7" }
3232

3333
[dev-dependencies]
3434
cargo-edit = "0.9.1"

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "michie-macro"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
edition = "2021"
55
description = "proc-macro crate for the michie crate"
66
repository = "https://github.com/mobusoperandi/michie"

0 commit comments

Comments
 (0)