feat: v0.3.0 add lock file

This commit is contained in:
2020-10-15 08:29:33 +08:00
parent b055633cfd
commit 38ffef632e
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "keeprunningd" name = "keeprunningd"
version = "0.2.0" version = "0.3.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"] authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018" edition = "2018"

View File

@@ -1,6 +1,7 @@
# keeprunningd # keeprunningd
* Changelog * Changelog
* v0.3.0 - add file lock
* v0.2.0 - add restart command * v0.2.0 - add restart command
* v0.1.0 - first version * v0.1.0 - first version