We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c908b7b commit bead6eeCopy full SHA for bead6ee
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## Version 2.0.0 ##
4
5
-Date: ---
+Date: 2016-07-28
6
7
This version intend to clean the library from unused and out of context stuff
8
and leave only the useful abstractions. This is a list of main changes (mostly
project.clj
@@ -1,4 +1,4 @@
1
-(defproject funcool/cats "2.0.0-SNAPSHOT"
+(defproject funcool/cats "2.0.0"
:description "Category Theory abstractions for Clojure"
:url "https://github.com/funcool/cats"
:license {:name "BSD (2 Clause)"
0 commit comments