Add CI badge; update change log

This commit is contained in:
Sean Corfield 2020-05-29 13:41:27 -07:00
parent 62d3f70e0b
commit 919ffb3c4b
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
## 1.0.next in progress
* 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.
* Add mention of `next.jdbc` everywhere `clojure.java.jdbc` was mentioned.

View file

@ -1,4 +1,4 @@
# Honey SQL
# Honey SQL [![CircleCI](https://circleci.com/gh/seancorfield/honeysql/tree/master.svg?style=svg)](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.