diff options
author | 2024-02-22 09:35:58 +0100 | |
---|---|---|
committer | 2024-02-22 09:35:58 +0100 | |
commit | 3733f5b925cb9e7ab95c02b67e33af18ee9f5ecf (patch) | |
tree | c2561f4545e7b14c376eae9b1073cc04b1074a7e /CHANGELOG.md | |
parent | a27267b8fbd7cfc1033c1ca9aff9a57ae57f0030 (diff) | |
download | iced-3733f5b925cb9e7ab95c02b67e33af18ee9f5ecf.tar.gz iced-3733f5b925cb9e7ab95c02b67e33af18ee9f5ecf.tar.bz2 iced-3733f5b925cb9e7ab95c02b67e33af18ee9f5ecf.zip |
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a3b668c..f5f73083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.12.1] - 2024-02-22 ### Added - `extend` and `from_vec` methods for `Column` and `Row`. [#2264](https://github.com/iced-rs/iced/pull/2264) - `PartialOrd`, `Ord`, and `Hash` implementations for `keyboard::Modifiers`. [#2270](https://github.com/iced-rs/iced/pull/2270) @@ -765,7 +767,8 @@ Many thanks to... ### Added - First release! :tada: -[Unreleased]: https://github.com/iced-rs/iced/compare/0.12.0...HEAD +[Unreleased]: https://github.com/iced-rs/iced/compare/0.12.1...HEAD +[0.12.1]: https://github.com/iced-rs/iced/compare/0.12.0...0.12.1 [0.12.0]: https://github.com/iced-rs/iced/compare/0.10.0...0.12.0 [0.10.0]: https://github.com/iced-rs/iced/compare/0.9.0...0.10.0 [0.9.0]: https://github.com/iced-rs/iced/compare/0.8.0...0.9.0 |