diff --git a/CHANGES.md b/CHANGES.md index 4589ee9..e14ee68 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/README.md b/README.md index fc21e07..80530d1 100644 --- a/README.md +++ b/README.md @@ -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.