Skip to content

Commit e3e408a

Browse files
hopeman15Kyle
andauthored
[Release] Prepare Version 0.7.0 (#83)
Co-authored-by: Kyle <[hopeman1986@gmail.com]>
1 parent 139b4d7 commit e3e408a

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

CHANGELOG.MD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## [0.6.0] - June 3 2021
1+
## [0.7.0] - June 7th 2021
2+
3+
* Added reified inline extension functions
4+
5+
## [0.6.0] - June 3rd 2021
26

37
* Exclude Companion Object Values
48
* Support for File type.

README.md

Lines changed: 9 additions & 8 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.6.0")
26+
testImplementation("io.github.hellocuriosity:model-forge:0.7.0")
2727
}
2828
```
2929

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

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

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

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

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

@@ -160,7 +160,8 @@ _Can't find your data type? Feel free to create a pull request or open an issue_
160160

161161
If you contribute to Model Forge, please feel free to add yourself to the list!
162162

163-
- [Kyle Roe](https://github.com/hopeman15) - Maintainer
164-
- [Adriaan Duz](https://github.com/nxtstep) - Contributor
165-
- Kotlin class definitions
166-
- Forgery and forgeries property delegate
163+
* [Kyle Roe](https://github.com/hopeman15) - Maintainer
164+
* [Adriaan Duz](https://github.com/nxtstep) - Contributor
165+
* Kotlin class definitions
166+
* Forgery and forgeries property delegate
167+
* Reified inline extension functions

0 commit comments

Comments
 (0)