Skip to content

Commit 12a0603

Browse files
authored
chore: prepare to release tower v0.4.12 (#642)
* chore: prepare to release v0.4.12 # 0.4.12 (February 16, 2022) ### Fixed - **hedge**, **load**, **retry**: Fix use of `Instant` operations that can panic on platforms where `Instant` is not monotonic ([#633]) - Disable `attributes` feature on `tracing` dependency ([#623]) - Remove unused dependencies and dependency features with some feature combinations ([#603], [#602]) - **docs**: Fix a typo in the RustDoc for `Buffer` ([#622]) ### Changed - Updated minimum supported Rust version (MSRV) to 1.49.0. - **hedge**: Updated `hdrhistogram` dependency to v7.0 ([#602]) - Updated `tokio-util` dependency to v0.7 ([#638]) [#633]: #633 [#623]: #623 [#603]: #603 [#602]: #602 [#622]: #622 [#638]: #638 * add msrv
1 parent 5e280fe commit 12a0603

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

tower/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- None.
1111

12+
# 0.4.12 (February 16, 2022)
13+
14+
### Fixed
15+
16+
- **hedge**, **load**, **retry**: Fix use of `Instant` operations that can panic
17+
on platforms where `Instant` is not monotonic ([#633])
18+
- Disable `attributes` feature on `tracing` dependency ([#623])
19+
- Remove unused dependencies and dependency features with some feature
20+
combinations ([#603], [#602])
21+
- **docs**: Fix a typo in the RustDoc for `Buffer` ([#622])
22+
23+
### Changed
24+
25+
- Updated minimum supported Rust version (MSRV) to 1.49.0.
26+
- **hedge**: Updated `hdrhistogram` dependency to v7.0 ([#602])
27+
- Updated `tokio-util` dependency to v0.7 ([#638])
28+
29+
[#633]: https://github.com/tower-rs/tower/pull/633
30+
[#623]: https://github.com/tower-rs/tower/pull/623
31+
[#603]: https://github.com/tower-rs/tower/pull/603
32+
[#602]: https://github.com/tower-rs/tower/pull/602
33+
[#622]: https://github.com/tower-rs/tower/pull/622
34+
[#638]: https://github.com/tower-rs/tower/pull/638
35+
1236
# 0.4.11 (November 18, 2021)
1337

1438
### Added

tower/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ name = "tower"
66
# - README.md
77
# - Update CHANGELOG.md.
88
# - Create "vX.X.X" git tag.
9-
version = "0.4.11"
9+
version = "0.4.12"
1010
authors = ["Tower Maintainers <[email protected]>"]
1111
license = "MIT"
1212
readme = "README.md"
1313
repository = "https://github.com/tower-rs/tower"
1414
homepage = "https://github.com/tower-rs/tower"
15-
documentation = "https://docs.rs/tower/0.4.11"
15+
documentation = "https://docs.rs/tower/0.4.12"
1616
description = """
1717
Tower is a library of modular and reusable components for building robust
1818
clients and servers.

0 commit comments

Comments
 (0)