From 58d07051faff1f4232a4769fee850507b17bca49 Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Thu, 4 Mar 2021 16:24:04 +0100 Subject: [PATCH] Prepare mlar release --- mlar/CHANGELOG.md | 10 +++++++++- mlar/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/mlar/CHANGELOG.md b/mlar/CHANGELOG.md index f7a32b53..6e871bfd 100644 --- a/mlar/CHANGELOG.md +++ b/mlar/CHANGELOG.md @@ -5,6 +5,14 @@ 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.1.1] - 2021-03-04 + +### Added/Changed + +- Bump dependencies + - In particular, update `mla` to running state, including a fix for [an issue](https://github.com/ANSSI-FR/MLA/issues/63) which may occurs in archive with more than 2^32 bits data + + ## [1.1.0] - 2020-09-14 ### Thanks @@ -25,4 +33,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `hex`: 0.3 to 0.4 - `assert_cmd`: 0.12 to 1.0 (dev) - `assert_fs`: 0.13 to 1.0 (dev) - - `mla`: running state \ No newline at end of file + - `mla`: running state diff --git a/mlar/Cargo.toml b/mlar/Cargo.toml index 5adc674a..d233f351 100644 --- a/mlar/Cargo.toml +++ b/mlar/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mlar" description = "A wrapper around the MLA library for common usecases" -version = "1.1.0" +version = "1.1.1" authors = ["Camille Mougey "] edition = "2018" license = "LGPL-3.0-only"