Skip to content

Commit

Permalink
chore(release): 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacderida committed Sep 26, 2024
1 parent f09f64d commit c857ae2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ All notable changes to this project will be documented in this file. See [standa

* reduce tokio dep requirements ([5f1ab1a](https://github.com/maidsafe/self_encryption/commit/5f1ab1a3ccd6af6d190cdd3e1580ed0a874fe9a3))

## [0.30.0](https://github.com/maidsafe/self_encryption/compare/v0.29.2...v0.30.0) - 2024-09-26

### Added
- allow compile time override of MAX_CHUNK_SIZE

### Other
- update error derivation crates
- add test doc to please udeps
- *(pr)* change code coverage generation
- *(merge)* remove auto-merge (dependabot)
- cargo fmt
- apply cargo clippy --fix
- remove box_pointers lint
- cargo fmt
- [**breaking**] remove usage of Box<PathBuf>

## [0.29.0](https://github.com/maidsafe/self_encryption/compare/v0.28.6...v0.29.0) (2024-01-10)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "self_encryption"
readme = "README.md"
repository = "https://github.com/maidsafe/self_encryption"
version = "0.29.2"
version = "0.30.0"

[dependencies]
aes = "~0.8.1"
Expand Down

0 comments on commit c857ae2

Please sign in to comment.