Skip to content

Commit d02df8a

Browse files
committed
Updating CHANGELOG and README
1 parent dc7a459 commit d02df8a

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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+
No changes yet
8+
9+
## [4.0.0] - 2019-05-20
710
### Changed
811
- ***Breaking Change***: `IO` is now sealed and moved to its own package. Most previous constructions using the static
912
factory methods should continue to work (by simply targeting `Supplier` now instead of an
@@ -475,8 +478,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
475478
- `Monadic/Dyadic/TriadicFunction`, `Predicate`, `Tuple2`, `Tuple3`
476479
- `Functor`, `BiFunctor`, `ProFunctor`
477480

478-
[Unreleased]: https://github.com/palatable/lambda/compare/lambda-3.3.0...HEAD
479-
[3.3.0]: https://github.com/palatable/lambda/compare/lambda-3.2.0...3.3.0
481+
[Unreleased]: https://github.com/palatable/lambda/compare/lambda-4.0.0...HEAD
482+
[4.0.0]: https://github.com/palatable/lambda/compare/lambda-3.3.0...lambda-4.0.0
483+
[3.3.0]: https://github.com/palatable/lambda/compare/lambda-3.2.0...lambda-3.3.0
480484
[3.2.0]: https://github.com/palatable/lambda/compare/lambda-3.1.0...lambda-3.2.0
481485
[3.1.0]: https://github.com/palatable/lambda/compare/lambda-3.0.3...lambda-3.1.0
482486
[3.0.3]: https://github.com/palatable/lambda/compare/lambda-3.0.2...lambda-3.0.3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ Add the following dependency to your:
5858
<dependency>
5959
<groupId>com.jnape.palatable</groupId>
6060
<artifactId>lambda</artifactId>
61-
<version>3.3.0</version>
61+
<version>4.0.0</version>
6262
</dependency>
6363
```
6464

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

6767
```gradle
68-
compile group: 'com.jnape.palatable', name: 'lambda', version: '3.3.0'
68+
compile group: 'com.jnape.palatable', name: 'lambda', version: '4.0.0'
6969
```
7070

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

0 commit comments

Comments
 (0)