Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Dec 8, 2022
1 parent cd5aef0 commit 5851cbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 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

## [Unreleased]

## [3.12.2] - 2022-12-08

### Added

- `Warning.SURROGATE_OR_BUSINESS_KEY` for JPA entities that insist on using all fields in `equals()` and `hashCode()`, whether they are `@Id` or not.
Expand Down Expand Up @@ -1077,7 +1079,8 @@ 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.12.1...HEAD
[unreleased]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.12.2...HEAD
[3.12.2]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.12.1...equalsverifier-3.12.2
[3.12.1]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.12...equalsverifier-3.12.1
[3.12]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.11.1...equalsverifier-3.12
[3.11.1]: https://github.com/jqno/equalsverifier/compare/equalsverifier-3.11...equalsverifier-3.11.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ EqualsVerifier's Maven coordinates are:
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.12.1</version>
<version>3.12.2</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions docs/_includes/maven
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.12.1</version>
<version>3.12.2</version>
<scope>test</scope>
</dependency>
{% endhighlight %}
Expand All @@ -13,7 +13,7 @@ or, for a 'fat' jar with no transitive dependencies:
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier-nodep</artifactId>
<version>3.12.1</version>
<version>3.12.2</version>
<scope>test</scope>
</dependency>
{% endhighlight %}

0 comments on commit 5851cbc

Please sign in to comment.