diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 1da98d8..30ab3e8 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,4 +1,22 @@ +## [1.1.3] - 2025-01-09 + + +### 🐛 Bug Fixes + +- **server:** Use merge instead of nest for axum by @greenhat616 + +- Clippy by @greenhat616 + +----------------- + + + +**Full Changelog**: https://github.com/libnyanpasu/nyanpasu-service/compare/v1.1.2...v1.1.3 + + + + ## [1.1.2] - 2025-01-09 diff --git a/Cargo.lock b/Cargo.lock index aa524a9..1eaabf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1556,7 +1556,7 @@ dependencies = [ [[package]] name = "nyanpasu-ipc" -version = "1.1.2" +version = "1.1.3" dependencies = [ "anyhow", "axum 0.8.1", @@ -1583,7 +1583,7 @@ dependencies = [ [[package]] name = "nyanpasu-service" -version = "1.1.2" +version = "1.1.3" dependencies = [ "ansi-str", "anyhow", diff --git a/nyanpasu_ipc/Cargo.toml b/nyanpasu_ipc/Cargo.toml index 41bac07..7ed63f9 100644 --- a/nyanpasu_ipc/Cargo.toml +++ b/nyanpasu_ipc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nyanpasu-ipc" -version = "1.1.2" +version = "1.1.3" edition = "2021" [features] diff --git a/nyanpasu_service/Cargo.toml b/nyanpasu_service/Cargo.toml index e3d5d96..7aff49c 100644 --- a/nyanpasu_service/Cargo.toml +++ b/nyanpasu_service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nyanpasu-service" -version = "1.1.2" +version = "1.1.3" edition = "2021" authors = { workspace = true } license = { workspace = true }