Add CHANGELOG to subcrates
This commit is contained in:
parent
1344ea84fc
commit
862859142b
8 changed files with 77 additions and 19 deletions
14
winit/CHANGELOG.md
Normal file
14
winit/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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]
|
||||
|
||||
## [0.1.0-alpha] - 2019-11-25
|
||||
### Added
|
||||
- First release! :tada:
|
||||
|
||||
[Unreleased]: https://github.com/hecrj/iced/compare/winit-0.1.0-alpha...HEAD
|
||||
[0.1.0-alpha]: https://github.com/hecrj/iced/releases/tag/winit-0.1.0-alpha
|
||||
Loading…
Add table
Add a link
Reference in a new issue