From edc37b99032ea6acfb689ed1fb6996349e1810e8 Mon Sep 17 00:00:00 2001 From: "ah.jo" Date: Sat, 2 Nov 2024 13:33:44 +0900 Subject: [PATCH] Release 1.0.28 version --- README.md | 8 ++++---- build.gradle.kts | 2 +- docs/content/v1.0.x-kor/release-notes/_index.md | 10 ++++++++++ docs/content/v1.0.x/release-notes/_index.md | 10 ++++++++++ 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f93160566..2fd31aab5 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq #### Java ```groovy -testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.0.27") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.0.28") ``` #### Kotlin ```groovy -testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.0.27") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.0.28") ``` ### Maven @@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1. com.navercorp.fixturemonkey fixture-monkey-starter - 1.0.27 + 1.0.28 test ``` @@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1. com.navercorp.fixturemonkey fixture-monkey-starter-kotlin - 1.0.27 + 1.0.28 test ``` diff --git a/build.gradle.kts b/build.gradle.kts index f8987b0a5..c546ca348 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { allprojects { group = "com.navercorp.fixturemonkey" - version = "1.0.28-SNAPSHOT" + version = "1.0.28" } subprojects { diff --git a/docs/content/v1.0.x-kor/release-notes/_index.md b/docs/content/v1.0.x-kor/release-notes/_index.md index 980b65a70..2a088be47 100644 --- a/docs/content/v1.0.x-kor/release-notes/_index.md +++ b/docs/content/v1.0.x-kor/release-notes/_index.md @@ -5,6 +5,16 @@ menu: docs: weight: 100 --- +sectionStart +## v.1.0.28 +Add support for `hashCode`, `equals`, `toString` in anonymous object + +Add `enableLoggingFail` option to dismiss the failed logging in `FixtureMonkeyBuilder`. + +Add supporting for the `is` prefix boolean within `javaGetter`. + +sectionEnd + sectionStart ## v.1.0.27 Add `enableLoggingFail` option as a constructor argument in `FailoverIntrospector` diff --git a/docs/content/v1.0.x/release-notes/_index.md b/docs/content/v1.0.x/release-notes/_index.md index 9e1f7a77b..e6bd8c205 100644 --- a/docs/content/v1.0.x/release-notes/_index.md +++ b/docs/content/v1.0.x/release-notes/_index.md @@ -5,6 +5,16 @@ menu: docs: weight: 100 --- +sectionStart +## v.1.0.28 +Add support for `hashCode`, `equals`, `toString` in anonymous object + +Add `enableLoggingFail` option to dismiss the failed logging in `FixtureMonkeyBuilder`. + +Add supporting for the `is` prefix boolean within `javaGetter`. + +sectionEnd + sectionStart ## v.1.0.27 Add `enableLoggingFail` option as a constructor argument in `FailoverIntrospector`