Bump versions

This commit is contained in:
Jonas Platte 2024-11-16 17:10:03 +01:00
parent a8ce6fa030
commit 9983bc1da4
No known key found for this signature in database
GPG key ID: 7D261D771D915378
4 changed files with 14 additions and 2 deletions

View file

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].
# 0.9.6
- **docs:** Add links to features table ([#3030])
[#3030]: https://github.com/tokio-rs/axum/pull/3030
# 0.9.5
- **added:** Add `RouterExt::typed_connect` ([#2961])

View file

@ -9,7 +9,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.9.5"
version = "0.9.6"
[features]
default = ["tracing", "multipart"]

View file

@ -5,6 +5,12 @@ 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.7.9
- **fixed:** Avoid setting content-length before middleware ([#3031])
[#3031]:https://github.com/tokio-rs/axum/pull/3031
# 0.7.8
- **fixed:** Skip SSE incompatible chars of `serde_json::RawValue` in `Event::json_data` ([#2992])

View file

@ -1,6 +1,6 @@
[package]
name = "axum"
version = "0.7.8"
version = "0.7.9"
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2021"