Skip to content

Commit

Permalink
Prepare for release mla-v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
commial committed Oct 2, 2023
1 parent 4ebefa5 commit d5ed2e7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions mla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.0] - 2023-10-02

TODO:bf441bb54f37fa91a0c55440f6bc4392ff84c86b

### Added/Changed

- Code cleaning
- Bump dependencies
- Benchmarking: reduce the number of test case per test, add new scenarios
- Explicitely ask for `zeroize` feature in `x25519-dalek`

### Fixed

- FailSafe Reader: drastically improve performance
- Fix a Brotli-decompressor regression ([following a minor update](https://github.com/ANSSI-FR/MLA/pull/163)) and add corresponding tests

## [1.3.0] - 2022-08-22

### Thanks
Expand Down
2 changes: 1 addition & 1 deletion mla/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mla"
version = "1.3.0"
version = "1.4.0"
authors = ["Camille Mougey <[email protected]>"]
edition = "2018"
license = "LGPL-3.0-only"
Expand Down

0 comments on commit d5ed2e7

Please sign in to comment.