Skip to content

Commit

Permalink
Merge pull request #183 from ANSSI-FR/prepare-mlar-v1.3.0
Browse files Browse the repository at this point in the history
Prepare mlar v1.3.0
  • Loading branch information
commial committed Oct 9, 2023
2 parents f269c5e + efc7dff commit ed49793
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mlar_release.yml
Expand Up @@ -114,7 +114,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./mlar-windows/mlar.exe
asset_content_type: application/octet-stream
asset_name: mlar-windows-${{ steps.get_version.outputs.VERSION }}
asset_name: mlar-windows-${{ steps.get_version.outputs.VERSION }}.exe

- name: Release MacOS artifact
uses: actions/upload-release-asset@v1
Expand Down
18 changes: 18 additions & 0 deletions mlar/CHANGELOG.md
Expand Up @@ -5,6 +5,24 @@ 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.3.0] - 2023-10-06

### Thanks

- [Jean-Baptiste Galet](https://github.com/jbgalet)

### Added/Changed

- Bump dependencies
- Code cleaning
- Add more integration & CLI tests
- Behavior change: to avoid mistake, do not open unencrypted archive if a key is provided
- Add [key derivation capabilities](https://github.com/ANSSI-FR/MLA/pull/155)

### Fixed

- Reduce the number of call to `open`/`close` on linear extraction

## [1.2.0] - 2021-10-01

### Thanks
Expand Down
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.2.0"
version = "1.3.0"
authors = ["Camille Mougey <camille.mougey@ssi.gouv.fr>"]
edition = "2018"
license = "LGPL-3.0-only"
Expand Down

0 comments on commit ed49793

Please sign in to comment.