Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#167 added option to fill rectangles (#168) #169

Merged
merged 1 commit into from
Jan 29, 2020
Merged

#167 added option to fill rectangles (#168) #169

merged 1 commit into from
Jan 29, 2020

Conversation

romankh3
Copy link
Owner

@romankh3 romankh3 commented Jan 20, 2020

Co-authored-by: Roman Beskrovnyi roman.beskrovnyy@gmail.com

PR Details

Description

Related Issue

Motivation and Context

How Has This Been Tested

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

* prepared for new development process.

* Update README.md

* #167: Added options to draw transparent fill inside rectangles

* #167: Code review fix: Renamed method name

Co-authored-by: Roman Beskrovnyi <roman.beskrovnyy@gmail.com>
@@ -63,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.0</version>
<version>4.0.1</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you also need to update the version here?

</dependency>
```
#### Gradle
```groovy
compile 'com.github.romankh3:image-comparison:4.0.0'
compile 'com.github.romankh3:image-comparison:4.0.1'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you also need to update the version here?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course, I'll do it. Thanks for your catch.

Copy link

@MrMisterG MrMisterG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look fine! Just have some questions regarding the version in the pom.

@romankh3 romankh3 merged commit 47a2b18 into master Jan 29, 2020
@romankh3 romankh3 deleted the development branch January 29, 2020 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants