Skip to content

Commit

Permalink
[Release] Version 1.3.0 (#239)
Browse files Browse the repository at this point in the history
* changelog

* readme

* fix name in verify doc

---------

Co-authored-by: Kyle Roe <[hopeman15@users.noreply.github.com]>
  • Loading branch information
hopeman15 and Kyle Roe authored Feb 1, 2023
1 parent a5d0ea0 commit 464bec8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
check_docs:
if: ${{ contains(github.event.pull_request.labels.*.name, 'release :tada:') }}
name: Check Changelog/Readme
name: Check
runs-on: ubuntu-latest
permissions:
actions: read
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Model Forge is a library to automate model generation for automated testing:

```kotlin
dependencies {
testImplementation("io.github.hellocuriosity:model-forge:1.2.0")
testImplementation("io.github.hellocuriosity:model-forge:1.3.0")
}
```

Expand All @@ -36,7 +36,7 @@ dependencies {

```groovy
dependencies {
testImplementation 'io.github.hellocuriosity:model-forge:1.2.0'
testImplementation 'io.github.hellocuriosity:model-forge:1.3.0'
}
```

Expand All @@ -55,7 +55,7 @@ repositories {
}

dependencies {
testImplementation("io.github.hellocuriosity:model-forge:1.2.0.xx-SNAPSHOT")
testImplementation("io.github.hellocuriosity:model-forge:1.3.0.xx-SNAPSHOT")
}
```

Expand All @@ -70,7 +70,7 @@ repositories {
}
dependencies {
testImplementation 'io.github.hellocuriosity:model-forge:1.2.0.xx-SNAPSHOT'
testImplementation 'io.github.hellocuriosity:model-forge:1.3.0.xx-SNAPSHOT'
}
```

Expand Down
5 changes: 5 additions & 0 deletions website/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ sidebar_position: 4

# Changelog

## [1.3.0] - February 2nd 2023

* Support Kotlin version 1.8.0
* Dependency updates

## [1.2.0] - November 12th 2022

* Add missing tests for sets
Expand Down

0 comments on commit 464bec8

Please sign in to comment.