Skip to content

Commit 515ea18

Browse files
committed
Release 1.1.11 version
1 parent 3d7dab9 commit 515ea18

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq
3636
#### Java
3737

3838
```groovy
39-
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.10")
39+
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.11")
4040
```
4141

4242
#### Kotlin
4343

4444
```groovy
45-
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.10")
45+
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.11")
4646
```
4747

4848
### Maven
@@ -53,7 +53,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
5353
<dependency>
5454
<groupId>com.navercorp.fixturemonkey</groupId>
5555
<artifactId>fixture-monkey-starter</artifactId>
56-
<version>1.1.10</version>
56+
<version>1.1.11</version>
5757
<scope>test</scope>
5858
</dependency>
5959
```
@@ -64,7 +64,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
6464
<dependency>
6565
<groupId>com.navercorp.fixturemonkey</groupId>
6666
<artifactId>fixture-monkey-starter-kotlin</artifactId>
67-
<version>1.1.10</version>
67+
<version>1.1.11</version>
6868
<scope>test</scope>
6969
</dependency>
7070
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
allprojects {
99
group = "com.navercorp.fixturemonkey"
10-
version = "1.1.11-SNAPSHOT"
10+
version = "1.1.11"
1111
}
1212

1313
subprojects {

docs/config/_default/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ rel = "sitemap"
112112
target = "layouts"
113113

114114
[params]
115-
version = "1.1.10"
115+
version = "1.1.11"

docs/config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ lastMod = false
115115
collapsibleSidebar = true
116116

117117
[[params.versions]]
118-
version = "1.1.10"
118+
version = "1.1.11"

docs/content/v1.1.x-kor/release-notes/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ menu:
55
docs:
66
weight: 100
77
---
8+
sectionStart
9+
## v.1.1.11
10+
11+
Add generating Kotlin sealed object type
12+
13+
sectionEnd
14+
815
sectionStart
916
## v.1.1.10
1017
Add support for deterministic testing with JUnit, the tests annotated by `@Seed` would be deterministic.

docs/content/v1.1.x/release-notes/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ menu:
55
docs:
66
weight: 100
77
---
8+
sectionStart
9+
## v.1.1.11
10+
11+
Add generating Kotlin sealed object type
12+
13+
sectionEnd
14+
815
sectionStart
916
## v.1.1.10
1017
Add support for deterministic testing with JUnit, the tests annotated by `@Seed` would be deterministic.

0 commit comments

Comments
 (0)