Skip to content

Commit

Permalink
Set version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Jan 11, 2018
1 parent f2df410 commit 4367a18
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog #

## Version 2.2.0 ##

Date: 2018-01-11

- Fix some issues with wrong handling of dynamic context.
- Convert some functions to macros for delay args evaluation.


## Version 2.1.0 ##

Date: 2017-04-20
Expand Down
4 changes: 2 additions & 2 deletions doc/content.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Cats Documentation
Andrey Antukh & Alejandro Gómez
2.1.0
2.2.0
:toc: left
:!numbered:
:idseparator: -
Expand Down Expand Up @@ -36,7 +36,7 @@ it as a dependency in your *_project.clj_*:

[source,clojure]
----
[funcool/cats "2.1.0"]
[funcool/cats "2.2.0"]
----

And it works with the following platforms: *jdk7*, *jdk8*, *node*
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject funcool/cats "2.1.0"
(defproject funcool/cats "2.2.0"
:description "Category Theory abstractions for Clojure"
:url "https://github.com/funcool/cats"
:license {:name "BSD (2 Clause)"
Expand Down

0 comments on commit 4367a18

Please sign in to comment.