bump to 1.3.x since we've dropped JDK8 support

This commit is contained in:
Sean Corfield 2022-08-30 23:24:45 -07:00
parent d5766743f2
commit dfceb4d188
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
Only accretive/fixative changes will be made from now on.
* 1.2.next in progress
* 1.3.next in progress
* Address [#218](https://github.com/seancorfield/next-jdbc/issues/218) by moving `:extend-via-metadata true` after the protocols' docstrings.
* Document `:useBulkCopyForBatchInsert` for Microsoft SQL Server via PR [#216](https://github.com/seancorfield/next-jdbc/issues/216) -- [danskarda](https://github.com/danskarda).
* Address [#215](https://github.com/seancorfield/next-jdbc/issues/215) by dropping official support for JDK 8 and updating various JDBC drivers in the testing matrix.

View file

@ -15,7 +15,7 @@
[org.corfield.build :as bb]))
(def lib 'com.github.seancorfield/next.jdbc)
(defn- the-version [patch] (format "1.2.%s" patch))
(defn- the-version [patch] (format "1.3.%s" patch))
(def version (the-version (b/git-count-revs nil)))
(def snapshot (the-version "999-SNAPSHOT"))