Skip to content

Commit a24121a

Browse files
committed
Prepare 0.2.0 release with ios support
1 parent 3d76514 commit a24121a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.0
2+
* Added `ios` support.
3+
* Added `<2.0.0` upper-bound on Flutter SDK constraint.
4+
15
# 0.1.2
26
* Fixed sizeof `ssl.CBB` causing occasional segfaults, as we previously
37
allocated too few bytes.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
# limitations under the License.
1414

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

2020
environment:
2121
sdk: '>=2.8.0 <3.0.0'
22-
flutter: '>=1.17.0'
22+
flutter: '>=1.17.0 <2.0.0'
2323

2424
dependencies:
2525
ffi: ^0.1.3

0 commit comments

Comments
 (0)