mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-28 13:30:43 +00:00
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]: https://github.com/tower-rs/tower/pull/548 [#662]: https://github.com/tower-rs/tower/pull/662
This commit is contained in:
parent
4cc7e7d5d3
commit
04527aeb43
@ -1,6 +1,20 @@
|
||||
# Unreleased
|
||||
|
||||
- Clarify subtlety around cloning and readiness in the `Service` docs.
|
||||
- None
|
||||
|
||||
# 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]: https://github.com/tower-rs/tower/pull/548
|
||||
[#662]: https://github.com/tower-rs/tower/pull/662
|
||||
|
||||
|
||||
# 0.3.1 (November 29, 2019)
|
||||
|
||||
|
@ -5,14 +5,14 @@ name = "tower-service"
|
||||
# - Cargo.toml
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v0.2.x" git tag.
|
||||
version = "0.3.1"
|
||||
# - Create "v0.3.x" git tag.
|
||||
version = "0.3.2"
|
||||
authors = ["Tower Maintainers <team@tower-rs.com>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tower-rs/tower"
|
||||
homepage = "https://github.com/tower-rs/tower"
|
||||
documentation = "https://docs.rs/tower-service/0.3.1"
|
||||
documentation = "https://docs.rs/tower-service/0.3.2"
|
||||
description = """
|
||||
Trait representing an asynchronous, request / response based, client or server.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user