mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-27 21:11:31 +00:00
chore: prepare to release tower-layer v0.3.2 (#699)
This commit is contained in:
parent
66010c1443
commit
8b84b98d93
@ -1,6 +1,10 @@
|
||||
# 0.3.1 (January 7, 2021)
|
||||
# 0.3.2 (October 7, 2022)
|
||||
|
||||
### Added
|
||||
- Implement `Layer` for tuples of up to 16 elements ([#694])
|
||||
|
||||
[#694]: https://github.com/tower-rs/tower/pull/694
|
||||
|
||||
# 0.3.1 (January 7, 2021)
|
||||
|
||||
- Added `layer_fn`, for constructing a `Layer` from a function taking
|
||||
a `Service` and returning a different `Service` ([#491])
|
||||
|
@ -6,13 +6,12 @@ name = "tower-layer"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v0.1.x" git tag.
|
||||
version = "0.3.1"
|
||||
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-layer/0.3.0-alpha.2"
|
||||
description = """
|
||||
Decorates a `Service` to allow easy composition between `Service`s.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user