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 @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
5
5
6
6
## [ Unreleased]
7
+
8
+ There are currently no unreleased changes
9
+
10
+ ## [ 5.1.0] - 2019-10-13
7
11
### Changed
8
12
- All monad transformers that can support composable parallelism do support it
9
13
@@ -539,7 +543,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
539
543
- ` Monadic/Dyadic/TriadicFunction ` , ` Predicate ` , ` Tuple2 ` , ` Tuple3 `
540
544
- ` Functor ` , ` BiFunctor ` , ` ProFunctor `
541
545
542
- [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-5.0.0...HEAD
546
+ [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-5.1.0...HEAD
547
+ [ 5.1.0 ] : https://github.com/palatable/lambda/compare/lambda-5.0.0...lambda-5.1.0
543
548
[ 5.0.0 ] : https://github.com/palatable/lambda/compare/lambda-4.0.0...lambda-5.0.0
544
549
[ 4.0.0 ] : https://github.com/palatable/lambda/compare/lambda-3.3.0...lambda-4.0.0
545
550
[ 3.3.0 ] : https://github.com/palatable/lambda/compare/lambda-3.2.0...lambda-3.3.0
Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ Add the following dependency to your:
60
60
<dependency >
61
61
<groupId >com.jnape.palatable</groupId >
62
62
<artifactId >lambda</artifactId >
63
- <version >5.0 .0</version >
63
+ <version >5.1 .0</version >
64
64
</dependency >
65
65
```
66
66
67
67
` build.gradle ` ([ Gradle] ( https://docs.gradle.org/current/userguide/dependency_management.html ) ):
68
68
69
69
``` gradle
70
- compile group: 'com.jnape.palatable', name: 'lambda', version: '5.0 .0'
70
+ compile group: 'com.jnape.palatable', name: 'lambda', version: '5.1 .0'
71
71
```
72
72
73
73
<a name =" examples " >Examples</a >
You can’t perform that action at this time.
0 commit comments