Skip to content

Commit 7ac7a50

Browse files
hopeman15Kyle
andauthored
[Release] Prepare Version 0.7.2 (#109)
Co-authored-by: Kyle <[hopeman1986@gmail.com]>
1 parent cb7ed6d commit 7ac7a50

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.7.3] - September 15th 2021
2+
3+
* Add GitHub Action dependencies to dependabot
4+
* Dependency updates
5+
16
## [0.7.2] - July 29th 2021
27

38
* Allow for forging Enums directly through ModelForge.build

README.md

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

2424
```kotlin
2525
dependencies {
26-
testImplementation("io.github.hellocuriosity:model-forge:0.7.2")
26+
testImplementation("io.github.hellocuriosity:model-forge:0.7.3")
2727
}
2828
```
2929

@@ -34,7 +34,7 @@ dependencies {
3434

3535
```groovy
3636
dependencies {
37-
testImplementation 'io.github.hellocuriosity:model-forge:0.7.2'
37+
testImplementation 'io.github.hellocuriosity:model-forge:0.7.3'
3838
}
3939
```
4040

@@ -53,7 +53,7 @@ repositories {
5353
}
5454

5555
dependencies {
56-
testImplementation("io.github.hellocuriosity:model-forge:0.7.2.xx-SNAPSHOT")
56+
testImplementation("io.github.hellocuriosity:model-forge:0.7.3.xx-SNAPSHOT")
5757
}
5858
```
5959

@@ -68,7 +68,7 @@ repositories {
6868
}
6969
7070
dependencies {
71-
testImplementation 'io.github.hellocuriosity:model-forge:0.7.2.xx-SNAPSHOT'
71+
testImplementation 'io.github.hellocuriosity:model-forge:0.7.3.xx-SNAPSHOT'
7272
}
7373
```
7474

0 commit comments

Comments
 (0)