bump: 0.1.0

This commit is contained in:
Ryo Ota 2023-08-09 08:58:16 +09:00
parent a3b74d23c8
commit 8391199761
2 changed files with 13 additions and 1 deletions

12
CHANGELOG.md Normal file
View file

@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
## [Unreleased]
## 0.1.0 - 2023-08-08
### Added
* Initial release
[Unreleased]: https://github.com/nwtgck/handy-sshd/compare/v0.1.0...HEAD

View file

@ -1,3 +1,3 @@
package version
const Version = "0.1.0-SNAPSHOT"
const Version = "0.1.0"