Skip to content

Commit 8a5efe5

Browse files
authored
Release 0.5.1 (#6)
1 parent a8f12fe commit 8a5efe5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.5.1
4+
5+
* Downgraded test package to 1.25.7.
6+
37
## 0.5.0
48

59
* Iterable assertions.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: fluent_assertions
22
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.
3-
version: 0.5.0
3+
version: 0.5.1
44
homepage: https://github.com/klisiewicz/fluent-assertions
55

66
environment:
77
sdk: '>=2.12.0 <4.0.0'
88

99
dependencies:
10-
test: ^1.25.14
10+
test: ^1.25.7
1111

1212
dev_dependencies:
1313
lint: ^2.3.0

0 commit comments

Comments
 (0)