Skip to content

Commit 464bec8

Browse files
hopeman15Kyle Roe
andauthored
[Release] Version 1.3.0 (#239)
* changelog * readme * fix name in verify doc --------- Co-authored-by: Kyle Roe <[hopeman15@users.noreply.github.com]>
1 parent a5d0ea0 commit 464bec8

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/verify-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
check_docs:
99
if: ${{ contains(github.event.pull_request.labels.*.name, 'release :tada:') }}
10-
name: Check Changelog/Readme
10+
name: Check
1111
runs-on: ubuntu-latest
1212
permissions:
1313
actions: read

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Model Forge is a library to automate model generation for automated testing:
2525

2626
```kotlin
2727
dependencies {
28-
testImplementation("io.github.hellocuriosity:model-forge:1.2.0")
28+
testImplementation("io.github.hellocuriosity:model-forge:1.3.0")
2929
}
3030
```
3131

@@ -36,7 +36,7 @@ dependencies {
3636

3737
```groovy
3838
dependencies {
39-
testImplementation 'io.github.hellocuriosity:model-forge:1.2.0'
39+
testImplementation 'io.github.hellocuriosity:model-forge:1.3.0'
4040
}
4141
```
4242

@@ -55,7 +55,7 @@ repositories {
5555
}
5656

5757
dependencies {
58-
testImplementation("io.github.hellocuriosity:model-forge:1.2.0.xx-SNAPSHOT")
58+
testImplementation("io.github.hellocuriosity:model-forge:1.3.0.xx-SNAPSHOT")
5959
}
6060
```
6161

@@ -70,7 +70,7 @@ repositories {
7070
}
7171
7272
dependencies {
73-
testImplementation 'io.github.hellocuriosity:model-forge:1.2.0.xx-SNAPSHOT'
73+
testImplementation 'io.github.hellocuriosity:model-forge:1.3.0.xx-SNAPSHOT'
7474
}
7575
```
7676

website/docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ sidebar_position: 4
44

55
# Changelog
66

7+
## [1.3.0] - February 2nd 2023
8+
9+
* Support Kotlin version 1.8.0
10+
* Dependency updates
11+
712
## [1.2.0] - November 12th 2022
813

914
* Add missing tests for sets

0 commit comments

Comments
 (0)