Announce move to MAJOR.MINOR.COMMITS versioning
This commit is contained in:
parent
789bf1fae6
commit
7d26c29550
2 changed files with 6 additions and 2 deletions
|
|
@ -6,7 +6,9 @@ Only accretive/fixative changes will be made from now on.
|
|||
|
||||
The following changes have been committed to the **master** branch since the 1.0.13 release:
|
||||
|
||||
* None.
|
||||
* Add PostgreSQL streaming option information to **Tips & Tricks**.
|
||||
* Minor documentation fixes.
|
||||
* Planning to move to MAJOR.MINOR.COMMITS versioning scheme (1.0.375).
|
||||
|
||||
## Stable Builds
|
||||
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@ The latest versions on Clojars and on cljdoc:
|
|||
|
||||
[](https://clojars.org/seancorfield/next.jdbc) [](https://cljdoc.org/d/seancorfield/next.jdbc/CURRENT)
|
||||
|
||||
This documentation is for the 1.0.13 release -- [see the CHANGELOG](CHANGELOG.md).
|
||||
This documentation is for **master** since the 1.0.13 release -- [see the CHANGELOG](CHANGELOG.md).
|
||||
|
||||
* [Getting Started](/doc/getting-started.md)
|
||||
* [Migrating from `clojure.java.jdbc`](/doc/migration-from-clojure-java-jdbc.md)
|
||||
* Feedback via [issues](https://github.com/seancorfield/next-jdbc/issues) or in the [`#sql` channel on the Clojurians Slack](https://clojurians.slack.com/messages/C1Q164V29/details/) or the [`#sql` stream on the Clojurians Zulip](https://clojurians.zulipchat.com/#narrow/stream/152063-sql).
|
||||
|
||||
This project is moveing to 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. The next version is likely to be 1.0.375.
|
||||
|
||||
## Motivation
|
||||
|
||||
Why another JDBC library? Why a different API from `clojure.java.jdbc`?
|
||||
|
|
|
|||
Loading…
Reference in a new issue