Skip to content

Commit

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

### ⚠ BREAKING CHANGES

* The `key_type` parameter is removed.

Co-authored-by: Vimal Patel <[email protected]>
Co-authored-by: José Manuel Peña <[email protected]>

### Features

* remove key_type parameter ([56dbf31](56dbf31))

### Testing

* underscore some intentionally unused fns ([3f84c81](3f84c81))
* update expected error messages ([c73608a](c73608a))
* update stderr files ([d0c7437](d0c7437))

### Build system / dependencies

* do not set RUSTFLAGS in Makefile ([bbae378](bbae378))
* update sub-dep libc ([131f12f](131f12f))
* upgrade cargo_toml ([3c99a7f](3c99a7f))
* upgrade cargo-edit and cargo-make ([5d2ea79](5d2ea79))
* upgrade jql ([528caae](528caae))
  • Loading branch information
semantic-release-bot committed Oct 24, 2022
1 parent 3df7acf commit c72c00e
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 5 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## [2.0.0](https://github.com/mobusoperandi/michie/compare/v1.1.0...v2.0.0) (2022-10-24)


### ⚠ BREAKING CHANGES

* The `key_type` parameter is removed.

Co-authored-by: Vimal Patel <[email protected]>
Co-authored-by: José Manuel Peña <[email protected]>

### Features

* remove key_type parameter ([56dbf31](https://github.com/mobusoperandi/michie/commit/56dbf319eff35f238c98360ad66e42a77293fc37))


### Testing

* underscore some intentionally unused fns ([3f84c81](https://github.com/mobusoperandi/michie/commit/3f84c819f3d6789e98e27e5bc7ec02ab0d338c2e))
* update expected error messages ([c73608a](https://github.com/mobusoperandi/michie/commit/c73608a60eac99b2c96b7f7902df38ca18bcc5e2))
* update stderr files ([d0c7437](https://github.com/mobusoperandi/michie/commit/d0c74372cc5a70b801244d40b6c878fb817ac09e))


### Build system / dependencies

* do not set RUSTFLAGS in Makefile ([bbae378](https://github.com/mobusoperandi/michie/commit/bbae378c373184075158daddf733892505b5e0b3))
* update sub-dep libc ([131f12f](https://github.com/mobusoperandi/michie/commit/131f12f1266f9c59618f39a16b89824679bf83cf))
* upgrade cargo_toml ([3c99a7f](https://github.com/mobusoperandi/michie/commit/3c99a7fe8c38267a2a24e3e5eaf208503d562c47))
* upgrade cargo-edit and cargo-make ([5d2ea79](https://github.com/mobusoperandi/michie/commit/5d2ea797dde46e1e211d39d400138cb2c5c550c7))
* upgrade jql ([528caae](https://github.com/mobusoperandi/michie/commit/528caae9bdb973ba728cc8f3f365d9d3b45708e2))

## [1.1.0](https://github.com/mobusoperandi/michie/compare/v1.0.0...v1.1.0) (2022-06-26)


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 = "1.1.0"
version = "2.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 = "=1.1.0" }
michie-macro = { path = "macro", version = "=2.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 = "1.1.0"
version = "2.0.0"
edition = "2021"
description = "proc-macro crate for the michie crate"
repository = "https://github.com/mobusoperandi/michie"
Expand Down

0 comments on commit c72c00e

Please sign in to comment.