Skip to content

Commit

Permalink
chore: prepare to release tower-layer v0.3.2 (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn authored Oct 10, 2022
1 parent 66010c1 commit 8b84b98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 6 additions & 2 deletions tower-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 0.3.1 (January 7, 2021)
# 0.3.2 (October 7, 2022)

- Implement `Layer` for tuples of up to 16 elements ([#694])

### Added
[#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])
Expand Down
3 changes: 1 addition & 2 deletions tower-layer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 8b84b98

Please sign in to comment.