From 3041ec031540f431617e8e8b6ad1677aa557d3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Sun, 7 Dec 2025 20:02:39 +0100 Subject: [PATCH] Schedule `0.14` release date Today is the day. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd572d11..5c1c451b 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.14.0] - 2025-12-07 ### Added - Reactive rendering. [#2662](https://github.com/iced-rs/iced/pull/2662) - Time travel debugging. [#2910](https://github.com/iced-rs/iced/pull/2910) @@ -1360,7 +1362,8 @@ Many thanks to... ### Added - First release! :tada: -[Unreleased]: https://github.com/iced-rs/iced/compare/0.13.1...HEAD +[Unreleased]: https://github.com/iced-rs/iced/compare/0.14.0...HEAD +[0.14.0]: https://github.com/iced-rs/iced/compare/0.13.1...0.14.0 [0.13.1]: https://github.com/iced-rs/iced/compare/0.13.0...0.13.1 [0.13.0]: https://github.com/iced-rs/iced/compare/0.12.1...0.13.0 [0.12.1]: https://github.com/iced-rs/iced/compare/0.12.0...0.12.1