Skip to content

Commit

Permalink
v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Mar 21, 2018
1 parent c1faba9 commit deeb527
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v2.18.0 / 2018 Mar 21

```clojure
[com.taoensso/carmine "2.18.0"]
```

> This is a non-breaking maintenance release
* **New**: Updated commands.json (adds initial `MEMORY` commands)
* **Fix**: [#205] Resolve issue with compiles hanging
* **Impl**: Bump dependencies
* **Impl**: [#204] Allow `EVAL`, `EVALSHA` to take 0 keys

## v2.17.0 / 2017 Dec 17

```clojure
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/carmine "2.17.0"] ; See CHANGELOG for details
[com.taoensso/carmine "2.18.0"] ; See CHANGELOG for details
```

> Please consider helping to [support my continued open-source Clojure/Script work]?
Expand Down Expand Up @@ -48,7 +48,7 @@ Your link here? | **PR's welcome!**
Add the necessary dependency to your project:

```clojure
[com.taoensso/carmine "2.17.0"]
[com.taoensso/carmine "2.18.0"]
```

And setup your namespace imports:
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 com.taoensso/carmine "2.17.0"
(defproject com.taoensso/carmine "2.18.0"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure Redis client & message queue"
:url "https://github.com/ptaoussanis/carmine"
Expand Down

0 comments on commit deeb527

Please sign in to comment.