Skip to content

Commit

Permalink
Release 1.0.26 version
Browse files Browse the repository at this point in the history
  • Loading branch information
seongahjo committed Sep 26, 2024
1 parent 48bab4f commit 855daff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.25")
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.0.26")
```

#### Kotlin

```groovy
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.0.25")
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.0.26")
```

### Maven
Expand All @@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
<dependency>
<groupId>com.navercorp.fixturemonkey</groupId>
<artifactId>fixture-monkey-starter</artifactId>
<version>1.0.25</version>
<version>1.0.26</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
<dependency>
<groupId>com.navercorp.fixturemonkey</groupId>
<artifactId>fixture-monkey-starter-kotlin</artifactId>
<version>1.0.25</version>
<version>1.0.26</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -153,6 +153,8 @@ fun sampleOrder() {
* [English](https://naver.github.io/fixture-monkey)
* [Korean](https://naver.github.io/fixture-monkey/v1-0-0-kor/)

## [FAQ](https://naver.github.io/fixture-monkey/v1-0-0/docs/cheat-sheet/faq/)

## [Third-party Modules](https://naver.github.io/fixture-monkey/docs/plugins/)

## Plugins
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "com.navercorp.fixturemonkey"
version = "1.0.26-SNAPSHOT"
version = "1.0.26"
}

subprojects {
Expand Down
2 changes: 2 additions & 0 deletions docs/content/v1.0.x-kor/release-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ sectionStart
## v.1.0.26
Add `PriorityConstructorArbitraryIntrospector`

Add `korean` method in MonkeyStringArbitrary

sectionEnd

sectionStart
Expand Down
2 changes: 2 additions & 0 deletions docs/content/v1.0.x/release-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ sectionStart
## v.1.0.26
Add `PriorityConstructorArbitraryIntrospector`

Add `korean` method in MonkeyStringArbitrary

sectionEnd

sectionStart
Expand Down

0 comments on commit 855daff

Please sign in to comment.