Skip to content

Commit 4064cb8

Browse files
committed
Merge branch 'master' into 0.5
2 parents 33d3ce1 + 9fe6716 commit 4064cb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.5.0] - 2022-11-10
810
### Added
911
- __[Stabilization of stateless widgets][stateless]__ (#1393)
1012
The old widget API has been completely replaced by stateless widgets (introduced in #1284). Alongside the new API, there are a bunch of new helper functions and macros for easily describing view logic (like `row!` and `column!`).
@@ -286,7 +288,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
286288
### Added
287289
- First release! :tada:
288290

289-
[Unreleased]: https://github.com/iced-rs/iced/compare/0.4.2...HEAD
291+
[Unreleased]: https://github.com/iced-rs/iced/compare/0.5.0...HEAD
292+
[0.5.0]: https://github.com/iced-rs/iced/compare/0.4.2...0.5.0
290293
[0.4.2]: https://github.com/iced-rs/iced/compare/0.4.1...0.4.2
291294
[0.4.1]: https://github.com/iced-rs/iced/compare/0.4.0...0.4.1
292295
[0.4.0]: https://github.com/iced-rs/iced/compare/0.3.0...0.4.0

0 commit comments

Comments
 (0)