-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff54f2e
commit 0a5e81a
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!-- | ||
Guiding Principles: | ||
Changelogs are for humans, not machines. | ||
There should be an entry for every single version. | ||
The same types of changes should be grouped. | ||
Versions and sections should be linkable. | ||
The latest version comes first. | ||
The release date of each version is displayed. | ||
Mention whether you follow Semantic Versioning. | ||
Types of changes: | ||
"Added" for new features. | ||
"Changed" for changes in existing functionality. | ||
"Deprecated" for soon-to-be removed features. | ||
"Removed" for now removed features. | ||
"Fixed" for any bug fixes. | ||
"Security" in case of vulnerabilities. | ||
--> | ||
|
||
# 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/). | ||
|
||
## [Unreleased] | ||
|
||
## [v0.1.0] - 2020-01-20 | ||
|
||
### Added | ||
|
||
- Initial release | ||
|
||
<!-- Release links --> | ||
|
||
[Unreleased]: https://github.com/fissionlabsio/juno/compare/v0.1.0...HEAD | ||
[v0.1.0]: https://github.com/fissionlabsio/juno/releases/tag/v0.1.0 |