Skip to content

Commit

Permalink
chore(mocktail): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jul 28, 2023
1 parent 1cfc555 commit 94c8ac3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/mocktail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.0.0-dev.0

- refactor: use more strict analysis options ([#203](https://github.com/felangel/mocktail/issues/203))
- docs: adjust `LICENSE` year
- docs: add topics to `pubspec.yaml`

# 0.3.0

- **BREAKING** feat: add support for type argument matching ([#66](https://github.com/felangel/mocktail/issues/66))
Expand Down
5 changes: 3 additions & 2 deletions packages/mocktail/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
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
version: 1.0.0-dev.0
repository: https://github.com/felangel/mocktail
homepage: https://github.com/felangel/mocktail/tree/main/packages/mocktail
topics: [mock, test]

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"

dependencies:
collection: ^1.15.0
Expand Down

0 comments on commit 94c8ac3

Please sign in to comment.