Skip to content

Commit

Permalink
Merge pull request #18 from anthonycr/minor-version-update
Browse files Browse the repository at this point in the history
Prepare 0.0.2 alpha version
  • Loading branch information
anthonycr authored Apr 22, 2024
2 parents 8e9dcc4 + 51fc1c0 commit 90af22f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CHANGELOG

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

## 0.0.1 *(20 April 2024)*
- Initial version.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Mockingbird is available on Maven Central. Include the following dependencies in
`build.gradle.kts` file.

```kotlin
testImplementation(project("com.anthonycr.mockingbird:core:<latest_version>")
kspTest(project("com.anthonycr.mockingbird:processor:<latest_version>"))
testImplementation("com.anthonycr.mockingbird:core:<latest_version>")
kspTest("com.anthonycr.mockingbird:processor:<latest_version>")
```

Make sure you have the KSP Gradle plugin enabled as well.
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.1
VERSION_NAME=0.0.2

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

0 comments on commit 90af22f

Please sign in to comment.