From 8f2c7c1c8da48d483e3f4264c7c6b9f26e0d9f1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 13:41:59 +0000 Subject: [PATCH] release: bump versions (#74) publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/json-macros.md | 5 ----- crates/oblivion-codegen/CHANGELOG.md | 7 +++++++ crates/oblivion-codegen/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changes/json-macros.md create mode 100644 crates/oblivion-codegen/CHANGELOG.md 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 new file mode 100644 index 0000000..b725a6d --- /dev/null +++ b/crates/oblivion-codegen/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## \[0.3.1] + +### New Features + +- [`c739c37`](https://github.com/noctisynth/oblivion-rust/commit/c739c37447003825e0bf6263975d76d137c0e544) ([#73](https://github.com/noctisynth/oblivion-rust/pull/73) by [@fu050409](https://github.com/noctisynth/oblivion-rust/../../fu050409)) Add macros support for `Result` diff --git a/crates/oblivion-codegen/Cargo.toml b/crates/oblivion-codegen/Cargo.toml index 71f6e20..db67b34 100644 --- a/crates/oblivion-codegen/Cargo.toml +++ b/crates/oblivion-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oblivion-codegen" -version = "0.3.0" +version = "0.3.1" authors = ["苏向夜 "] description = "Oblivion Codegen" license = "AGPL-3.0"