8000 Next is 0.6.0 · point/postgres.async@3cc6095 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3cc6095

Browse files
committed
Next is 0.6.0
1 parent 94e29c8 commit 3cc6095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ See composition below for example.
103103

104104
## Composition
105105

106-
Channel-returning functions can be composed with `dosql` macro that returns `[result-of-body first-exception]`.
106+
Channel-returning functions can be composed with `dosql` macro that returns result of last form of first exception.
107107

108108
```clojure
109109
(<!! (go

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject alaisi/postgres.async "0.5.1-SNAPSHOT"
1+
(defproject alaisi/postgres.async "0.6.0-SNAPSHOT"
22
:description "Asynchronous PostgreSQL Clojure client"
33
:url "http://github.com/alaisi/postgres.async"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)
0