Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj committed Sep 15, 2020
1 parent 8171b14 commit 98d55b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.1.2
* Fixed sizeof `ssl.CBB` causing occasional segfaults, as we previously
allocated too few bytes.
* Ported `flutter pub run webcrypto:setup` to work on Mac when `cmake` is
installed.

# 0.1.1
* Removed unused code referencing `dart:cli`, causing analysis errors on
[pub.dev](https://pub.dev/packages/webcrypto).
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.1"
version: "0.1.2"
webdriver:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

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

Expand Down

0 comments on commit 98d55b5

Please sign in to comment.