Skip to content

Commit

Permalink
. e bump version to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed May 19, 2024
1 parent 0d8f5d3 commit 59e22f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 0.5.0
## 0.5.1

- Updated documentation.
- Updated dependencies.
- Updated `README.md` file.
- Updated `TODO.md` file.
- Rewrited comparators. Now you can use `IDEComparator` without adding to global path. Also you can add custom diff tool.
- Rewrited comparators. Now it is only FileComparator.
- Rewrited Scrubbers: regex scrubber, date scrubber.
- Now, first run automatically create approved snapshot. You can approve another snapshot by setting `approveResult` to `true` and using Diff Tool.
- Completely rewritten `CommandLineReporter`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Add the following to your `pubspec.yaml` file:

```yaml
dependencies:
approval_tests: ^0.5.0
approval_tests: ^0.5.1
```
## 👀 Getting Started
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.5.0
version: 0.5.1
repository: https://github.com/approvals/ApprovalTests.Dart
homepage: https://github.com/approvals/ApprovalTests.Dart.git
issue_tracker: https://github.com/approvals/ApprovalTests.Dart/issues
Expand Down

0 comments on commit 59e22f7

Please sign in to comment.