diff --git a/README.md b/README.md index 40e8ab84c..de20a3473 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq #### Java ```groovy -testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.8") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.9") ``` #### Kotlin ```groovy -testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.8") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.9") ``` ### Maven @@ -53,7 +53,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1. com.navercorp.fixturemonkey fixture-monkey-starter - 1.1.8 + 1.1.9 test ``` @@ -64,7 +64,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1. com.navercorp.fixturemonkey fixture-monkey-starter-kotlin - 1.1.8 + 1.1.9 test ``` diff --git a/build.gradle.kts b/build.gradle.kts index 5d7043d23..28060c724 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { allprojects { group = "com.navercorp.fixturemonkey" - version = "1.1.9-SNAPSHOT" + version = "1.1.9" } subprojects { diff --git a/docs/config/_default/params.toml b/docs/config/_default/params.toml index 4ff61f2f5..ff6fdcdb0 100644 --- a/docs/config/_default/params.toml +++ b/docs/config/_default/params.toml @@ -8,7 +8,7 @@ description = "" ## Documentation docsVersion = "1.0.0" -fixtureMonkeyVersion = "1.1.5" +fixtureMonkeyVersion = "1.1.9" ## Open Graph images = ["fixtureMonkey.png"] @@ -115,4 +115,4 @@ lastMod = false collapsibleSidebar = true [[params.versions]] -version = "1.1.8" +version = "1.1.9" diff --git a/docs/content/v1.1.x-kor/release-notes/_index.md b/docs/content/v1.1.x-kor/release-notes/_index.md index 72e776eae..3a7b5a1ab 100644 --- a/docs/content/v1.1.x-kor/release-notes/_index.md +++ b/docs/content/v1.1.x-kor/release-notes/_index.md @@ -5,6 +5,18 @@ menu: docs: weight: 100 --- +sectionStart +## v.1.1.9 +Fix `abstractExtends` in InterfacePlugin does not support interface, please use `interafaceImplements` instead. + +Fix a record instance generates canonical constructor properties. + +Deprecate `InterfaceCandidateConcretePropertyResolver`, please use `ConcreteTypeCandidateConcretePropertyResolver` instead. + +Fix modifying the number option in `SimpleValueJqwikPlugin`. + +sectionEnd + sectionStart ## v.1.1.8 Fix not applying registered child manipulations if parent uses `thenApply`. diff --git a/docs/content/v1.1.x/release-notes/_index.md b/docs/content/v1.1.x/release-notes/_index.md index c8e5e3a8a..0ac2daae3 100644 --- a/docs/content/v1.1.x/release-notes/_index.md +++ b/docs/content/v1.1.x/release-notes/_index.md @@ -5,6 +5,18 @@ menu: docs: weight: 100 --- +sectionStart +## v.1.1.9 +Fix `abstractExtends` in InterfacePlugin does not support interface, please use `interafaceImplements` instead. + +Fix a record instance generates canonical constructor properties. + +Deprecate `InterfaceCandidateConcretePropertyResolver`, please use `ConcreteTypeCandidateConcretePropertyResolver` instead. + +Fix modifying the number option in `SimpleValueJqwikPlugin`. + +sectionEnd + sectionStart ## v.1.1.8 Fix not applying registered child manipulations if parent uses `thenApply`.