We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984985f commit c7009dbCopy full SHA for c7009db
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+#### Version 3.9.1 (2024-05-07)
5
+
6
+* Add crypto in topics to pubspec.yaml (PR #237)
7
+* remove unnecessary ! operator from some files (PR #236)
8
9
#### Version 3.9.0 (2024-04-19)
10
11
* Update minimum SDK version to 3.2.0 (PR #231)
pubspec.yaml
@@ -1,5 +1,5 @@
name: pointycastle
-version: 3.9.0
+version: 3.9.1
description: A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library.
homepage: https://github.com/bcgit/pc-dart
topics:
0 commit comments