Release v2.2.0 (#130)

This commit is contained in:
Paul Campbell 2020-06-20 22:19:36 +01:00 committed by GitHub
parent bdb22f134e
commit 3c95e08f36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

View file

@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [[https://keepachangelog.com/en/1.0.0/][Keep a Changelog]], and this project adheres to
[[https://semver.org/spec/v2.0.0.html][Semantic Versioning]].
* 2.2.0
Features
- TypeAlias: allow toString to be overridden @kemitix (#129)
- Add flatMapLeft/Right and getLeft/Right to Either @kemitix (#128)
Maintenance
- Add release-drafter @kemitix (#127)
- Bump spotbugs-annotations from 4.0.3 to 4.0.4 @dependabot-preview (#126)
- Bump tiles-maven-plugin from 2.16 to 2.17 @dependabot-preview (#125)
- Bump spotbugs-annotations from 4.0.2 to 4.0.3 @dependabot-preview (#124)
- Bump pitest-maven from 1.5.1 to 1.5.2 @dependabot-preview (#123)
- Bump assertj-core from 3.16.0 to 3.16.1 @dependabot-preview (#122)
- Bump assertj-core from 3.15.0 to 3.16.0 @dependabot-preview (#121)
- Bump spotbugs-annotations from 4.0.1 to 4.0.2 @dependabot-preview (#120)
- Bump junit-bom from 5.6.1 to 5.6.2 @dependabot-preview (#119)
- Bump pitest-maven from 1.5.0 to 1.5.1 @dependabot-preview (#118)
- Bump junit-bom from 5.6.0 to 5.6.1 @dependabot-preview (#117)
* 2.1.0
** Added

View file

@ -11,7 +11,7 @@
</parent>
<artifactId>mon</artifactId>
<version>DEV-SNAPSHOT</version>
<version>2.2.0</version>
<name>Mon</name>
<description>TypeAlias, Result and Maybe for Java</description>