Skip to content

Commit

Permalink
Merge pull request #141 from sta-szek/update-documentation
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
Piotr Joński authored Oct 30, 2016
2 parents fb25da2 + 253c2c6 commit e08e642
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/book/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {
}
dependencies {
testCompile 'pl.pojo:pojo-tester:0.5.0'
testCompile 'pl.pojo:pojo-tester:0.6.0'
}
```

Expand All @@ -51,7 +51,7 @@ dependencies {
<dependency>
<groupId>pl.pojo</groupId>
<artifactId>pojo-tester</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
<type>pom</type>
</dependency>
```
Expand Down
1 change: 1 addition & 0 deletions src/book/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* [Conclusions](comparison/README.md#conclusions)
* [Contributors](contributors/README.md)
* [Release Notes](release-notes/README.md)
* [Release 0.6.0](release-notes/README.md#release-060)
* [Release 0.5.0](release-notes/README.md#release-050)
* [Release 0.4.0](release-notes/README.md#release-040)
* [Release 0.3.0](release-notes/README.md#release-030)
Expand Down
11 changes: 10 additions & 1 deletion src/book/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@

Download latest version [ ![Download](https://api.bintray.com/packages/sta-szek/maven/pojo-tester/images/download.svg) ](https://bintray.com/sta-szek/maven/pojo-tester/_latestVersion)

## Release version 0.5.0 {#release-050}
## Release version 0.6.0 {#release-060}

First `POJO-TESTER` open source release.

### Features
* Tests will fail if `equals` or `hashCode` implementation depends on excluded fields ([#121](https://github.com/sta-szek/pojo-tester/issues/121))





## Release version 0.5.0 {#release-050}

### Features
* `POJO-TESTER` can test constructors ([#113](https://github.com/sta-szek/pojo-tester/issues/113))
* `POJO-TESTER` will change `String` fields by default ([#133](https://github.com/sta-szek/pojo-tester/issues/133))
Expand Down

0 comments on commit e08e642

Please sign in to comment.