mirror of
https://github.com/nwtgck/handy-sshd.git
synced 2025-06-08 07:03:04 +00:00
Merge tag 'v0.1.0' into develop
no message
This commit is contained in:
commit
e717be788c
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
|
||||
|
||||
const Version = "0.1.0-SNAPSHOT"
|
||||
const Version = "0.1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue