Skip to content

Commit 714b5d9

Browse files
committed
Bumped version to 2.1.1
1 parent 91d4115 commit 714b5d9

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# better-cond Change Log
22

3+
## 2.1.1
4+
5+
### Enhancements
6+
7+
* Added support for clj-kondo, using pull request submitted by `borkdude`.
8+
39
## 2.1.0
410

511
### Bugfixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ A variation on cond which sports let bindings, when-let bindings, when-some bind
99
- Cond allows symbols as an alternative to keywords for let, when-let, when-some, when, and do.
1010
- Two new macros: `defnc` and `defnc-` are like `defn` and `defn-` with an implicit cond wrapped around the body.
1111

12-
`better-cond 2.1.0` requires Clojure 1.9 alpha 16 or higher. If you are still on Clojure 1.8, use `better-cond 1.0.1`.
12+
`better-cond 2.1.1` requires Clojure 1.9 alpha 16 or higher. If you are still on Clojure 1.8, use `better-cond 1.0.1`.
1313

1414
## Usage
1515

1616
Add the following line to your leiningen dependencies:
1717

18-
[better-cond "2.1.0"]
18+
[better-cond "2.1.1"]
1919

2020
Require better-cond in your namespace header:
2121

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
(defproject better-cond "2.1.0"
1+
(defproject better-cond "2.1.1"
22
:description "A better cond"
33
:url "http://github.com/Engelberg/better-cond"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
6-
:dependencies [[org.clojure/clojure "1.10.1"]])
6+
:dependencies [[org.clojure/clojure "1.10.3"]])

0 commit comments

Comments
 (0)