Skip to content

Commit 6420333

Browse files
committed
Merge branch 'release/0.14.0'
2 parents 7a4d021 + 7d92d9c commit 6420333

File tree

8 files changed

+174
-192
lines changed

8 files changed

+174
-192
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828
- uses: actions-rs/toolchain@v1
2929
with:
30-
toolchain: 1.54.0
30+
toolchain: 1.59
3131
override: true
3232
- run: cargo test -- --color=always --nocapture
3333

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [0.14.0] - 2022-06-25
9+
### Changed
10+
* Update dependencies
11+
* Increase MSRV to 1.59
12+
* Improve performance using DashMap instead of HashMap
13+
* Support load of RSA and EC private keys
14+
815
## [0.13.0] - 2022-05-30
916
### Changed
1017
* Update dependencies
@@ -225,7 +232,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
225232
### Added
226233
* Implement basic Piping Server
227234

228-
[Unreleased]: https://github.com/nwtgck/piping-server-rust/compare/v0.13.0...HEAD
235+
[Unreleased]: https://github.com/nwtgck/piping-server-rust/compare/v0.14.0...HEAD
236+
[0.14.0]: https://github.com/nwtgck/piping-server-rust/compare/v0.13.0...v0.14.0
229237
[0.13.0]: https://github.com/nwtgck/piping-server-rust/compare/v0.12.1...v0.13.0
230238
[0.12.1]: https://github.com/nwtgck/piping-server-rust/compare/v0.12.0...v0.12.1
231239
[0.12.0]: https://github.com/nwtgck/piping-server-rust/compare/v0.11.0...v0.12.0

0 commit comments

Comments
 (0)