Skip to content

Commit

Permalink
Version 1.1.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
paholg committed Sep 19, 2023
1 parent 59dfdf4 commit 063d56b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
This project follows semantic versioning.

### Unreleased

### 1.1.0 (2023-09-18)
- [added] Default feature `std` and support for no-std.
- [added] Support for subenum-specific proc-macros.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subenum"
version = "1.0.1"
version = "1.1.0"
edition = "2021"
authors = ["Paho Lurie-Gregg <[email protected]>"]
documentation = "https://docs.rs/subenum"
Expand Down

0 comments on commit 063d56b

Please sign in to comment.