From 67ea9ca9fe781a2884bac00d23acb9c444c6505e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Jan 2024 11:19:35 +0000 Subject: [PATCH] chore(release): 0.29.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a5dc75e..1ab8884a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.29.0](https://github.com/maidsafe/self_encryption/compare/v0.28.6...v0.29.0) (2024-01-10) + + +### ⚠ BREAKING CHANGES + +* this will affect current chunked data + +### Features + +* reduce MIN_CHUNK_SIZE and MIN_ENCRYPTABLE_BYTES down to 1/3 bytes. ([11f6a70](https://github.com/maidsafe/self_encryption/commit/11f6a70e6c2a68085612b2c96d6aadca3c8c4f20)) + ### [0.28.6](https://github.com/maidsafe/self_encryption/compare/v0.28.5...v0.28.6) (2023-12-19) diff --git a/Cargo.toml b/Cargo.toml index f65e47e3d..043f17285 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "self_encryption" readme = "README.md" repository = "https://github.com/maidsafe/self_encryption" -version = "0.28.6" +version = "0.29.0" [dependencies] aes = "~0.8.1"