chore(release): publish packages

- native_crypto@0.1.1
This commit is contained in:
Hugo Pointcheval 2022-05-25 16:26:10 +02:00
parent ee79b8d20f
commit ff6af2491a
Signed by: hugo
GPG Key ID: A9E8E9615379254F
3 changed files with 39 additions and 2 deletions

View File

@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2022-05-25
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`native_crypto` - `v0.1.1`](#native_crypto---v011)
---
#### `native_crypto` - `v0.1.1`
- **REFACTOR**: change file organization.
- **PERF**: x10 perfomance improvement on android with better list management.
- **FIX**: benchmark output.
- **FIX**: update and fix code.
- **FEAT**: export new exceptions.
- **FEAT**: add PointyCastle benchmark.
- **DOCS**: add link to readme file.
## 2022-05-25
### Changes

View File

@ -1,3 +1,13 @@
## 0.1.1
- **REFACTOR**: change file organization.
- **PERF**: x10 perfomance improvement on android with better list management.
- **FIX**: benchmark output.
- **FIX**: update and fix code.
- **FEAT**: export new exceptions.
- **FEAT**: add PointyCastle benchmark.
- **DOCS**: add link to readme file.
## 0.1.0
> Breaking changes !

View File

@ -1,8 +1,8 @@
name: native_crypto
description: Fast and secure cryptography for Flutter.
version: 0.1.0
version: 0.1.1
publish_to: 'none'
# publish_to: 'none'
environment:
sdk: ">=2.17.0 <3.0.0"