Skip to content

Commit d04e965

Browse files
authored
Merge pull request #326 from yasuyuky/create-release-0.3.1
Create release 0.3.1
2 parents 07e4a8a + 4f972f1 commit d04e965

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@ 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.1] - 2020-08-12
14+
915
### Changed
1016

1117
- Tweak PAM settings
18+
- Update depnedencies
1219

1320
### Fixed
1421

1522
- Use the abusolute path for conffiles
1623

17-
---
18-
19-
## [Released]
20-
2124
## [0.3.0] - 2020-06-16
2225

2326
### Added
@@ -63,6 +66,7 @@ The format is based on [Keep a Changelog][keep a changelog] and this project adh
6366

6467
[unreleased]: https://github.com/yasuyuky/sectora/compare/v0.3.0...HEAD
6568
[released]: https://github.com/yasuyuky/sectora/releases
69+
[0.3.0]: https://github.com/yasuyuky/sectora/compare/v0.3.0...v0.3.1
6670
[0.3.0]: https://github.com/yasuyuky/sectora/compare/v0.2.0...v0.3.0
6771
[0.2.0]: https://github.com/yasuyuky/sectora/compare/v0.1.0...v0.2.0
6872
[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.3.0"
3+
version = "0.3.1"
44
authors = ["Yasuyuki YAMADA <[email protected]>"]
55
build = "build.rs"
66
description = "SSH authentication with the GitHub team and repo"

0 commit comments

Comments
 (0)