Skip to content

Commit 4ef7d30

Browse files
Updated changelog and bumped version number (#174)
* chore: update changelog and bump version number * docs: update changelog * Update CHANGELOG.md Co-authored-by: Jonas Finnemann Jensen <[email protected]> * Update CHANGELOG.md --------- Co-authored-by: Jonas Finnemann Jensen <[email protected]>
1 parent fe6e923 commit 4ef7d30

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.5.8
2+
* All classes previously annotated `@sealed` are now `final`!
3+
* Migrate from Gradle Imperative Apply to [Gradle Plugin DSL](https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply).
4+
* Bumped Kotlin Version to 1.7.10.
5+
* Removed the `GCC_WARN_INHIBIT_ALL_WARNINGS` option to ensure compatibitity with Xcode 16.
6+
* Code coverage is now 89% as reported to [coveralls.io](https://coveralls.io/github/google/webcrypto.dart?branch=master)!
7+
* Add support for compiling to WASM.
8+
19
# 0.5.7
210
* Added compatibility for AGP 8.4.
311
* Improved API documentation for ECDH.

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.7
16+
version: 0.5.8
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)