Skip to content

Commit

Permalink
chore: prepare to release tower-service v0.3.2
Browse files Browse the repository at this point in the history
# Unreleased

- 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]: #548
[#662]: #662
  • Loading branch information
hawkw committed Jun 17, 2022
1 parent 051b094 commit e3ecfaf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion tower-service/CHANGELOG.md
@@ -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)

Expand Down
6 changes: 3 additions & 3 deletions tower-service/Cargo.toml
Expand Up @@ -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.
"""
Expand Down

0 comments on commit e3ecfaf

Please sign in to comment.