From 7418131bb871a977af62624ea5c2e9c83a2f262b Mon Sep 17 00:00:00 2001 From: "ah.jo" Date: Wed, 11 Sep 2024 19:29:42 +0900 Subject: [PATCH] Release 1.0.25 version --- README.md | 8 ++++---- build.gradle.kts | 2 +- docs/content/v1.0.x-kor/release-notes/_index.md | 2 ++ docs/content/v1.0.x/release-notes/_index.md | 2 ++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 011bacb9b..7c7813048 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.24") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.0.25") ``` #### Kotlin ```groovy -testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.0.24") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.0.25") ``` ### Maven @@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1. com.navercorp.fixturemonkey fixture-monkey-starter - 1.0.24 + 1.0.25 test ``` @@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1. com.navercorp.fixturemonkey fixture-monkey-starter-kotlin - 1.0.24 + 1.0.25 test ``` diff --git a/build.gradle.kts b/build.gradle.kts index 80232175d..77cf377a5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { allprojects { group = "com.navercorp.fixturemonkey" - version = "1.0.25-SNAPSHOT" + version = "1.0.25" } 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 d8fc7dde9..d33b02b21 100644 --- a/docs/content/v1.0.x-kor/release-notes/_index.md +++ b/docs/content/v1.0.x-kor/release-notes/_index.md @@ -9,6 +9,8 @@ sectionStart ### v.1.0.25 Fix concurrency issue with string generation +Fix seed setting as annotated + sectionEnd sectionStart diff --git a/docs/content/v1.0.x/release-notes/_index.md b/docs/content/v1.0.x/release-notes/_index.md index 56e052aee..79327b627 100644 --- a/docs/content/v1.0.x/release-notes/_index.md +++ b/docs/content/v1.0.x/release-notes/_index.md @@ -9,6 +9,8 @@ sectionStart ### v.1.0.25 Fix concurrency issue with string generation +Fix seed setting as annotated + sectionEnd sectionStart