Skip to content

Commit

Permalink
Merge pull request #51 from ANSSI-FR/release-mlar-v1.1.0
Browse files Browse the repository at this point in the history
Release: mlar v1.1.0
  • Loading branch information
commial committed Sep 14, 2020
2 parents 23bca45 + dd65123 commit 151911e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions mlar/CHANGELOG.md
@@ -0,0 +1,23 @@
# Change Log

## 1.1.0

### Thanks

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

### Added/Changed

- Switch from `ed25519_parser` to `curve25519-parser`: X25519 keys parsing capabilities
- `mlar to-tar`:
- Support for `-` output
- Sorted files
- New command, `mlar info`, to get an overview of an archive
- Typos
- Bump dependencies:
- `x25519-dalek`: 0 to 1
- `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
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.0.0"
version = "1.1.0"
authors = ["Camille Mougey <camille.mougey@ssi.gouv.fr>"]
edition = "2018"
license = "LGPL-3.0-only"
Expand Down

0 comments on commit 151911e

Please sign in to comment.