diff options
author | 2021-03-31 20:06:03 +0200 | |
---|---|---|
committer | 2021-03-31 20:07:17 +0200 | |
commit | 0864e63bde129b95261590b960efdc46c6d2d4d0 (patch) | |
tree | 987a91abb8a6038ed514fa75b5bfc5b6d5fa0f0c /CHANGELOG.md | |
parent | 2b20512a3da1d9c14e13a7a1ea208b76bea5e12d (diff) | |
download | iced-0864e63bde129b95261590b960efdc46c6d2d4d0.tar.gz iced-0864e63bde129b95261590b960efdc46c6d2d4d0.tar.bz2 iced-0864e63bde129b95261590b960efdc46c6d2d4d0.zip |
Bump versions :tada:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fedd4e6..ab41f509 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.3.0] - 2021-03-31 ### Added - Touch support. [#57] [#650] (thanks to @simlay and @discordance!) - Clipboard write access for @@ -217,7 +219,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First release! :tada: -[Unreleased]: https://github.com/hecrj/iced/compare/0.2.0...HEAD +[Unreleased]: https://github.com/hecrj/iced/compare/0.3.0...HEAD +[0.3.0]: https://github.com/hecrj/iced/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/hecrj/iced/compare/0.1.1...0.2.0 [0.1.1]: https://github.com/hecrj/iced/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/hecrj/iced/compare/0.1.0-beta...0.1.0 |