Skip to content

Commit d1b7a3a

Browse files
committed
Updating README and CHANGELOG to new version
1 parent 0d9d658 commit d1b7a3a

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

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+
## [2.1.0] - 2018-01-14
79
### Changed
810
- ***Breaking Change***: `CollectionLens#asSet` is now lawful and preserves new incoming values in the update set
911
- ***Breaking Change***: `IterableLens#head` is now a `Lens.Simple<Iterable<A>, Maybe<A>>` and is lawful
@@ -250,7 +252,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
250252
- `Monadic/Dyadic/TriadicFunction`, `Predicate`, `Tuple2`, `Tuple3`
251253
- `Functor`, `BiFunctor`, `ProFunctor`
252254

253-
[Unreleased]: https://github.com/palatable/lambda/compare/lambda-2.0.0...HEAD
255+
[Unreleased]: https://github.com/palatable/lambda/compare/lambda-2.1.0...HEAD
256+
[2.1.0]: https://github.com/palatable/lambda/compare/lambda-2.0.0...lambda-2.1.0
254257
[2.0.0]: https://github.com/palatable/lambda/compare/lambda-1.6.3...lambda-2.0.0
255258
[1.6.3]: https://github.com/palatable/lambda/compare/lambda-1.6.2...lambda-1.6.3
256259
[1.6.2]: https://github.com/palatable/lambda/compare/lambda-1.6.1...lambda-1.6.2

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>2.0.0</version>
60+
<version>2.1.0</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: '2.0.0'
67+
compile group: 'com.jnape.palatable', name: 'lambda', version: '2.1.0'
6868
```
6969

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

0 commit comments

Comments
 (0)