From 0ec9cdb29a47dcf80184977e9f0164f148728a3f Mon Sep 17 00:00:00 2001 From: Paho Lurie-Gregg Date: Tue, 12 Mar 2024 06:24:36 -0700 Subject: [PATCH] Version 1.1.2 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef87503..b5f54df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)]`. diff --git a/Cargo.toml b/Cargo.toml index dbd61a7..31ac49b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subenum" -version = "1.1.1" +version = "1.1.2" edition = "2021" authors = ["Paho Lurie-Gregg "] documentation = "https://docs.rs/subenum"