Version 0.1.2 (#80)

This commit is contained in:
David Pedersen
2021-08-01 22:13:43 +02:00
committed by GitHub
parent 666d088b26
commit 55c1a29420
3 changed files with 11 additions and 7 deletions
+8 -4
View File
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
None.
## Breaking changes
None.
# 0.1.2 (01. August, 2021)
- Implement `Stream` for `WebSocket` ([#52](https://github.com/tokio-rs/axum/pull/52))
- Implement `Sink` for `WebSocket` ([#52](https://github.com/tokio-rs/axum/pull/52))
- Implement `Deref` most extractors ([#56](https://github.com/tokio-rs/axum/pull/56))
@@ -20,10 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Mention required dependencies in docs ([#77](https://github.com/tokio-rs/axum/pull/77))
- Fix WebSockets failing on Firefox ([#76](https://github.com/tokio-rs/axum/pull/76))
## Breaking changes
None.
# 0.1.1 (30. July, 2021)
- Misc readme fixes.