Skip to content

Commit 2f69fac

Browse files
Prepare for new Release 7.65.0 (#901)
* Prepare for new Release 7.65.0 * Update .codecov.yml --------- Co-authored-by: sensuikan1973 <sensuikan1973@users.noreply.github.com>
1 parent af16b65 commit 2f69fac

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ coverage:
1313
status:
1414
project:
1515
default:
16-
target: 90% # overall coverage
16+
target: 80% # overall coverage
1717
unit_test:
18-
target: 90%
18+
target: 80%
1919
flags:
2020
- unit_test
2121
patch: false # See: https://docs.codecov.io/docs/commit-status#section-patch-status

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 7.65.0
2+
3+
upgrade dependencies.
4+
15
# 7.64.0
26

37
upgrade dependencies.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See: https://dart.dev/tools/pub/publishing
33

44
name: libedax4dart
5-
version: 7.64.0
5+
version: 7.65.0
66
description: Dart wrapper for libedax. With using libedax4dart, you can execute functions equivalent to edax.
77
homepage: https://github.com/sensuikan1973/libedax4dart
88
repository: https://github.com/sensuikan1973/libedax4dart

0 commit comments

Comments
 (0)