Skip to content

Commit fb1f91a

Browse files
committed
Updating CHANGELOG and README to reflect latest version
1 parent 8eb2231 commit fb1f91a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

66
## [Unreleased]
7+
8+
## [3.0.3] - 2018-05-27
79
### Added
810
- `Lens#toIso`, for converting a lens to an iso
911
- `HMap#hMap` overloads up to 8 bindings deep
@@ -332,7 +334,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
332334
- `Monadic/Dyadic/TriadicFunction`, `Predicate`, `Tuple2`, `Tuple3`
333335
- `Functor`, `BiFunctor`, `ProFunctor`
334336

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
336339
[3.0.2]: https://github.com/palatable/lambda/compare/lambda-3.0.1...lambda-3.0.2
337340
[3.0.1]: https://github.com/palatable/lambda/compare/lambda-3.0.0...lambda-3.0.1
338341
[3.0.0]: https://github.com/palatable/lambda/compare/lambda-2.1.1...lambda-3.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ Add the following dependency to your:
5757
<dependency>
5858
<groupId>com.jnape.palatable</groupId>
5959
<artifactId>lambda</artifactId>
60-
<version>3.0.2</version>
60+
<version>3.0.3</version>
6161
</dependency>
6262
```
6363

6464
`build.gradle` ([Gradle](https://docs.gradle.org/current/userguide/dependency_management.html)):
6565

6666
```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'
6868
```
6969

7070
<a name="examples">Examples</a>

0 commit comments

Comments
 (0)