Skip to content

Commit

Permalink
. e Bump version to 0.3.5-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed May 9, 2024
1 parent b1fbb6e commit 0e37cf9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.3.5-dev

- The repository has been moved to Approvals.
- Fixed bug with checking of strings received from txt file.
- Added Github Actions.
- Added dependabot.
- Updated README file.
- Updated TODO file.


## 0.3.3-dev

- Updated README file.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Add the following to your `pubspec.yaml` file:

```yaml
dependencies:
approval_tests: ^0.3.3-dev
approval_tests: ^0.3.5-dev
```
## 📚 How to use
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# * 0.0.4 for a minor release.
name: approval_tests
description: Approval Tests implementation in Dart. Inspired by ApprovalTests.
version: 0.3.4-dev
version: 0.3.5-dev
repository: https://github.com/K1yoshiSho/approval_tests_dart
homepage: https://github.com/K1yoshiSho/approval_tests_dart.git
issue_tracker: https://github.com/K1yoshiSho/approval_tests_dart/issues
Expand Down
3 changes: 2 additions & 1 deletion test/approval_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ void main() {
);
});

test("Method «verify» must throw DoesntMatchException with error handling", () {
test("Method «verify» must throw DoesntMatchException with error handling",
() {
expect(
() => helper.verify(
'Hello W0rld',
Expand Down

0 comments on commit 0e37cf9

Please sign in to comment.