chore(release): publish packages
- native_crypto@0.1.1
This commit is contained in:
parent
ee79b8d20f
commit
ff6af2491a
27
CHANGELOG.md
27
CHANGELOG.md
@ -3,6 +3,33 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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
|
## 2022-05-25
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
@ -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
|
## 0.1.0
|
||||||
|
|
||||||
> Breaking changes !
|
> Breaking changes !
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
name: native_crypto
|
name: native_crypto
|
||||||
description: Fast and secure cryptography for Flutter.
|
description: Fast and secure cryptography for Flutter.
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
|
|
||||||
publish_to: 'none'
|
# publish_to: 'none'
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0 <3.0.0"
|
sdk: ">=2.17.0 <3.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user