From 84c27c8090013b0454a6c350a248a4c549168a7b Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:53:18 +0100 Subject: [PATCH] Bump version to 1.1.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7bc2a..66a4056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + +Improved internal architecture. + ## 1.1.0 Added SIMD-optimized impl `impl TogglingIsALifestyle for [bool; N]` (available only for enterprise users). diff --git a/Cargo.toml b/Cargo.toml index 59a3574..5755b03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bool-toggle" description = "bool toggling for the bool toggle enjoyers" -version = "1.1.0" +version = "1.1.1" edition = "2021" license = "MIT" repository = "https://github.com/Nilstrieb/bool-toggle"