Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paholg committed Mar 12, 2024
1 parent 4c8f2f2 commit 0ec9cdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project follows semantic versioning.

### Unreleased

### 1.1.2 (2024-03-12)
- [fixed] Fix error when there's an enum variant called `Error`.

### 1.1.1 (2023-09-18)
- [fixed] Support for `#![deny(missing_docs)]`.

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.1.1"
version = "1.1.2"
edition = "2021"
authors = ["Paho Lurie-Gregg <[email protected]>"]
documentation = "https://docs.rs/subenum"
Expand Down

0 comments on commit 0ec9cdb

Please sign in to comment.