From 59e22f7c49445561d36e82f4190e8ddcc246d874 Mon Sep 17 00:00:00 2001 From: Yelaman Yelmuratov Date: Mon, 20 May 2024 01:15:09 +0500 Subject: [PATCH] . e bump version to v0.5.1 --- CHANGELOG.md | 4 ++-- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d67559..dab8349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/README.md b/README.md index afbd4a6..390ba7d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index d10da11..92ee2b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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