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:
David Pedersen 2021-11-13 20:44:13 +01:00 committed by GitHub
parent b9dfea6360
commit e58336621d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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