Skip to content

Commit 4367a18

Browse files
committed
Set version to 2.2.0
1 parent f2df410 commit 4367a18

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog #
22

3+
## Version 2.2.0 ##
4+
5+
Date: 2018-01-11
6+
7+
- Fix some issues with wrong handling of dynamic context.
8+
- Convert some functions to macros for delay args evaluation.
9+
10+
311
## Version 2.1.0 ##
412

513
Date: 2017-04-20

doc/content.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Cats Documentation
22
Andrey Antukh & Alejandro Gómez
3-
2.1.0
3+
2.2.0
44
:toc: left
55
:!numbered:
66
:idseparator: -
@@ -36,7 +36,7 @@ it as a dependency in your *_project.clj_*:
3636

3737
[source,clojure]
3838
----
39-
[funcool/cats "2.1.0"]
39+
[funcool/cats "2.2.0"]
4040
----
4141

4242
And it works with the following platforms: *jdk7*, *jdk8*, *node*

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject funcool/cats "2.1.0"
1+
(defproject funcool/cats "2.2.0"
22
:description "Category Theory abstractions for Clojure"
33
:url "https://github.com/funcool/cats"
44
:license {:name "BSD (2 Clause)"

0 commit comments

Comments
 (0)