Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2023-02-19)

### Testing

* add rust-toolchain.toml and update .stderr files ([825f09c](825f09c))
* satisfy iter_kv_map ([cbdded5](cbdded5))

### Documentation

* fix readme ci badge ([5f122f8](5f122f8)), closes [#240](#240)
* rm "made by mobus operandi" ([6948ba2](6948ba2))
* rm erroneous clone call from "how it works" ([a67994e](a67994e)), closes [#239](#239)
* rm unused import in store_init example ([176c1ad](176c1ad)), closes [#227](#227)

### Build system / dependencies

* rm workaround for rust-lang/cargo#9507 ([25d6fec](25d6fec))
* semantic-release-cargo ([4ad8615](4ad8615))
* upgrade deps ([08ca121](08ca121))
  • Loading branch information
semantic-release-bot committed Feb 19, 2023
1 parent cbd6665 commit 41ce454
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [3.0.1](https://github.com/mobusoperandi/michie/compare/v3.0.0...v3.0.1) (2023-02-19)


### Testing

* add rust-toolchain.toml and update .stderr files ([825f09c](https://github.com/mobusoperandi/michie/commit/825f09c37e330848c6a756895a896f0952534e09))
* satisfy iter_kv_map ([cbdded5](https://github.com/mobusoperandi/michie/commit/cbdded538c4c756aea7483f618bcd66d16a7a4e9))


### Documentation

* fix readme ci badge ([5f122f8](https://github.com/mobusoperandi/michie/commit/5f122f88b0f2a7190b6f73e315e9de67436aa678)), closes [#240](https://github.com/mobusoperandi/michie/issues/240)
* rm "made by mobus operandi" ([6948ba2](https://github.com/mobusoperandi/michie/commit/6948ba2b60c2b51a398832626c6d3c3c883c3f42))
* rm erroneous clone call from "how it works" ([a67994e](https://github.com/mobusoperandi/michie/commit/a67994ebe1fedca2e1da71bf5cb85fc618d3ba4a)), closes [#239](https://github.com/mobusoperandi/michie/issues/239)
* rm unused import in store_init example ([176c1ad](https://github.com/mobusoperandi/michie/commit/176c1ad616acdf3f1667631b972a8a718c6e3fb7)), closes [#227](https://github.com/mobusoperandi/michie/issues/227)


### Build system / dependencies

* rm workaround for https://github.com/rust-lang/cargo/issues/9507 ([25d6fec](https://github.com/mobusoperandi/michie/commit/25d6fec41bc18fafebf47fa46e2a99ba4e4f8c63))
* semantic-release-cargo ([4ad8615](https://github.com/mobusoperandi/michie/commit/4ad8615250a314c28cf93795921c69cfffc3a857))
* upgrade deps ([08ca121](https://github.com/mobusoperandi/michie/commit/08ca12122a353d76b032ae1561e4f8b16ec750c7))

## [3.0.0](https://github.com/mobusoperandi/michie/compare/v2.0.0...v3.0.0) (2022-10-24)


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.0"
version = "3.0.1"
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.0" }
michie-macro = { path = "macro", version = "3.0.1" }

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

0 comments on commit 41ce454

Please sign in to comment.