From 77618678527e85a9d5a1516e9c5c9a0f6a440510 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 8 May 2021 18:15:42 -0700 Subject: [PATCH] Note RC of V2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb79ec3..fab28e9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The latest versions on Clojars and on cljdoc: [![Clojars Project](https://clojars.org/honeysql/latest-version.svg)](https://clojars.org/honeysql) [![cljdoc badge](https://cljdoc.org/badge/honeysql/honeysql?1.0.461)](https://cljdoc.org/d/honeysql/honeysql/CURRENT) -> Note: HoneySQL 2.0 is currently [in beta testing](https://github.com/seancorfield/honeysql/tree/v2). +> Note: HoneySQL 2.0 will soon be available -- check out the [release candidate](https://github.com/seancorfield/honeysql/tree/v2). 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.