Skip to content

Commit

Permalink
Merge pull request #85 from ANSSI-FR/prepare-mlar-release
Browse files Browse the repository at this point in the history
Prepare mlar release
  • Loading branch information
commial committed Mar 4, 2021
2 parents b0e7764 + 58d0705 commit 950fac0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion mlar/CHANGELOG.md
Expand Up @@ -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
Expand All @@ -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
- `mla`: running state
2 changes: 1 addition & 1 deletion 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 <camille.mougey@ssi.gouv.fr>"]
edition = "2018"
license = "LGPL-3.0-only"
Expand Down

0 comments on commit 950fac0

Please sign in to comment.