Skip to content

Commit

Permalink
Prepare release 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephenodrom committed Oct 24, 2023
1 parent 42e43ce commit 6a50349
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [5.7.0] - 2022-10-24

* ECDSA Keypair SEC1 to Pkcs8 converting (PR #101)
* Added a new param for the "Not Before" flag of self signed x.509 certificates (PR #105)

## [5.6.1] - 2022-07-16

* Added missing BooleanUtils export
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Update pubspec.yaml and add the following line to your dependencies.

```yaml
dependencies:
basic_utils: ^5.6.1
basic_utils: ^5.7.0
```
## Import
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,10 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: "67ec5684c7a19b2aba91d2831f3d305a6fd8e1504629c5818f8d64478abf4f38"
sha256: d983a57c33dde6d44b1fb8635f67c91f4b41d26cf227c147963affa97d63563d
url: "https://pub.dev"
source: hosted
version: "1.24.4"
version: "1.24.8"
test_api:
dependency: transitive
description:
Expand All @@ -485,10 +485,10 @@ packages:
dependency: transitive
description:
name: test_core
sha256: "6b753899253c38ca0523bb0eccff3934ec83d011705dae717c61ecf209e333c9"
sha256: "2f866bf4b20c11327ac166ee6036bddafb7fe9e35505ff8324f788e66913f967"
url: "https://pub.dev"
source: hosted
version: "0.5.4"
version: "0.5.8"
timing:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: basic_utils
description: Common util classes for Strings, Dates, X509, PKCS, Cryptographie and more.
version: 5.6.1
version: 5.7.0
homepage: https://github.com/Ephenodrom/Dart-Basic-Utils
#publish_to: https://pub.dartlang.org

Expand All @@ -16,7 +16,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.6
json_serializable: ^6.7.1
test: ^1.24.4
test: ^1.24.8

false_secrets:
- /test/crypto_utils_test.dart
Expand Down

0 comments on commit 6a50349

Please sign in to comment.