Skip to content

Commit 73b336a

Browse files
authored
Prepare 0.5.3 (#36)
1 parent 0a64de3 commit 73b336a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.5.3
2+
* Migrate to Flutter 3.0
3+
* Added Linux desktop support.
4+
* Fixed issues with `dart2js` in release mode.
5+
16
# 0.5.2
27

38
* Migrates `dart:ffi`s generic `sizeOf` uses, which will be removed in Dart 2.13.

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.5.3-dev
16+
version: 0.5.3
1717
description: Cross-platform implementation of Web Cryptography APIs for Flutter.
1818
repository: https://github.com/google/webcrypto.dart
1919

0 commit comments

Comments
 (0)