···33This file is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
44This project follows semver and every release is checked by cargo-semver-checks.
5566+## [0.2.3] - 2025-10-01
77+88+### Fixed
99+- detect when a guard was forgotten to avoid UB
1010+611## [0.2.2] - 2025-08-09
712813### Changed
+2-3
Cargo.toml
···11[package]
22name = "simple-left-right"
33-version = "0.2.2"
33+version = "0.2.3"
44edition = "2021"
55rust-version = "1.82"
66readme = "README.md"
···1010license = "MIT OR Apache-2.0"
1111repository = "https://tangled.sh/did:plc:54jgbo4psy24qu2bk4njtpc4/simple-left-right/"
1212description = "Lockfree, realtime safe and copy-free Synchronisation"
1313-exclude = ["known_mutants_regex.txt"]
1414-# workspace = "../"
1313+exclude = ["known_mutants_regex.txt", ".tangled"]
15141615# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html