Skip to content

Commit a04ea83

Browse files
committed
Updating README and CHANGELOG
1 parent f30d63f commit a04ea83

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

66
## [Unreleased]
77

8+
There are currently no unreleased changes
9+
10+
## [5.2.0] - 2020-02-12
11+
812
### Changed
913
- `HList#cons` static factory method auto-promotes to specialized `HList` if there is one
1014
- `EitherT` gains a `MonadError` instance
@@ -557,7 +561,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
557561
- `Monadic/Dyadic/TriadicFunction`, `Predicate`, `Tuple2`, `Tuple3`
558562
- `Functor`, `BiFunctor`, `ProFunctor`
559563

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
561566
[5.1.0]: https://github.com/palatable/lambda/compare/lambda-5.0.0...lambda-5.1.0
562567
[5.0.0]: https://github.com/palatable/lambda/compare/lambda-4.0.0...lambda-5.0.0
563568
[4.0.0]: https://github.com/palatable/lambda/compare/lambda-3.3.0...lambda-4.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ Add the following dependency to your:
6161
<dependency>
6262
<groupId>com.jnape.palatable</groupId>
6363
<artifactId>lambda</artifactId>
64-
<version>5.1.0</version>
64+
<version>5.2.0</version>
6565
</dependency>
6666
```
6767

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

7070
```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'
7272
```
7373

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

0 commit comments

Comments
 (0)