Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Jul 9, 2021
1 parent 8dac3e3 commit bc314e5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<a name="3.x"/>

## [Unreleased]

## [3.7] - 2021-07-09
### Added
- Support for Lombok's `@EqualsAndHashCode(cacheStrategy = LAZY)` ([Issue 460](https://github.com/jqno/equalsverifier/issues/460); thanks janeisklar!)

Expand Down Expand Up @@ -797,7 +799,9 @@ Please don't use version 1.3; [it's a broken release](https://jqno.nl/post/2013/
You can now use EqualsVerifier!


[Unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.6.1...HEAD
[Unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.7...HEAD

[3.7]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.6.1...equalsverifier-3.7

[3.6.1]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.6...equalsverifier-3.6.1
[3.6]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.5.5...equalsverifier-3.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Maven coordinates are:
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.6.1</version>
<version>3.7</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion docs/_pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add it to your build like this (please adjust for your build system of choice):
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.6.1</version>
<version>3.7</version>
<scope>test</scope>
</dependency>
{% endhighlight %}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<packaging>jar</packaging>

<name>EqualsVerifier</name>
<version>3.6.2-SNAPSHOT</version>
<version>3.7-SNAPSHOT</version>
<description>EqualsVerifier can be used in JUnit unit tests to verify whether the contract for the equals and hashCode methods is met.</description>
<url>http://www.jqno.nl/equalsverifier</url>

Expand Down

0 comments on commit bc314e5

Please sign in to comment.