diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b516a..dc15c2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased - None. - +# 0.4.0(2023-09-26) +- feat: update swagger `png` + +- feat: replace `EmptyBodyRespons`e into `()`, update `readme.md` for usage +- feat: update swagger files and remove patch method +- feat: add check for operate `http` +- `refactor`: move `http` actions into `HTTPOperateCheck` +- feat: add more log for `http` operate, add more test check for `http` actor +- feat: add more fields for test +- feat: add snafu for better err display -# 0.3.0(3. April, 2023) +# 0.3.0(2023-04-03) - **added:** add initial support for swagger based on [aide](https://github.com/tamasfe/aide) project, swagger support still needs a lot of improvement -# 0.2.0(1. April, 2023) +# 0.2.0(2023-04-01) - **added:** Add views with create, update, query methods - **added:** Add default 404 handler, graceful shutdown, `tls` support in `utils` diff --git a/Cargo.toml b/Cargo.toml index f541dea..c138f4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-restful" -version = "0.3.2" +version = "0.4.0" edition = "2021" categories = ["web-programming::http-server", "asynchronous"] description = "A restful framework based on axum and sea-orm."