From b06822ea50c4af7cc2381fb64c9feecc0aeef050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 6 Oct 2023 15:31:15 +0200 Subject: [PATCH 1/3] chore: Bump our version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5954840a..8a59b64c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = [ name = "vodozemac" description = "A Rust implementation of Olm and Megolm" repository = "https://github.com/matrix-org/vodozemac" -version = "0.4.0" +version = "0.5.0" edition = "2021" keywords = ["matrix", "chat", "messaging", "olm"] license = "Apache-2.0" From a8aa78d7fe1e1427644dfd73253d06828d1e59aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 6 Oct 2023 15:41:33 +0200 Subject: [PATCH 2/3] chore: Update our changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4cf75d2..2bfdf87e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.5.0] - 2023-10-06 + +### Features + +- Add support to export an Account to a libolm pickle ([#111](https://github.com/matrix-org/vodozemac/pull/111)) +- Added the base64 decoding and encoding methods to the public interface ([#112](https://github.com/matrix-org/vodozemac/pull/112)) + + ## [0.4.0] - 2023-05-31 ### Bug Fixes From 84bd004142eca4773c43b1adeadfaa118d266449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 6 Oct 2023 15:50:37 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Denis Kasak --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bfdf87e..4dbb0770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file. ### Features -- Add support to export an Account to a libolm pickle ([#111](https://github.com/matrix-org/vodozemac/pull/111)) -- Added the base64 decoding and encoding methods to the public interface ([#112](https://github.com/matrix-org/vodozemac/pull/112)) +- Add support for exporting an Account to a libolm pickle ([#111](https://github.com/matrix-org/vodozemac/pull/111)) +- Add base64 decoding and encoding methods to the public interface ([#112](https://github.com/matrix-org/vodozemac/pull/112)) ## [0.4.0] - 2023-05-31