diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b8525d..74df80af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1] - 2024-05-07 + +### Added +- ability to disable scroll events for NumberInput. @airblast-dev + +### Fixed +- number input over/underflow when T is set to Max and Min and T is signed. + ## [0.9.0] - 2024-05-07 ### Added diff --git a/Cargo.lock b/Cargo.lock index 85b20f41..fc69c43b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "iced_aw" -version = "0.9.0" +version = "0.9.1" dependencies = [ "cfg-if", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 67dafdc8..9e18753d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_aw" -version = "0.9.0" +version = "0.9.1" authors = [ "Kaiden42 ", "Andrew Wheeler ",