Skip to content

Commit

Permalink
4.1.0:
Browse files Browse the repository at this point in the history
#167: added option to fill rectangles
  • Loading branch information
romankh3 committed Jan 29, 2020
1 parent 47a2b18 commit 8a932d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ Can be found in [RELEASE_NOTES](RELEASE_NOTES.md).
<dependency>
<groupId>com.github.romankh3</groupId>
<artifactId>image-comparison</artifactId>
<version>4.0.1</version>
<version>4.1.0</version>
</dependency>
```
#### Gradle
```groovy
compile 'com.github.romankh3:image-comparison:4.0.1'
compile 'com.github.romankh3:image-comparison:4.1.0'
```

#### To compare two images programmatically
Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

## 4.1.0
* added option to fill rectangles(167 issue)

## 4.0.0
* refactored drawRectangles method due to SRP.
* optimized isDifferentPixels to improve algorithm.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.github.romankh3'
version '4.1.0-SNAPSHOT'
version '4.1.0'
description 'A library and utility to compare different images.'
sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.romankh3</groupId>
<artifactId>image-comparison</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<packaging>jar</packaging>

<name>Image Comparison</name>
Expand Down

0 comments on commit 8a932d6

Please sign in to comment.