Post-release doc prep

This commit is contained in:
Sean Corfield 2020-03-02 13:56:43 -08:00
parent db993e0d30
commit 91aa6a0f7f
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
Only accretive/fixative changes will be made from now on. Only accretive/fixative changes will be made from now on.
## Unreleased Changes
The following changes have been made to **master** since the 1.0.395 build:
* None.
## Stable Builds ## Stable Builds
* 2020-03-02 -- 1.0.395 * 2020-03-02 -- 1.0.395

View file

@ -8,7 +8,7 @@ The latest versions on Clojars and on cljdoc:
[![Clojars Project](https://clojars.org/seancorfield/next.jdbc/latest-version.svg)](https://clojars.org/seancorfield/next.jdbc) [![cljdoc badge](https://cljdoc.org/badge/seancorfield/next.jdbc)](https://cljdoc.org/d/seancorfield/next.jdbc/CURRENT) [![Clojars Project](https://clojars.org/seancorfield/next.jdbc/latest-version.svg)](https://clojars.org/seancorfield/next.jdbc) [![cljdoc badge](https://cljdoc.org/badge/seancorfield/next.jdbc)](https://cljdoc.org/d/seancorfield/next.jdbc/CURRENT)
This documentation is for the 1.0.395 release -- [see the CHANGELOG](CHANGELOG.md). This documentation is for **master** since the 1.0.395 release -- [see the CHANGELOG](CHANGELOG.md).
* [Getting Started](/doc/getting-started.md) * [Getting Started](/doc/getting-started.md)
* [Migrating from `clojure.java.jdbc`](/doc/migration-from-clojure-java-jdbc.md) * [Migrating from `clojure.java.jdbc`](/doc/migration-from-clojure-java-jdbc.md)