Skip to content

Commit

Permalink
layer: prepare to release v0.3.1 (#513)
Browse files Browse the repository at this point in the history
* layer: prepare to release v0.3.1

Signed-off-by: Eliza Weisman <eliza@buoyant.io>

* whitespace
  • Loading branch information
hawkw committed Jan 7, 2021
1 parent ca685ae commit 44ad621
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions tower-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 0.3.1 (January 7, 2021)

### Added

- Added `layer_fn`, for constructing a `Layer` from a function taking
a `Service` and returning a different `Service` ([#491])
- Added an implementation of `Layer` for `&Layer` ([#446])
- Multiple documentation improvements ([#487], [#490])

[#491]: https://github.com/tower-rs/tower/pull/491
[#446]: https://github.com/tower-rs/tower/pull/446
[#487]: https://github.com/tower-rs/tower/pull/487
[#490]: https://github.com/tower-rs/tower/pull/490

# 0.3.0 (November 29, 2019)

- Move layer builder from `tower-util` to tower-layer.
Expand Down
2 changes: 1 addition & 1 deletion tower-layer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "tower-layer"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.3.0"
version = "0.3.1"
authors = ["Tower Maintainers <team@tower-rs.com>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tower-layer/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tower-layer/0.3.0-alpha.2")]
#![doc(html_root_url = "https://docs.rs/tower-layer/0.3.1")]
#![warn(
missing_debug_implementations,
missing_docs,
Expand Down

0 comments on commit 44ad621

Please sign in to comment.