Bump version to 1.1.1

This commit is contained in:
nora 2024-02-13 18:53:18 +01:00
parent 0c3b06cb80
commit 84c27c8090
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## 1.1.1
Improved internal architecture.
## 1.1.0 ## 1.1.0
Added SIMD-optimized impl `impl<const N: usize> TogglingIsALifestyle for [bool; N]` (available only for enterprise users). Added SIMD-optimized impl `impl<const N: usize> TogglingIsALifestyle for [bool; N]` (available only for enterprise users).

View file

@ -1,7 +1,7 @@
[package] [package]
name = "bool-toggle" name = "bool-toggle"
description = "bool toggling for the bool toggle enjoyers" description = "bool toggling for the bool toggle enjoyers"
version = "1.1.0" version = "1.1.1"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
repository = "https://github.com/Nilstrieb/bool-toggle" repository = "https://github.com/Nilstrieb/bool-toggle"