Skip to content

Commit 8c99569

Browse files
committed
Release 1.1.15 version
1 parent a1a7880 commit 8c99569

File tree

6 files changed

+36
-8
lines changed

6 files changed

+36
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Add Fixture Monkey to your project:
3434

3535
```groovy
3636
// Java
37-
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.14")
37+
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.15")
3838
3939
// Kotlin
40-
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.14")
40+
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.15")
4141
```
4242

4343
### Maven
@@ -47,15 +47,15 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
4747
<dependency>
4848
<groupId>com.navercorp.fixturemonkey</groupId>
4949
<artifactId>fixture-monkey-starter</artifactId>
50-
<version>1.1.14</version>
50+
<version>1.1.15</version>
5151
<scope>test</scope>
5252
</dependency>
5353

5454
<!-- Kotlin -->
5555
<dependency>
5656
<groupId>com.navercorp.fixturemonkey</groupId>
5757
<artifactId>fixture-monkey-starter-kotlin</artifactId>
58-
<version>1.1.14</version>
58+
<version>1.1.15</version>
5959
<scope>test</scope>
6060
</dependency>
6161
```

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.15-SNAPSHOT"
10+
version = "1.1.15"
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.14"
115+
version = "1.1.15"

docs/config/_default/params.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = ""
88

99
## Documentation
1010
docsVersion = "1.0.0"
11-
fixtureMonkeyVersion = "1.1.14"
11+
fixtureMonkeyVersion = "1.1.15"
1212

1313
## Open Graph
1414
images = ["fixtureMonkey.png"]
@@ -115,4 +115,4 @@ lastMod = false
115115
collapsibleSidebar = true
116116

117117
[[params.versions]]
118-
version = "1.1.14"
118+
version = "1.1.15"

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ weight: 100
77
---
88

99
## v1.1.x
10+
### v1.1.15
11+
Fix recursive invocation of Kotlin customizeProperty function
12+
13+
Add ByteCombinableArbitrary
14+
15+
Fix Typo in JakartaArbitraryValidator ValidationFailedException message
16+
17+
Add DataFaker arbitrary generators and plugin
18+
19+
Fix copy ArbitraryBuilderContext with optionValidOnly and customizedValueOnly
20+
21+
Fix validate container expression for size in strict mode
22+
23+
Add file based seed initialization
1024

1125
### v1.1.14
1226
Fix the property instantiation within the register option

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ weight: 100
77
---
88

99
## v1.1.x
10+
### v1.1.15
11+
Fix recursive invocation of Kotlin customizeProperty function
12+
13+
Add ByteCombinableArbitrary
14+
15+
Fix Typo in JakartaArbitraryValidator ValidationFailedException message
16+
17+
Add DataFaker arbitrary generators and plugin
18+
19+
Fix copy ArbitraryBuilderContext with optionValidOnly and customizedValueOnly
20+
21+
Fix validate container expression for size in strict mode
22+
23+
Add file based seed initialization
1024

1125
### v1.1.14
1226
Fix the property instantiation within the register option

0 commit comments

Comments
 (0)