Schedule 0.14 release date
Today is the day.
This commit is contained in:
parent
82a3033c44
commit
3041ec0315
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue