Skip to content

Commit

Permalink
Releases cryptography 2.0.2 and cryptography_flutter 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrier989 committed Jul 17, 2021
1 parent 87ddadf commit 7617112
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions cryptography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.2

* Fixes an issue in SecretBox.fromConcatenation.
* Improves documentation.

## 2.0.1

* Documentation fixes.
Expand Down
2 changes: 1 addition & 1 deletion cryptography/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cryptography
version: 2.0.1
version: 2.0.2
homepage: https://github.com/dint-dev/cryptography
description:
Cryptographic algorithms for encryption, digital signatures, key agreement, authentication, and
Expand Down
5 changes: 5 additions & 0 deletions cryptography_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.1

* Improves behavior in browsers.
* Improves documentation.

## 2.0.0

* Finishes null safety migration.
Expand Down
4 changes: 2 additions & 2 deletions cryptography_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: cryptography_flutter
description:
A version of 'package:cryptography' that speeds up asynchronous invocations with native APIs of
Android, iOS, and Mac OS X.
version: 2.0.0
version: 2.0.1
homepage: https://github.com/dint-dev/cryptography

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=2.0.0'

dependencies:
cryptography: ^2.0.0
cryptography: ^2.0.2
flutter:
sdk: flutter

Expand Down

0 comments on commit 7617112

Please sign in to comment.