We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4216a28 commit 608cd65Copy full SHA for 608cd65
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+#### Version 3.8.0 (2024-03-24)
5
+
6
+* Add dart2wasm support (PR #225)
7
8
#### Version 3.7.4 (2024-01-15)
9
10
* Support the latest version of `package:js`. (PR #220)
pubspec.yaml
@@ -1,5 +1,5 @@
name: pointycastle
-version: 3.7.4
+version: 3.8.0
description: A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library.
homepage: https://github.com/bcgit/pc-dart
environment:
0 commit comments