diff --git a/packages/mocktail/CHANGELOG.md b/packages/mocktail/CHANGELOG.md index cb5af84..12ba983 100644 --- a/packages/mocktail/CHANGELOG.md +++ b/packages/mocktail/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.3.0 + +- **BREAKING** feat: add support for type argument matching ([#66](https://github.com/felangel/mocktail/issues/66)) +- feat: improve verifyNoMoreInteractions failure message ([#118](https://github.com/felangel/mocktail/issues/118)) +- docs: improve argument matcher documentation in `README` ([#102](https://github.com/felangel/mocktail/pull/102)) +- docs: fix typo in \_registerMatcher inline docs ([#101](https://github.com/felangel/mocktail/pull/101)) +- docs: minor snippet fixes in `README` ([#94](https://github.com/felangel/mocktail/pull/94)) +- docs: enhance example to illustrate more use cases + # 0.3.0-dev.1 - **BREAKING** feat: add support for type argument matching ([#66](https://github.com/felangel/mocktail/issues/66)) diff --git a/packages/mocktail/pubspec.yaml b/packages/mocktail/pubspec.yaml index 550df5b..c26ece0 100644 --- a/packages/mocktail/pubspec.yaml +++ b/packages/mocktail/pubspec.yaml @@ -1,6 +1,6 @@ name: mocktail description: A Dart mock library which simplifies mocking with null safety support and no manual mocks or code generation. -version: 0.3.0-dev.1 +version: 0.3.0 repository: https://github.com/felangel/mocktail homepage: https://github.com/felangel/mocktail/tree/main/packages/mocktail