Skip to content

Commit

Permalink
Merge pull request #94 from anthonycr/1-3-1-release
Browse files Browse the repository at this point in the history
Version 1.3.1
  • Loading branch information
anthonycr authored Dec 22, 2024
2 parents 4deb518 + a004a1e commit 8292549
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

## 1.3.1 *(22 December 2024)*
- Lower the Kotlin language version from 2.1 to 2.0 to permit compatibility with older projects.

## 1.3.0 *(17 December 2024)*
- Improve usability by allowing import of `fake` function before it's generated.
- Fix issue where usage of the `fake` function like `val fake = fake<Type>()` would not compile.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ksp.useKSP2=true

# Publishing
GROUP=com.anthonycr.mockingbird
VERSION_NAME=1.3.0
VERSION_NAME=1.3.1

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

0 comments on commit 8292549

Please sign in to comment.