From ab808ea7c38b13f3eeccde4e067051a9ef09579a Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Tue, 28 Sep 2021 09:17:38 +0200 Subject: [PATCH] Prepare MLA-v1.2.0 --- mla/CHANGELOG.md | 14 +++++++++++++- mla/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/mla/CHANGELOG.md b/mla/CHANGELOG.md index 109ea92..94a5058 100644 --- a/mla/CHANGELOG.md +++ b/mla/CHANGELOG.md @@ -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 @@ -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 \ No newline at end of file +- Introduce `MultiRecipientPersistent.count_keys()`: amount of recipients diff --git a/mla/Cargo.toml b/mla/Cargo.toml index 57a0750..62473cc 100644 --- a/mla/Cargo.toml +++ b/mla/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mla" -version = "1.1.1" +version = "1.2.0" authors = ["Camille Mougey "] edition = "2018" license = "LGPL-3.0-only"