From f7e20f653bea669c510ceb4a9e549de7ba442148 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:10:56 +0800 Subject: [PATCH] release: bump versions (#76) publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/json-into-response.md | 5 ----- .changes/json-macros.md | 5 ----- crates/oblivion-codegen/CHANGELOG.md | 7 +++++++ crates/oblivion-codegen/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changes/json-into-response.md delete mode 100644 .changes/json-macros.md 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"