File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
6
7
7
## [ Unreleased]
8
8
9
+ There are currently no unreleased changes
10
+
11
+ ## [ 5.4.0] - 2021-09-17
12
+
9
13
### Changed
10
14
- ` Absent ` folds short-circuit on the first ` nothing() `
11
15
- ` EitherMatcher#isLeftThat/isRightThat ` support contravariant bounds on their delegates
@@ -592,7 +596,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
592
596
- ` Monadic/Dyadic/TriadicFunction ` , ` Predicate ` , ` Tuple2 ` , ` Tuple3 `
593
597
- ` Functor ` , ` BiFunctor ` , ` ProFunctor `
594
598
595
- [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-5.3.0...HEAD
599
+ [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-5.4.0...HEAD
600
+ [ 5.4.0 ] : https://github.com/palatable/lambda/compare/lambda-5.3.0...lambda-5.4.0
596
601
[ 5.3.0 ] : https://github.com/palatable/lambda/compare/lambda-5.2.0...lambda-5.3.0
597
602
[ 5.2.0 ] : https://github.com/palatable/lambda/compare/lambda-5.1.0...lambda-5.2.0
598
603
[ 5.1.0 ] : https://github.com/palatable/lambda/compare/lambda-5.0.0...lambda-5.1.0
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ Add the following dependency to your:
61
61
<dependency >
62
62
<groupId >com.jnape.palatable</groupId >
63
63
<artifactId >lambda</artifactId >
64
- <version >5.3 .0</version >
64
+ <version >5.4 .0</version >
65
65
</dependency >
66
66
```
67
67
68
68
` build.gradle ` ([ Gradle] ( https://docs.gradle.org/current/userguide/dependency_management.html ) ):
69
69
70
70
``` gradle
71
- compile group: 'com.jnape.palatable', name: 'lambda', version: '5.3 .0'
71
+ compile group: 'com.jnape.palatable', name: 'lambda', version: '5.4 .0'
72
72
```
73
73
74
74
<a name =" examples " >Examples</a >
You can’t perform that action at this time.
0 commit comments