Skip to content

Commit bef44da

Browse files
committed
Updating CHANGELOG and README
1 parent 39d5464 commit bef44da

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
@@ -4,6 +4,10 @@ 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+
There are currently no unreleased changes
9+
10+
## [5.1.0] - 2019-10-13
711
### Changed
812
- All monad transformers that can support composable parallelism do support it
913

@@ -539,7 +543,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
539543
- `Monadic/Dyadic/TriadicFunction`, `Predicate`, `Tuple2`, `Tuple3`
540544
- `Functor`, `BiFunctor`, `ProFunctor`
541545

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
543548
[5.0.0]: https://github.com/palatable/lambda/compare/lambda-4.0.0...lambda-5.0.0
544549
[4.0.0]: https://github.com/palatable/lambda/compare/lambda-3.3.0...lambda-4.0.0
545550
[3.3.0]: https://github.com/palatable/lambda/compare/lambda-3.2.0...lambda-3.3.0

README.md

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

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

6969
```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'
7171
```
7272

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

0 commit comments

Comments
 (0)