mirror of
https://github.com/Noratrieb/bool-toggle.git
synced 2026-01-14 20:35:01 +01:00
version bump
This commit is contained in:
parent
2d72dbbb78
commit
99b0badcb2
3 changed files with 9 additions and 2 deletions
7
CHANGELOG.md
Normal file
7
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
Added SIMD-optimized impl `impl<const N: usize> TogglingIsALifestyle for [bool; N]` (available only for enterprise users).
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
Initial release.
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -4,4 +4,4 @@ version = 3
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bool-toggle"
|
name = "bool-toggle"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
|
|
|
||||||
|
|
@ -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.0.0"
|
version = "1.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/Nilstrieb/bool-toggle"
|
repository = "https://github.com/Nilstrieb/bool-toggle"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue