Skip to content

Commit 98d55b5

Browse files
committed
Release 0.1.2
1 parent 8171b14 commit 98d55b5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.1.2
2+
* Fixed sizeof `ssl.CBB` causing occasional segfaults, as we previously
3+
allocated too few bytes.
4+
* Ported `flutter pub run webcrypto:setup` to work on Mac when `cmake` is
5+
installed.
6+
17
# 0.1.1
28
* Removed unused code referencing `dart:cli`, causing analysis errors on
39
[pub.dev](https://pub.dev/packages/webcrypto).

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ packages:
478478
path: ".."
479479
relative: true
480480
source: path
481-
version: "0.1.1"
481+
version: "0.1.2"
482482
webdriver:
483483
dependency: transitive
484484
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

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

0 commit comments

Comments
 (0)