Add CI badge; update change log
This commit is contained in:
parent
62d3f70e0b
commit
919ffb3c4b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
## 1.0.next in progress
|
## 1.0.next in progress
|
||||||
|
|
||||||
* Fix #259 so column names are always unqualified in inserts. (@jrdoane)
|
* Fix #259 so column names are always unqualified in inserts. (@jrdoane)
|
||||||
* Switch dev/test pipeline to use CLI/`deps.edn` instead of Leiningen.
|
* Switch dev/test pipeline to use CLI/`deps.edn` instead of Leiningen. Also add CI vi both CircleCI and GitHub Actions.
|
||||||
* Remove macrovich dependency as this is no longer needed with modern ClojureScript.
|
* Remove macrovich dependency as this is no longer needed with modern ClojureScript.
|
||||||
* Add mention of `next.jdbc` everywhere `clojure.java.jdbc` was mentioned.
|
* Add mention of `next.jdbc` everywhere `clojure.java.jdbc` was mentioned.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Honey SQL
|
# Honey SQL [](https://circleci.com/gh/seancorfield/honeysql/tree/master)
|
||||||
|
|
||||||
SQL as Clojure data structures. Build queries programmatically -- even at runtime -- without having to bash strings together.
|
SQL as Clojure data structures. Build queries programmatically -- even at runtime -- without having to bash strings together.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue