Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit bdbee8a

Browse files
author
glendc
committed
fix typo in changelogs
1 parent 202f8e5 commit bdbee8a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tower-async-bridge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## 0.1.0 (July 17, 2023)
99

10-
This is the initial realse of `tower-async-bridge`, and is meant to bridge services and/or layers
10+
This is the initial release of `tower-async-bridge`, and is meant to bridge services and/or layers
1111
from the <https://github.com/tower-rs/tower> ecosystem with those from the `tower-async` ecosystem
1212
(meaning written using technology of this repository).
1313

tower-async-http/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## 0.1.0 (July 17, 2023)
99

10-
This is the initial realse of `tower-async-http`, a fork of <https://github.com/tower-rs/tower-http> and makes use of `async traits`
10+
This is the initial release of `tower-async-http`, a fork of <https://github.com/tower-rs/tower-http> and makes use of `async traits`
1111
([RFC-3185: Static async fn in traits](https://rust-lang.github.io/rfcs/3185-static-async-fn-in-trait.html))
1212
to simplify things and make it more easier to integrate async functions into middleware.
1313

tower-async-layer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## 0.1.0 (July 17, 2023)
99

10-
This is the initial realse of `tower-async-layer`, a fork of <https://github.com/tower-rs/tower> and makes use of `async traits`
10+
This is the initial release of `tower-async-layer`, a fork of <https://github.com/tower-rs/tower> and makes use of `async traits`
1111
([RFC-3185: Static async fn in traits](https://rust-lang.github.io/rfcs/3185-static-async-fn-in-trait.html))
1212
to simplify things and make it more easier to integrate async functions into middleware.

tower-async-service/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## 0.1.0 (July 17, 2023)
99

10-
This is the initial realse of `tower-async-service`, a fork of <https://github.com/tower-rs/tower> and makes use of `async traits`
10+
This is the initial release of `tower-async-service`, a fork of <https://github.com/tower-rs/tower> and makes use of `async traits`
1111
([RFC-3185: Static async fn in traits](https://rust-lang.github.io/rfcs/3185-static-async-fn-in-trait.html))
1212
to simplify things and make it more easier to integrate async functions into middleware.

tower-async-test/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## 0.1.0 (July 17, 2023)
99

10-
This is the initial realse of `tower-async-test`, a fork of <https://github.com/tower-rs/tower> and makes use of `async traits`
10+
This is the initial release of `tower-async-test`, a fork of <https://github.com/tower-rs/tower> and makes use of `async traits`
1111
([RFC-3185: Static async fn in traits](https://rust-lang.github.io/rfcs/3185-static-async-fn-in-trait.html))
1212
to simplify things and make it more easier to integrate async functions into middleware.
1313

tower-async/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## 0.1.0 (July 17, 2023)
99

10-
This is the initial realse of `tower-async`, a fork of <https://github.com/tower-rs/tower> and makes use of `async traits`
10+
This is the initial release of `tower-async`, a fork of <https://github.com/tower-rs/tower> and makes use of `async traits`
1111
([RFC-3185: Static async fn in traits](https://rust-lang.github.io/rfcs/3185-static-async-fn-in-trait.html))
1212
to simplify things and make it more easier to integrate async functions into middleware.
1313

0 commit comments

Comments
 (0)