Skip to content

Commit c857ae2

Browse files
committed
chore(release): 0.30.0
1 parent f09f64d commit c857ae2

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "GPL-3.0"
88
name = "self_encryption"
99
readme = "README.md"
1010
repository = "https://github.com/maidsafe/self_encryption"
11-
version = "0.29.2"
11+
version = "0.30.0"
1212

1313
[dependencies]
1414
aes = "~0.8.1"

0 commit comments

Comments
 (0)