Skip to content

Commit 699b2a6

Browse files
committed
Add a changelog and bump version to v0.1.0.
1 parent 25641a0 commit 699b2a6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog], and this project adheres to
6+
[Semantic Versioning].
7+
8+
<!-- references -->
9+
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
10+
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
11+
12+
## [0.1.0] - 2020-04-20
13+
14+
- Initial release
15+
16+
<!-- references -->
17+
[Unreleased]: https://github.com/jmalloc/echo-server
18+
[0.1.0]: https://github.com/jmalloc/echo-server/releases/v0.1.0
19+
20+
<!-- version template
21+
## [0.0.1] - YYYY-MM-DD
22+
23+
### Added
24+
### Changed
25+
### Deprecated
26+
### Removed
27+
### Fixed
28+
### Security
29+
-->

0 commit comments

Comments
 (0)