diff options
author | 2022-05-03 19:42:33 +0200 | |
---|---|---|
committer | 2022-05-03 19:42:33 +0200 | |
commit | 30e84433f711fb2b372a0f864552a84ca25cec56 (patch) | |
tree | a84f9a53d909aaa26fe70bcf0c36c8a1671f2ee7 /CHANGELOG.md | |
parent | 9b4fe6466f34cdb8436266e05b283c3b044b8075 (diff) | |
download | iced-30e84433f711fb2b372a0f864552a84ca25cec56.tar.gz iced-30e84433f711fb2b372a0f864552a84ca25cec56.tar.bz2 iced-30e84433f711fb2b372a0f864552a84ca25cec56.zip |
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c42ee29..0f0fa47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2] - 2022-05-03 +### Fixed +- `Padding` type not exposed in `iced`. + +## [0.4.1] - 2022-05-02 +### Fixed +- Version number in `README`. ## [0.4.0] - 2022-05-02 ### Added @@ -250,7 +257,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First release! :tada: -[Unreleased]: https://github.com/iced-rs/iced/compare/0.4.0...HEAD +[Unreleased]: https://github.com/iced-rs/iced/compare/0.4.2...HEAD +[0.4.2]: https://github.com/iced-rs/iced/compare/0.4.1...0.4.2 +[0.4.1]: https://github.com/iced-rs/iced/compare/0.4.0...0.4.1 [0.4.0]: https://github.com/iced-rs/iced/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/iced-rs/iced/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/iced-rs/iced/compare/0.1.1...0.2.0 |