Skip to content

Commit 550a482

Browse files
committed
Update to support 2.1.0 protobuf
1 parent 8689c96 commit 550a482

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. This change
99
### Changed
1010
- Update dependency to Clojure 1.7. [#59](https://github.com/apa512/clj-rethinkdb/pull/59)
1111
- The query parts of this library have been converted to use Clojure 1.7 Reader Conditionals. This means that you can generate queries in ClojureScript and run them on the server (be very careful with this!). [#59](https://github.com/apa512/clj-rethinkdb/pull/59)
12+
- Updated protobuf support to RethinkDB 2.1.0
1213

1314
## [0.10.1] - 2015-07-08
1415
### Added

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
1313
[org.clojure/data.json "0.2.6"]
1414
[org.clojure/tools.logging "0.3.1"]
15-
[rethinkdb-protobuf "2.0.5-20150720.090807-2"]
15+
[rethinkdb-protobuf "2.1.0"]
1616
[com.google.protobuf/protobuf-java "2.6.1"]
1717
[clj-time "0.10.0"]]
1818
:profiles {:dev {:dependencies [[ch.qos.logback/logback-classic "1.1.3"]]}}

0 commit comments

Comments
 (0)