From 063d56b9b6f6708c14e80055b55a69719de16489 Mon Sep 17 00:00:00 2001 From: Paho Lurie-Gregg Date: Mon, 18 Sep 2023 19:41:16 -0700 Subject: [PATCH] Version 1.1.0 (#24) --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb070a..3324039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ This project follows semantic versioning. ### Unreleased + +### 1.1.0 (2023-09-18) - [added] Default feature `std` and support for no-std. - [added] Support for subenum-specific proc-macros. diff --git a/Cargo.toml b/Cargo.toml index 27934b7..159c052 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subenum" -version = "1.0.1" +version = "1.1.0" edition = "2021" authors = ["Paho Lurie-Gregg "] documentation = "https://docs.rs/subenum"