File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ 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
+ ## [ 3.0.3] - 2018-05-27
7
9
### Added
8
10
- ` Lens#toIso ` , for converting a lens to an iso
9
11
- ` HMap#hMap ` overloads up to 8 bindings deep
@@ -332,7 +334,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
332
334
- ` Monadic/Dyadic/TriadicFunction ` , ` Predicate ` , ` Tuple2 ` , ` Tuple3 `
333
335
- ` Functor ` , ` BiFunctor ` , ` ProFunctor `
334
336
335
- [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-3.0.2...HEAD
337
+ [ Unreleased ] : https://github.com/palatable/lambda/compare/lambda-3.0.3...HEAD
338
+ [ 3.0.3 ] : https://github.com/palatable/lambda/compare/lambda-3.0.2...lambda-3.0.3
336
339
[ 3.0.2 ] : https://github.com/palatable/lambda/compare/lambda-3.0.1...lambda-3.0.2
337
340
[ 3.0.1 ] : https://github.com/palatable/lambda/compare/lambda-3.0.0...lambda-3.0.1
338
341
[ 3.0.0 ] : https://github.com/palatable/lambda/compare/lambda-2.1.1...lambda-3.0.0
Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ Add the following dependency to your:
57
57
<dependency >
58
58
<groupId >com.jnape.palatable</groupId >
59
59
<artifactId >lambda</artifactId >
60
- <version >3.0.2 </version >
60
+ <version >3.0.3 </version >
61
61
</dependency >
62
62
```
63
63
64
64
` build.gradle ` ([ Gradle] ( https://docs.gradle.org/current/userguide/dependency_management.html ) ):
65
65
66
66
``` gradle
67
- compile group: 'com.jnape.palatable', name: 'lambda', version: '3.0.2 '
67
+ compile group: 'com.jnape.palatable', name: 'lambda', version: '3.0.3 '
68
68
```
69
69
70
70
<a name =" examples " >Examples</a >
You can’t perform that action at this time.
0 commit comments