Skip to content

Commit

Permalink
Prepare 0.2.0 release with ios support
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj committed Sep 18, 2020
1 parent 3d76514 commit a24121a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.0
* Added `ios` support.
* Added `<2.0.0` upper-bound on Flutter SDK constraint.

# 0.1.2
* Fixed sizeof `ssl.CBB` causing occasional segfaults, as we previously
allocated too few bytes.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
# limitations under the License.

name: webcrypto
version: 0.1.2
version: 0.2.0
description: Cross-platform implementation of Web Cryptography APIs for Flutter.
homepage: https://github.com/google/webcrypto.dart

environment:
sdk: '>=2.8.0 <3.0.0'
flutter: '>=1.17.0'
flutter: '>=1.17.0 <2.0.0'

dependencies:
ffi: ^0.1.3
Expand Down

0 comments on commit a24121a

Please sign in to comment.