Skip to content

Commit 0ec9cdb

Browse files
committed
Version 1.1.2
1 parent 4c8f2f2 commit 0ec9cdb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This project follows semantic versioning.
44

55
### Unreleased
66

7+
### 1.1.2 (2024-03-12)
8+
- [fixed] Fix error when there's an enum variant called `Error`.
9+
710
### 1.1.1 (2023-09-18)
811
- [fixed] Support for `#![deny(missing_docs)]`.
912

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subenum"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
edition = "2021"
55
authors = ["Paho Lurie-Gregg <paho@paholg.com>"]
66
documentation = "https://docs.rs/subenum"

0 commit comments

Comments
 (0)