Skip to content

Commit a08ee39

Browse files
committed
Version 4.0.0
1 parent a12aa4e commit a08ee39

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## unreleased
22

3+
## 4.0.0
4+
35
* updated `HikariCP` to `7.0.2`
46
* bumped Clojure dependency to `1.12.4`
57
* added `is-running?` and `is-closed?` fns

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A Clojure wrapper to [HikariCP](https://github.com/brettwooldridge/HikariCP) - "
77
Add the following dependency to your `project.clj` file:
88

99
```clojure
10-
[hikari-cp "3.3.0"]
10+
[hikari-cp "4.0.0"]
1111
```
1212

1313
`hikari-cp` version `4.x` targets Clojure `1.12`. Version `3.3.0` was the last release for Clojure `1.11`.

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[deps-deploy.deps-deploy :as dd]))
44

55
(def lib 'hikari-cp/hikari-cp)
6-
(def version "3.3.0")
6+
(def version "4.0.0")
77
(def class-dir "target/classes")
88
(def basis (b/create-basis {:project "deps.edn"}))
99
(def jar-file (format "target/%s-%s.jar" (name lib) version))

0 commit comments

Comments
 (0)