Skip to content

Commit

Permalink
Merge pull request #388 from yasuyuky/bump-version
Browse files Browse the repository at this point in the history
Bump the version to 0.4.0
  • Loading branch information
yasuyuky committed Jan 22, 2021
2 parents 994de23 + bad155d commit 8831621
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
26 changes: 21 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,27 @@ The format is based on [Keep a Changelog][keep a changelog] and this project adh

## [Unreleased]

---

## [Released]

## [0.4.0] - 2021-01-22

### Changed

- tokio 1.0
- Update dependencies
- Use tokio 1.0
- Allow long messages

---
### Fixed

## [Released]
- fix unknown key name issue #356

## [0.3.2] - 2020-09-12

### Changed

- Update dependencies

## [0.3.1] - 2020-08-12

Expand Down Expand Up @@ -68,9 +82,11 @@ The format is based on [Keep a Changelog][keep a changelog] and this project adh

<!-- Versions -->

[unreleased]: https://github.com/yasuyuky/sectora/compare/v0.3.0...HEAD
[unreleased]: https://github.com/yasuyuky/sectora/compare/v0.4.0...HEAD
[released]: https://github.com/yasuyuky/sectora/releases
[0.3.0]: https://github.com/yasuyuky/sectora/compare/v0.3.0...v0.3.1
[0.4.0]: https://github.com/yasuyuky/sectora/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/yasuyuky/sectora/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/yasuyuky/sectora/compare/v0.3.0...v0.3.1
[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.3.2"
version = "0.4.0"
authors = ["Yasuyuki YAMADA <yasuyuki.ymd@gmail.com>"]
build = "build.rs"
description = "SSH authentication with the GitHub team and repo"
Expand Down

0 comments on commit 8831621

Please sign in to comment.