From bb6750a98237550381febd1a583cfcffb1e26f0a Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 9 Apr 2023 14:16:01 -0700 Subject: [PATCH] add Slack badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c378c94..5e37af4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ SQL as Clojure data structures. Build queries programmatically -- even at runtim ## Build -[![Clojars Project](https://clojars.org/com.github.seancorfield/honeysql/latest-version.svg)](https://clojars.org/com.github.seancorfield/honeysql) [![cljdoc badge](https://cljdoc.org/badge/com.github.seancorfield/honeysql?2.4.1011)](https://cljdoc.org/d/com.github.seancorfield/honeysql/CURRENT) +[![Clojars Project](https://clojars.org/com.github.seancorfield/honeysql/latest-version.svg)](https://clojars.org/com.github.seancorfield/honeysql) [![cljdoc badge](https://cljdoc.org/badge/com.github.seancorfield/honeysql?2.4.1011)](https://cljdoc.org/d/com.github.seancorfield/honeysql/CURRENT) [![slack]https://img.shields.io/badge/slack-HoneySQL-orange.svg?logo=slack)]([https://kubernetes.slack.com/messages/C87MF1RFD](https://clojurians.slack.com/C66EM8D5H)] + This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.