Release axum, axum-core, and axum-macros (#1688)

This commit is contained in:
David Pedersen
2023-01-09 13:54:49 +01:00
committed by GitHub
parent 8d92902c8e
commit e3aaeb3cb7
7 changed files with 20 additions and 7 deletions
+4
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
- None.
# 0.3.1 (9. January, 2023)
- **added:** Add `body_text` and `status` methods to built-in rejections ([#1612])
[#1612]: https://github.com/tokio-rs/axum/pull/1612
+1 -1
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-core"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.3.0" # remember to also bump the version that axum depends on
version = "0.3.1" # remember to also bump the version that axum depends on
[dependencies]
async-trait = "0.1"