Skip to content

Commit

Permalink
chore(release): 0.2.10 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.10](v0.2.9...v0.2.10) (2022-06-07)

### Documentation

* non-features ([802f3fc](802f3fc)), closes [#210](#210) [#212](#212)
  • Loading branch information
semantic-release-bot committed Jun 7, 2022
1 parent 4181689 commit a6d402d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.2.10](https://github.com/mobusoperandi/michie/compare/v0.2.9...v0.2.10) (2022-06-07)


### Documentation

* non-features ([802f3fc](https://github.com/mobusoperandi/michie/commit/802f3fc01b9b2c16924c7b20aad61822065c3ac6)), closes [#210](https://github.com/mobusoperandi/michie/issues/210) [#212](https://github.com/mobusoperandi/michie/issues/212)

## [0.2.9](https://github.com/mobusoperandi/michie/compare/v0.2.8...v0.2.9) (2022-06-07)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "michie"
version = "0.2.9"
version = "0.2.10"
edition = "2021"
description = "An attribute macro that adds memoization to a function (pronounced /'mikɪ/)"
repository = "https://github.com/mobusoperandi/michie"
Expand Down Expand Up @@ -28,7 +28,7 @@ members = [
]

[dependencies]
michie-macro = { path = "macro", version = "=0.2.9" }
michie-macro = { path = "macro", version = "=0.2.10" }

[dev-dependencies]
cargo-edit = "0.9.1"
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "michie-macro"
version = "0.2.9"
version = "0.2.10"
edition = "2021"
description = "proc-macro crate for the michie crate"
repository = "https://github.com/mobusoperandi/michie"
Expand Down

0 comments on commit a6d402d

Please sign in to comment.