Skip to content

Commit de7d760

Browse files
committed
Updating README and CHANGELOG to reflect v1.6.3
1 parent 8566a28 commit de7d760

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+
## [1.6.3] - 2017-09-27
79
### Fixed
810
- `ConcatenatingIterator` bug where deeply nested `xs` skip elements
911

@@ -160,7 +162,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
160162
- `Monadic/Dyadic/TriadicFunction`, `Predicate`, `Tuple2`, `Tuple3`
161163
- `Functor`, `BiFunctor`, `ProFunctor`
162164

163-
[Unreleased]: https://github.com/palatable/lambda/compare/lambda-1.6.2...HEAD
165+
[Unreleased]: https://github.com/palatable/lambda/compare/lambda-1.6.3...HEAD
166+
[1.6.3]: https://github.com/palatable/lambda/compare/lambda-1.6.2...lambda-1.6.3
164167
[1.6.2]: https://github.com/palatable/lambda/compare/lambda-1.6.1...lambda-1.6.2
165168
[1.6.1]: https://github.com/palatable/lambda/compare/lambda-1.6.0...lambda-1.6.1
166169
[1.6.0]: https://github.com/palatable/lambda/compare/lambda-1.5.6...lambda-1.6.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ Add the following dependency to your:
5555
<dependency>
5656
<groupId>com.jnape.palatable</groupId>
5757
<artifactId>lambda</artifactId>
58-
<version>1.6.2</version>
58+
<version>1.6.3</version>
5959
</dependency>
6060
```
6161

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

6464
```gradle
65-
compile group: 'com.jnape.palatable', name: 'lambda', version: '1.6.2'
65+
compile group: 'com.jnape.palatable', name: 'lambda', version: '1.6.3'
6666
```
6767

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

0 commit comments

Comments
 (0)