File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77jobs :
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
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Model Forge is a library to automate model generation for automated testing:
2525
2626``` kotlin
2727dependencies {
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
3838dependencies {
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
5757dependencies {
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
7272dependencies {
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments