diff --git a/CHANGELOG.md b/CHANGELOG.md index 91da3165..4a187f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog][keep a changelog] and this project adh ## [Unreleased] +--- + +## [Released] + +## [0.3.0] - 2020-06-16 + ### Added - Notify Systemd @@ -15,10 +21,7 @@ The format is based on [Keep a Changelog][keep a changelog] and this project adh - Update the rust version - Handle the send-back error - Update default AuthorizedKeysCommand style - ---- - -## [Released] +- Update depnedencies ## [0.2.0] - 2020.05.30 @@ -50,7 +53,8 @@ The format is based on [Keep a Changelog][keep a changelog] and this project adh -[unreleased]: https://github.com/yasuyuky/sectora/compare/v0.2.0...HEAD +[unreleased]: https://github.com/yasuyuky/sectora/compare/v0.3.0...HEAD [released]: https://github.com/yasuyuky/sectora/releases +[0.3.0]: https://github.com/yasuyuky/sectora/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/yasuyuky/sectora/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/yasuyuky/sectora/releases/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 3ec7fcfb..a75337d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,7 +670,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sectora" -version = "0.2.0" +version = "0.3.0" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d8e34b86..2734c172 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sectora" -version = "0.2.0" +version = "0.3.0" authors = ["Yasuyuki YAMADA "] build = "build.rs" edition = "2018"