From 94b76b7357ab3e30642497687d3538d7f7065f36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 10:46:45 +0800 Subject: [PATCH] release: bump versions (#78) publish new versions Co-authored-by: fu050409 <46275354+fu050409@users.noreply.github.com> --- .changes/client-subscribe.md | 5 ----- crates/oblivion/CHANGELOG.md | 7 +++++++ crates/oblivion/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changes/client-subscribe.md create mode 100644 crates/oblivion/CHANGELOG.md diff --git a/.changes/client-subscribe.md b/.changes/client-subscribe.md deleted file mode 100644 index b673088..0000000 --- a/.changes/client-subscribe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"oblivion": patch:feat ---- - -Support listen and subscribe in Oblivion client. diff --git a/crates/oblivion/CHANGELOG.md b/crates/oblivion/CHANGELOG.md new file mode 100644 index 0000000..9af388c --- /dev/null +++ b/crates/oblivion/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## \[2.2.1] + +### New Features + +- [`fb42aaf`](https://github.com/noctisynth/oblivion-rust/commit/fb42aafcd5ae40393b0eca2a454157314f4d30c0) ([#77](https://github.com/noctisynth/oblivion-rust/pull/77) by [@fu050409](https://github.com/noctisynth/oblivion-rust/../../fu050409)) Support listen and subscribe in Oblivion client. diff --git a/crates/oblivion/Cargo.toml b/crates/oblivion/Cargo.toml index fcb8231..6f29bc3 100644 --- a/crates/oblivion/Cargo.toml +++ b/crates/oblivion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oblivion" -version = "2.2.0" +version = "2.2.1" authors = ["苏向夜 "] description = "A fast, lightweight, and secure end-to-end encryption protocol based on ECDHE" license = "AGPL-3.0"