Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymia committed May 10, 2023
1 parent ff54e15 commit 4a0c8e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.1.2 (2023-05-09)
* Fix issue where the code generated by `#[derive(EnumSetType)]` would cause
a clippy warning.

# Version 1.1.1 (2023-05-08)
* Fix issue where `enumset` did not build correctly for no_std programs that
did not use `alloc`. (Thanks @shamchak808)
Expand Down
2 changes: 1 addition & 1 deletion enumset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enumset"
version = "1.1.1"
version = "1.1.2"
authors = ["Alissa Rao <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion enumset_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enumset_derive"
version = "0.8.0"
version = "0.8.1"
authors = ["Alissa Rao <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 4a0c8e1

Please sign in to comment.