Skip to content

Commit cff44cf

Browse files
authored
[Release] Prepare Version 0.3.0 (#56)
1 parent 76a0284 commit cff44cf

2 files changed

Lines changed: 7 additions & 7 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.3.0] - Not Released Yet (available in SNAPSHOT)
1+
## [0.3.0] - May 13th 2021
22

33
Auto generation for additional types:
44

README.md

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

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

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

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

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

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

@@ -117,12 +117,12 @@ val testObjects: List<TestObject> by forgeries()
117117
Model Forge currently supports the auto generation for the following types:
118118

119119
* Boolean
120-
* Calendar (SNAPSHOT only)
120+
* Calendar
121121
* Date
122122
* Double
123123
* Float
124124
* Int
125-
* Instant (SNAPSHOT only)
125+
* Instant
126126
* Long
127127
* String
128128

0 commit comments

Comments
 (0)