mirror of
https://github.com/nwtgck/handy-sshd.git
synced 2025-06-08 07:03:04 +00:00
bump: 0.1.0
This commit is contained in:
parent
a3b74d23c8
commit
8391199761
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal 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
|
|
@ -1,3 +1,3 @@
|
||||||
package version
|
package version
|
||||||
|
|
||||||
const Version = "0.1.0-SNAPSHOT"
|
const Version = "0.1.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue