Skip to content

Commit ca9f35e

Browse files
authored
chore(mocktail): v1.0.3 (#228)
1 parent 633471e commit ca9f35e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/mocktail/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.3
2+
3+
- docs: update ` README.md`` to include `any(that: ...)` ([#226](https://github.com/felangel/mocktail/issues/226))
4+
- chore: update LICENSE year
5+
- chore: remove deprecated lint rules
6+
17
# 1.0.2
28

39
- chore(deps): allow pkg:test_api >=0.7.0 ([#220](https://github.com/felangel/mocktail/issues/220))

packages/mocktail/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mocktail
22
description: A Dart mock library which simplifies mocking with null safety support and no manual mocks or code generation.
3-
version: 1.0.2
3+
version: 1.0.3
44
repository: https://github.com/felangel/mocktail
55
homepage: https://github.com/felangel/mocktail/tree/main/packages/mocktail
66
topics: [mock, test]

0 commit comments

Comments
 (0)