axum/axum-debug/CHANGELOG.md
David Pedersen e58336621d
axum-debug: Version 0.2.0 (#511)
- **breaking:** Removed `debug_router` macro.
- **breaking:** Removed `check_service` function.
- **breaking:** Removed `debug_service` function.
2021-11-13 20:44:13 +01:00

488 B

Changelog

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.

Unreleased

0.2.0 (13. October 2021)

  • breaking: Removed debug_router macro.
  • breaking: Removed check_service function.
  • breaking: Removed debug_service function.

0.1.0 (6. October 2021)

  • Initial release.