We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8f2f2 commit 0ec9cdbCopy full SHA for 0ec9cdb
CHANGELOG.md
@@ -4,6 +4,9 @@ This project follows semantic versioning.
4
5
### Unreleased
6
7
+### 1.1.2 (2024-03-12)
8
+- [fixed] Fix error when there's an enum variant called `Error`.
9
+
10
### 1.1.1 (2023-09-18)
11
- [fixed] Support for `#![deny(missing_docs)]`.
12
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "subenum"
3
-version = "1.1.1"
+version = "1.1.2"
edition = "2021"
authors = ["Paho Lurie-Gregg <paho@paholg.com>"]
documentation = "https://docs.rs/subenum"
0 commit comments