File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,22 @@ All notable changes to this project will be documented in this file. See [standa
1111
1212* reduce tokio dep requirements ([ 5f1ab1a] ( https://github.com/maidsafe/self_encryption/commit/5f1ab1a3ccd6af6d190cdd3e1580ed0a874fe9a3 ) )
1313
14+ ## [ 0.30.0] ( https://github.com/maidsafe/self_encryption/compare/v0.29.2...v0.30.0 ) - 2024-09-26
15+
16+ ### Added
17+ - allow compile time override of MAX_CHUNK_SIZE
18+
19+ ### Other
20+ - update error derivation crates
21+ - add test doc to please udeps
22+ - * (pr)* change code coverage generation
23+ - * (merge)* remove auto-merge (dependabot)
24+ - cargo fmt
25+ - apply cargo clippy --fix
26+ - remove box_pointers lint
27+ - cargo fmt
28+ - [ ** breaking** ] remove usage of Box<PathBuf >
29+
1430## [ 0.29.0] ( https://github.com/maidsafe/self_encryption/compare/v0.28.6...v0.29.0 ) (2024-01-10)
1531
1632
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "GPL-3.0"
88name = " self_encryption"
99readme = " README.md"
1010repository = " https://github.com/maidsafe/self_encryption"
11- version = " 0.29.2 "
11+ version = " 0.30.0 "
1212
1313[dependencies ]
1414aes = " ~0.8.1"
You can’t perform that action at this time.
0 commit comments