Skip to content

Commit

Permalink
Prepared release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Nov 23, 2021
1 parent 3b1a681 commit e188282
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Functional Utils
:toc:
:toc-placement: preamble
:functionalversion: 2.2.0
:functionalversion: 2.3.0
ifdef::env-github,env-gitbucket[:outfilesuffix: .adoc]
ifndef::env-asciidoclet[:srcdir: src/main/java/]
ifdef::env-asciidoclet[:srcdir:]
Expand Down Expand Up @@ -188,6 +188,10 @@ This can be achieved with the http://mojo.codehaus.org/animal-sniffer-maven-plug

== Changelog

=== 2.3.0 - 2021-11-23

* Added more functions to `Either` and make it right-biased

=== 2.2.0 - 2021-11-04

* CanEqualsSupport: Added support to give canEqual call as function
Expand Down
2 changes: 1 addition & 1 deletion pom.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.sonatype.maven.polyglot.scala.model._
import scala.collection.immutable.Seq

val gav = "de.tototec" % "de.tototec.utils.functional" % "2.2.0"
val gav = "de.tototec" % "de.tototec.utils.functional" % "2.3.0"
val url = "https://github.com/ToToTec/de.tototec.utils.functional"

object Deps {
Expand Down

0 comments on commit e188282

Please sign in to comment.