Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.0...v3.0.0) (2022-10-24)

### ⚠ BREAKING CHANGES

* no default store type

Co-authored-by: José Manuel Peña <josemanuelp2@gmail.com>

### Features

* no default store type ([6707a4b](6707a4b))
  • Loading branch information
semantic-release-bot committed Oct 24, 2022
1 parent eb42faf commit 4aa9a04
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [3.0.0](https://github.com/mobusoperandi/michie/compare/v2.0.0...v3.0.0) (2022-10-24)


### ⚠ BREAKING CHANGES

* no default store type

Co-authored-by: José Manuel Peña <josemanuelp2@gmail.com>

### Features

* no default store type ([6707a4b](https://github.com/mobusoperandi/michie/commit/6707a4ba153997ca5b3d76ec8abbec83122edb5d))

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


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 = "2.0.0"
version = "3.0.0"
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 = "=2.0.0" }
michie-macro = { path = "macro", version = "=3.0.0" }

[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 = "2.0.0"
version = "3.0.0"
edition = "2021"
description = "proc-macro crate for the michie crate"
repository = "https://github.com/mobusoperandi/michie"
Expand Down

0 comments on commit 4aa9a04

Please sign in to comment.