Skip to content

Commit 13f1d96

Browse files
committed
Merge tag 'v0.10.0' into develop
Release 0.10.0
2 parents f8d8ab7 + 6c4b610 commit 13f1d96

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.10.0] - 2021-11-23
9+
### Changed
10+
* Update dependencies
11+
* (Docker) Use Rust version 1.56.1 in build
12+
13+
### Added
14+
* TLS certificate hot reload
15+
* Add "Top page" link to /noscript
16+
817
## [0.9.1] - 2021-10-16
918
### Changed
1019
* Update dependencies
@@ -166,7 +175,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
166175
### Added
167176
* Implement basic Piping Server
168177

169-
[Unreleased]: https://github.com/nwtgck/piping-server-rust/compare/v0.9.1...HEAD
178+
[Unreleased]: https://github.com/nwtgck/piping-server-rust/compare/v0.10.0...HEAD
179+
[0.10.0]: https://github.com/nwtgck/piping-server-rust/compare/v0.9.1...v0.10.0
170180
[0.9.1]: https://github.com/nwtgck/piping-server-rust/compare/v0.9.0...v0.9.1
171181
[0.9.0]: https://github.com/nwtgck/piping-server-rust/compare/v0.8.5...v0.9.0
172182
[0.8.5]: https://github.com/nwtgck/piping-server-rust/compare/v0.8.4...v0.8.5

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 = "piping-server"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
authors = ["Ryo Ota <nwtgck@nwtgck.org>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)