Skip to content

Commit

Permalink
chore(release): 3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.2](v3.0.1...v3.0.2) (2023-04-14)

### Bug fixes

* update michie-macro version in lockfile ([3ca4ced](3ca4ced))

### Build system / dependencies

* cargo update ([e45cb47](e45cb47))
* cargo update ([d6c94c1](d6c94c1))
* rm unused cardo-edit ([408fee3](408fee3))
* update conventional_commits_linter ([7304101](7304101))
  • Loading branch information
semantic-release-bot committed Apr 14, 2023
1 parent bf4f6df commit 3f9b8ac
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [3.0.2](https://github.com/mobusoperandi/michie/compare/v3.0.1...v3.0.2) (2023-04-14)


### Bug fixes

* update michie-macro version in lockfile ([3ca4ced](https://github.com/mobusoperandi/michie/commit/3ca4ceda42b5337409fab9b71748795d1b689101))


### Build system / dependencies

* cargo update ([e45cb47](https://github.com/mobusoperandi/michie/commit/e45cb47d383de703943095398f323e7685f7acb1))
* cargo update ([d6c94c1](https://github.com/mobusoperandi/michie/commit/d6c94c192f8ce1aa67e4643618be4ae34c54b0f7))
* rm unused cardo-edit ([408fee3](https://github.com/mobusoperandi/michie/commit/408fee3fe7653cdff26870a25e537225a615dfb9))
* update conventional_commits_linter ([7304101](https://github.com/mobusoperandi/michie/commit/730410161c46ca3fca1092a38273c5b79db332b0))

## [3.0.1](https://github.com/mobusoperandi/michie/compare/v3.0.0...v3.0.1) (2023-02-19)


Expand Down
2 changes: 1 addition & 1 deletion 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 = "3.0.1"
version = "3.0.2"
edition = "2021"
description = "An attribute macro that adds memoization to a function (sounds like Mickey)"
repository = "https://github.com/mobusoperandi/michie"
Expand Down Expand Up @@ -28,7 +28,7 @@ members = [
]

[dependencies]
michie-macro = { path = "macro", version = "3.0.1" }
michie-macro = { path = "macro", version = "3.0.2" }

[dev-dependencies]
cargo-make = "0.36.2"
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 = "3.0.1"
version = "3.0.2"
edition = "2021"
description = "proc-macro crate for the michie crate"
repository = "https://github.com/mobusoperandi/michie"
Expand Down

0 comments on commit 3f9b8ac

Please sign in to comment.