Skip to content

Commit 0a5e81a

Browse files
authored
Release v0.1.0
1 parent ff54f2e commit 0a5e81a

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!--
2+
Guiding Principles:
3+
4+
Changelogs are for humans, not machines.
5+
There should be an entry for every single version.
6+
The same types of changes should be grouped.
7+
Versions and sections should be linkable.
8+
The latest version comes first.
9+
The release date of each version is displayed.
10+
Mention whether you follow Semantic Versioning.
11+
12+
Types of changes:
13+
14+
"Added" for new features.
15+
"Changed" for changes in existing functionality.
16+
"Deprecated" for soon-to-be removed features.
17+
"Removed" for now removed features.
18+
"Fixed" for any bug fixes.
19+
"Security" in case of vulnerabilities.
20+
-->
21+
22+
# Changelog
23+
24+
All notable changes to this project will be documented in this file.
25+
26+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
27+
28+
## [Unreleased]
29+
30+
## [v0.1.0] - 2020-01-20
31+
32+
### Added
33+
34+
- Initial release
35+
36+
<!-- Release links -->
37+
38+
[Unreleased]: https://github.com/fissionlabsio/juno/compare/v0.1.0...HEAD
39+
[v0.1.0]: https://github.com/fissionlabsio/juno/releases/tag/v0.1.0

0 commit comments

Comments
 (0)