Skip to content

Commit

Permalink
Merge pull request #103 from ANSSI-FR/prepare-v1.2.0
Browse files Browse the repository at this point in the history
Prepare MLA-v1.2.0
  • Loading branch information
commial committed Sep 28, 2021
2 parents 42c98d1 + ab808ea commit 2f5c852
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion mla/CHANGELOG.md
Expand Up @@ -5,6 +5,18 @@ 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.2.0] - 2021-09-28

### Thanks

- [Matthieu Buffet](https://github.com/mtth-bfft)
- [Olivier Dembour](https://github.com/alex-sector)

### Added/Changed

- C/CPP bindings now support partial writes and error codes
- Bump dependencies

## [1.1.1] - 2021-05-31

- Bump dependencies
Expand Down Expand Up @@ -50,4 +62,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `x25519-dalek`: 0 to 1
- Code cleaning
- Minor memory footprint reduction
- Introduce `MultiRecipientPersistent.count_keys()`: amount of recipients
- Introduce `MultiRecipientPersistent.count_keys()`: amount of recipients
2 changes: 1 addition & 1 deletion mla/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mla"
version = "1.1.1"
version = "1.2.0"
authors = ["Camille Mougey <camille.mougey@ssi.gouv.fr>"]
edition = "2018"
license = "LGPL-3.0-only"
Expand Down

0 comments on commit 2f5c852

Please sign in to comment.