mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-01 00:50:32 +01:00
axum-debug: Version 0.2.0 (#511)
- **breaking:** Removed `debug_router` macro. - **breaking:** Removed `check_service` function. - **breaking:** Removed `debug_service` function.
This commit is contained in:
parent
b9dfea6360
commit
e58336621d
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
# Unreleased
|
||||
|
||||
# 0.2.0 (13. October 2021)
|
||||
|
||||
- **breaking:** Removed `debug_router` macro.
|
||||
- **breaking:** Removed `check_service` function.
|
||||
- **breaking:** Removed `debug_service` function.
|
||||
|
|
|
@ -9,7 +9,7 @@ license = "MIT"
|
|||
name = "axum-debug"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
Loading…
Reference in a new issue