Skip to content

Commit 62bbadd

Browse files
committed
🔖 Version bump to 2.0.1
1 parent 0f3f371 commit 62bbadd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.0.1
2+
- Updated dependencies
3+
- sdk to `>=3.4.0 <4.0.0`
4+
- `test` to `1.25.7`
5+
- `meta` to `1.15.0`
6+
- `very_good_analysis` to `6.0.0`
7+
18
## 2.0.0
29
- Rework internal implementation of the packages. Resulting in no need for specifying the number of parameters in the function name.
310
```dart

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: parameterized_test
22
description: Run a test multiple times based on provided parameter list. Inspired by JUnit ParameterizedTest.
3-
version: 2.0.0
3+
version: 2.0.1
44
homepage: https://www.github.com/DutchCodingCompany/parameterized_test
55

66
environment:

0 commit comments

Comments
 (0)