Skip to content

Commit

Permalink
Merge pull request #20 from anthonycr/minor-version-update-0-0-3
Browse files Browse the repository at this point in the history
Version 0.0.3
  • Loading branch information
anthonycr authored Apr 22, 2024
2 parents 791bdf6 + 85838dd commit 6b22cf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.0.3 *(22 April 2024)*
- Fix issue where interfaces that used `android.util.Pair` would not be verified.

## 0.0.2 *(21 April 2024)*
- Redesign `verifyParams` API to support type safe parameter comparison.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.code.style=official

# Publishing
GROUP=com.anthonycr.mockingbird
VERSION_NAME=0.0.2
VERSION_NAME=0.0.3

POM_NAME=Mockingbird
POM_DESCRIPTION=A minimalist faking framework exclusively for verifying interactions
Expand Down

0 comments on commit 6b22cf0

Please sign in to comment.