Skip to content

Commit

Permalink
docs: update changelog and version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gongzhengyang committed Sep 26, 2023
1 parent 324f00b commit 9fc91f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 9fc91f4

Please sign in to comment.