File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11== Changelog
22
3- === Unreleased
3+ === Released
44
55'''
66
7- ==== 0.1.56-SNAPSHOT (2021-12-04)
7+ ==== 0.1.61 (2021-12-04)
88
9- - The first official release
9+ * The first official release*
1010
11- === Released
11+ ===== Added
12+
13+ - Tarantool configuration and client API
14+ - Support XTDB tx-log API
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ Add the following dependency in your project:
1818[source,clojure]
1919----
2020;; project.clj or build.boot
21- [team.sultanov/xtdb-tarantool "0.1.56-SNAPSHOT "]
21+ [team.sultanov/xtdb-tarantool "0.1.61 "]
2222
2323;; deps.edn
24- team.sultanov/xtdb-tarantool {:mvn/version "0.1.56-SNAPSHOT "}
24+ team.sultanov/xtdb-tarantool {:mvn/version "0.1.61 "}
2525----
2626
2727=== Usage
You can’t perform that action at this time.
0 commit comments