We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f12fe commit 8a5efe5Copy full SHA for 8a5efe5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.5.1
4
+
5
+* Downgraded test package to 1.25.7.
6
7
## 0.5.0
8
9
* Iterable assertions.
pubspec.yaml
@@ -1,13 +1,13 @@
name: fluent_assertions
description: A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests.
-version: 0.5.0
+version: 0.5.1
homepage: https://github.com/klisiewicz/fluent-assertions
environment:
sdk: '>=2.12.0 <4.0.0'
dependencies:
10
- test: ^1.25.14
+ test: ^1.25.7
11
12
dev_dependencies:
13
lint: ^2.3.0
0 commit comments