File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.1.1 / 2014 Feb 17
2
+ * [ #24 ] call ` distinct ` on attr defs (rakeshp).
3
+
1
4
## v1.1.0 / 2014 Feb 16
2
- * [ #23 ] Add support for Global Secondary Indexes (GSIs) (rakeshp)
5
+ * [ #23 ] Add support for Global Secondary Indexes (GSIs) (rakeshp).
3
6
* Bump AWS JDK SDK to 1.7.1.
4
7
5
8
## v1.0.2 / 2014-01-24
Original file line number Diff line number Diff line change 1
1
** [ API docs] ( http://ptaoussanis.github.io/faraday/ ) ** | ** [ CHANGELOG] ( https://github.com/ptaoussanis/faraday/blob/master/CHANGELOG.md ) ** | [ contact & contributing] ( #contact--contributing ) | [ other Clojure libs] ( https://www.taoensso.com/clojure-libraries ) | [ Twitter] ( https://twitter.com/#!/ptaoussanis ) | current [ semantic] ( http://semver.org/ ) version:
2
2
3
3
``` clojure
4
- [com.taoensso/faraday " 1.1.0 " ] ; Stable
4
+ [com.taoensso/faraday " 1.1.1 " ] ; Stable
5
5
```
6
6
7
7
# Faraday, a Clojure DynamoDB client
@@ -26,7 +26,7 @@ DynamoDB's done a fantastic job of hiding (in a good way) a lot of the complexit
26
26
Add the necessary dependency to your [ Leiningen] ( http://leiningen.org/ ) ` project.clj ` and ` require ` the library in your ns:
27
27
28
28
``` clojure
29
- [com.taoensso/faraday " 1.1.0 " ] ; project.clj
29
+ [com.taoensso/faraday " 1.1.1 " ] ; project.clj
30
30
(ns my-app (:require [taoensso.faraday :as far])) ; ns
31
31
```
32
32
Original file line number Diff line number Diff line change 1
- (defproject com.taoensso /faraday " 1.1.0 "
1
+ (defproject com.taoensso /faraday " 1.1.1 "
2
2
:description " Clojure DynamoDB client"
3
3
:url " https://github.com/ptaoussanis/faraday"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments