Skip to content

Commit

Permalink
Merge pull request #299 from yasuyuky/create-release-0.3.0
Browse files Browse the repository at this point in the history
Create release 0.3.0
  • Loading branch information
yasuyuky authored Jun 16, 2020
2 parents 79b21b0 + 5f35fd3 commit eea5587
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -50,7 +53,8 @@ The format is based on [Keep a Changelog][keep a changelog] and this project adh

<!-- Versions -->

[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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sectora"
version = "0.2.0"
version = "0.3.0"
authors = ["Yasuyuki YAMADA <[email protected]>"]
build = "build.rs"
edition = "2018"
Expand Down

0 comments on commit eea5587

Please sign in to comment.