diff --git a/.changes/json-into-response.md b/.changes/json-into-response.md deleted file mode 100644 index cb7ebc9..0000000 --- a/.changes/json-into-response.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"oblivion-codegen": patch:feat ---- - -Implement `From` for `BaseResponse` diff --git a/.changes/json-macros.md b/.changes/json-macros.md deleted file mode 100644 index 5360b93..0000000 --- a/.changes/json-macros.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"oblivion-codegen": patch:feat ---- - -Add macros support for `Result` diff --git a/crates/oblivion-codegen/CHANGELOG.md b/crates/oblivion-codegen/CHANGELOG.md index b725a6d..54800b9 100644 --- a/crates/oblivion-codegen/CHANGELOG.md +++ b/crates/oblivion-codegen/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.3.2] + +### New Features + +- [`b6bfec3`](https://github.com/noctisynth/oblivion-rust/commit/b6bfec3df0226504b3a05c329b14e651a211d3d7) ([#75](https://github.com/noctisynth/oblivion-rust/pull/75) by [@fu050409](https://github.com/noctisynth/oblivion-rust/../../fu050409)) Implement `From` for `BaseResponse` +- [`b6bfec3`](https://github.com/noctisynth/oblivion-rust/commit/b6bfec3df0226504b3a05c329b14e651a211d3d7) ([#75](https://github.com/noctisynth/oblivion-rust/pull/75) by [@fu050409](https://github.com/noctisynth/oblivion-rust/../../fu050409)) Add macros support for `Result` + ## \[0.3.1] ### New Features diff --git a/crates/oblivion-codegen/Cargo.toml b/crates/oblivion-codegen/Cargo.toml index db67b34..dd6c1ff 100644 --- a/crates/oblivion-codegen/Cargo.toml +++ b/crates/oblivion-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oblivion-codegen" -version = "0.3.1" +version = "0.3.2" authors = ["苏向夜 "] description = "Oblivion Codegen" license = "AGPL-3.0"