Skip to content

Commit eea5587

Browse files
authored
Merge pull request #299 from yasuyuky/create-release-0.3.0
Create release 0.3.0
2 parents 79b21b0 + 5f35fd3 commit eea5587

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog][keep a changelog] and this project adh
66

77
## [Unreleased]
88

9+
---
10+
11+
## [Released]
12+
13+
## [0.3.0] - 2020-06-16
14+
915
### Added
1016

1117
- Notify Systemd
@@ -15,10 +21,7 @@ The format is based on [Keep a Changelog][keep a changelog] and this project adh
1521
- Update the rust version
1622
- Handle the send-back error
1723
- Update default AuthorizedKeysCommand style
18-
19-
---
20-
21-
## [Released]
24+
- Update depnedencies
2225

2326
## [0.2.0] - 2020.05.30
2427

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

5154
<!-- Versions -->
5255

53-
[unreleased]: https://github.com/yasuyuky/sectora/compare/v0.2.0...HEAD
56+
[unreleased]: https://github.com/yasuyuky/sectora/compare/v0.3.0...HEAD
5457
[released]: https://github.com/yasuyuky/sectora/releases
58+
[0.3.0]: https://github.com/yasuyuky/sectora/compare/v0.2.0...v0.3.0
5559
[0.2.0]: https://github.com/yasuyuky/sectora/compare/v0.1.0...v0.2.0
5660
[0.1.0]: https://github.com/yasuyuky/sectora/releases/v0.1.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sectora"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Yasuyuki YAMADA <[email protected]>"]
55
build = "build.rs"
66
edition = "2018"

0 commit comments

Comments
 (0)