Skip to content

Commit 04527ae

Browse files
authored
chore: prepare to release tower-service v0.3.2 (#673)
# 0.3.2 (June 17, 2022) ## Added - **docs**: Clarify subtlety around cloning and readiness in the `Service` docs ([#548]) - **docs**: Clarify details around shared resource consumption in `poll_ready()` ([#662]) [#548]: #548 [#662]: #662
1 parent 4cc7e7d commit 04527ae

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

tower-service/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Unreleased
22

3-
- Clarify subtlety around cloning and readiness in the `Service` docs.
3+
- None
4+
5+
# 0.3.2 (June 17, 2022)
6+
7+
## Added
8+
9+
- **docs**: Clarify subtlety around cloning and readiness in the `Service` docs
10+
([#548])
11+
- **docs**: Clarify details around shared resource consumption in `poll_ready()`
12+
([#662])
13+
14+
15+
[#548]: https://github.com/tower-rs/tower/pull/548
16+
[#662]: https://github.com/tower-rs/tower/pull/662
17+
418

519
# 0.3.1 (November 29, 2019)
620

tower-service/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ name = "tower-service"
55
# - Cargo.toml
66
# - README.md
77
# - Update CHANGELOG.md.
8-
# - Create "v0.2.x" git tag.
9-
version = "0.3.1"
8+
# - Create "v0.3.x" git tag.
9+
version = "0.3.2"
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-service/0.3.1"
15+
documentation = "https://docs.rs/tower-service/0.3.2"
1616
description = """
1717
Trait representing an asynchronous, request / response based, client or server.
1818
"""

0 commit comments

Comments
 (0)