mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-28 13:30:43 +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
|
- Added `layer_fn`, for constructing a `Layer` from a function taking
|
||||||
a `Service` and returning a different `Service` ([#491])
|
a `Service` and returning a different `Service` ([#491])
|
||||||
|
@ -6,13 +6,12 @@ name = "tower-layer"
|
|||||||
# - README.md
|
# - README.md
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "v0.1.x" git tag.
|
# - Create "v0.1.x" git tag.
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
authors = ["Tower Maintainers <team@tower-rs.com>"]
|
authors = ["Tower Maintainers <team@tower-rs.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tower-rs/tower"
|
repository = "https://github.com/tower-rs/tower"
|
||||||
homepage = "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 = """
|
description = """
|
||||||
Decorates a `Service` to allow easy composition between `Service`s.
|
Decorates a `Service` to allow easy composition between `Service`s.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user