diff options
author | 2023-07-28 20:02:44 +0200 | |
---|---|---|
committer | 2023-07-28 20:02:44 +0200 | |
commit | 226e9d1cb9af6f42261a6269579d69080c7db091 (patch) | |
tree | 5206c18ff2a24f7a798c696859b7dda5b7df3c60 /CHANGELOG.md | |
parent | 7c772c35fe1cfddb903aa74dfb5f2a58ec0117d3 (diff) | |
download | iced-226e9d1cb9af6f42261a6269579d69080c7db091.tar.gz iced-226e9d1cb9af6f42261a6269579d69080c7db091.tar.bz2 iced-226e9d1cb9af6f42261a6269579d69080c7db091.zip |
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a338925..c1074065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.0] - 2023-07-28 ### Added - Text shaping, font fallback, and `iced_wgpu` overhaul. [#1697](https://github.com/iced-rs/iced/pull/1697) - Software renderer, runtime renderer fallback, and core consolidation. [#1748](https://github.com/iced-rs/iced/pull/1748) @@ -564,7 +565,8 @@ Many thanks to... ### Added - First release! :tada: -[Unreleased]: https://github.com/iced-rs/iced/compare/0.9.0...HEAD +[Unreleased]: https://github.com/iced-rs/iced/compare/0.10.0...HEAD +[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 [0.8.0]: https://github.com/iced-rs/iced/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/iced-rs/iced/compare/0.6.0...0.7.0 |