Skip to content
Snippets Groups Projects
Commit 1afe6342 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Merge branch 'release-0.2.0.0' into 'main'

Release 0.2.0.0

See merge request !11
parents cec67bd3 0dc12673
No related branches found
No related tags found
1 merge request!11Release 0.2.0.0
Pipeline #4695 passed
Changelog for tahoe-ssk
=======================
0.2.0.0
-------
* Add the IV as a parameter to Tahoe.SDMF.encode.
The IV must be the value used to create the ciphertext so Tahoe.SDMF.encode cannot randomly generate one.
* Add Tahoe.SDMF.randomIV for randomly generating a new IV.
0.1.0.0
-------
* Initial release.
* Very basic non-verifying decoding support.
* Enough encoding support for simple round-trip tests for the decoding functionality.
......@@ -21,7 +21,7 @@ name: tahoe-ssk
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.1.0.0
version: 0.2.0.0
-- A short (one-line) description of the package.
synopsis:
......@@ -54,8 +54,11 @@ build-type: Simple
extra-doc-files: CHANGELOG.md
-- Extra source files to be distributed with the package, such as examples, or
-- a tutorial module. In our case, test data.
-- a tutorial module.
extra-source-files:
ChangeLog.rst
README.rst
test/data/*
common warnings
ghc-options: -Wall -Werror=missing-fields
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment