Skip to content

Commit 6eef1f9

Browse files
hopeman15Kyle
andauthored
[Release] Prepare Version 0.8.0 (#130)
Co-authored-by: Kyle <[hopeman1986@gmail.com]>
1 parent 65454fa commit 6eef1f9

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.8.0] - Not released yet
1+
## [0.8.0] - December 7th 2021
22

33
* Auto generation for additional types:
44
* Byte

README.md

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

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

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

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

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

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

@@ -165,9 +165,9 @@ Model Forge currently supports the auto generation for the following types:
165165
### Types
166166

167167
* Boolean
168-
* Byte (snapshot)
168+
* Byte
169169
* Calendar
170-
* Char (snapshot)
170+
* Char
171171
* Date
172172
* Double
173173
* Enums
@@ -176,14 +176,14 @@ Model Forge currently supports the auto generation for the following types:
176176
* Int
177177
* Instant
178178
* Long
179-
* Short (snapshot)
179+
* Short
180180
* String
181-
* UUID (snapshot)
181+
* UUID
182182

183183
### Collections
184184

185185
* List
186-
* Set (snapshot)
186+
* Set
187187

188188
_Can't find your data type? Feel free to create a pull request or open an issue_ :parachute:
189189

0 commit comments

Comments
 (0)