Skip to content

Commit

Permalink
bump tower-async(-http) versions + update their changelog files
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Dec 18, 2023
1 parent be14bd2 commit 49b10b0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions tower-async-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.1 (December 19, 2023)

- Update Axum example to make use of version `axum == 0.7.2`;

## 0.2.0 (November 20, 2023)

- Update to http-body 1.0;
Expand Down
2 changes: 1 addition & 1 deletion tower-async-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = """
Tower Async middleware and utilities for HTTP clients and servers.
An "Async Trait" fork from the original Tower Library.
"""
version = "0.2.0"
version = "0.2.1"
authors = ["Glen De Cauwsemaecker <glen@plabayo.tech>"]
edition = "2021"
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions tower-async/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.1 (December 19, 2023)

- Reintroduce boxed support for Services (`util::{BoxService, BoxCloneService}`):
- `ServiceBuilder::{boxed, boxed_clone}`;
- `ServiceExt::{boxed, boxed_clone}`;
- Achieved using erase concept as defined in <https://blog.rust-lang.org/inside-rust/2023/05/03/stabilizing-async-fn-in-trait.html#modeling-dynamic-dispatch>.

## 0.2.0 (November 20, 2023)

- Adapt to new `tower_async::Service` contract:
Expand Down
2 changes: 1 addition & 1 deletion tower-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "tower-async"
# - README.md
# - Update CHANGELOG.md.
# - Create "vX.X.X" git tag.
version = "0.2.0"
version = "0.2.1"
authors = ["Glen De Cauwsemaecker <glen@plabayo.tech>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 49b10b0

Please sign in to comment.