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 @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
6
## [ Unreleased]
7
7
8
+ There are currently no unreleased changes
9
+
10
+ ## [ 5.2.0] - 2020-02-12
11
+
8
12
### Changed
9
13
- ` HList#cons ` static factory method auto-promotes to specialized ` HList ` if there is one
10
14
- ` EitherT ` gains a ` MonadError ` instance
@@ -557,7 +561,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
557
561
- ` Monadic/Dyadic/TriadicFunction ` , ` Predicate ` , ` Tuple2 ` , ` Tuple3 `
558
562
- ` Functor ` , ` BiFunctor ` , ` ProFunctor `
559
563
560
- [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-5.1.0...HEAD
564
+ [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-5.2.0...HEAD
565
+ [ 5.2.0 ] : https://github.com/palatable/lambda/compare/lambda-5.1.0...lambda-5.2.0
561
566
[ 5.1.0 ] : https://github.com/palatable/lambda/compare/lambda-5.0.0...lambda-5.1.0
562
567
[ 5.0.0 ] : https://github.com/palatable/lambda/compare/lambda-4.0.0...lambda-5.0.0
563
568
[ 4.0.0 ] : https://github.com/palatable/lambda/compare/lambda-3.3.0...lambda-4.0.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.1 .0</version >
64
+ <version >5.2 .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.1 .0'
71
+ compile group: 'com.jnape.palatable', name: 'lambda', version: '5.2 .0'
72
72
```
73
73
74
74
<a name =" examples " >Examples</a >
You can’t perform that action at this time.
0 commit comments