iced-yoda/CHANGELOG.md

21 lines
720 B
Markdown
Raw Normal View History

2019-09-05 12:52:41 +02:00
# Changelog
All notable changes to this project will be documented in this file.
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]
2019-09-24 16:10:59 +02:00
2019-11-25 14:55:14 +01:00
## [0.1.0-beta] - 2019-11-25
2019-09-24 16:10:59 +02:00
### Changed
2019-11-25 14:55:14 +01:00
- The old `iced` becomes `iced_native`. The current `iced` crate turns into a batteries-included, cross-platform GUI library.
2019-09-05 12:52:41 +02:00
## [0.1.0-alpha] - 2019-09-05
### Added
- First release! :tada:
2019-11-25 14:55:14 +01:00
[Unreleased]: https://github.com/hecrj/iced/compare/0.1.0-beta...HEAD
[0.1.0-beta]: https://github.com/hecrj/iced/compare/0.1.0-alpha...0.1.0-beta
2019-09-05 12:52:41 +02:00
[0.1.0-alpha]: https://github.com/hecrj/iced/releases/tag/0.1.0-alpha