From 93d83cdc41cc8d08dda23d924ebb6fc5aee57b43 Mon Sep 17 00:00:00 2001 From: Paho Lurie-Gregg Date: Mon, 18 Sep 2023 20:54:23 -0700 Subject: [PATCH] Version 1.1.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a53e340..ef87503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ This project follows semantic versioning. ### Unreleased + +### 1.1.1 (2023-09-18) - [fixed] Support for `#![deny(missing_docs)]`. ### 1.1.0 (2023-09-18) diff --git a/Cargo.toml b/Cargo.toml index 58f11ac..dbd61a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subenum" -version = "1.1.0" +version = "1.1.1" edition = "2021" authors = ["Paho Lurie-Gregg "] documentation = "https://docs.rs/subenum"