Skip to content

Commit

Permalink
Merge pull request #6 from Nitrokey/release-v0.1.0
Browse files Browse the repository at this point in the history
Release v0.1.0
  • Loading branch information
robin-nitrokey authored Apr 26, 2023
2 parents 7cdb99b + ad76f9f commit 5d7816e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!--
Copyright (C) Nitrokey GmbH
SPDX-License-Identifier: CC0-1.0
-->

# Changelog
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).

## [Unreleased][]

[Unreleased]: https://github.com/Nitrokey/trussed-staging/compare/v0.1.0...HEAD

## [0.1.0][] - 2023-04-26

Initial release with these extensions:
- `ChunkedExtension`: read or write an unencrypted or encrypted file that is larger than the default Trussed message size in chunks
- `WrapKeyToFileExtension`: wrap or unwrap a key to or from a file

[0.1.0]: https://github.com/Nitrokey/trussed-staging/releases/tag/v0.1.0

0 comments on commit 5d7816e

Please sign in to comment.