Skip to content

Commit

Permalink
Prefix version in change log with v.
Browse files Browse the repository at this point in the history
Needed for dune-release.
  • Loading branch information
paurkedal committed Aug 26, 2018
1 parent 938112c commit 3fc66a1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.0 - 2018-08-26
## v1.0.0 - 2018-08-26

- Added `Caqti_type.Std : Caqti_type_sig.Std`, containing type descriptors
needed for building requests, for easy inclusion in custom modules.
Expand All @@ -10,7 +10,7 @@
- Moved `Caqti_system_sig` into `Caqti_driver` and split up the signature to
make room for future drivers on alternative platforms.

## 0.11.0 - 2018-05-25
## v0.11.0 - 2018-05-25

Added and improved:

Expand All @@ -32,20 +32,20 @@ Ecosystem:
- CI setup contributed by Brendan Long.
- Various documentation updates.

## 0.10.2 - 2018-04-05
## v0.10.2 - 2018-04-05

- Fix incompatibility with `ppx_optcomp` v0.11.0 by dropping it, since the
conditionals where no longer needed.
- Restore test during opam build.
- The v1 API is now fully `[@@@deprecated]` and will be removed in the next
major release.

## 0.10.1 - 2018-02-27
## v0.10.1 - 2018-02-27

- Fix a pool size counting bug when resource allocation fails. This can
cause deadlock due to pool exhaustion.

## 0.10.0 - 2018-02-14
## v0.10.0 - 2018-02-14

- Added `-linkall` flags to driver libraries to fix direct linking (#9).
- Added convenience functions `collect_list` and `rev_collect_list` (#8).
Expand All @@ -55,7 +55,7 @@ Ecosystem:
- Be more permissive about types of data returned from MariaDB when
expecting numerical results.

## 0.9.0 - 2018-01-04
## v0.9.0 - 2018-01-04

- Move v1 into findlib sublibraries and announce deprecation.
- Port remaining tests to v2 and fix issues in MariaDB and Sqlite3 drivers.
Expand All @@ -65,12 +65,12 @@ Ecosystem:
- Drop error on disconnect.
- Support substitutions in request convenience functions.

## 0.8.1 - 2017-12-06
## v0.8.1 - 2017-12-06

- Fix `start` transaction for PostgreSQL v2.
- Fix dependency on ptime in `caqti.opam` in distribution.

## 0.8.0 - 2017-12-04
## v0.8.0 - 2017-12-04

- Remove most deprecations.
- Add new v2 API.
Expand All @@ -96,15 +96,15 @@ v2, but v1 will be kept for now. To keep using the v1 in upcoming releases:
- Link with `caqti-lwt.v1` instead of `caqti-lwt`.
- Link with `caqti-async.v1` instead of `caqti-async`.

## 0.7.0 - 2017-11-03
## v0.7.0 - 2017-11-03

- Remove WRAPPER and REPORT functionality.
- Remove deprecated findlib aliases.
- Renamed `date` and `utc` conversions to `date_cl` and `utc_cl`.
- Deprecate `Caqti_metadata` in favour of the new `Caqti_driver_info`.
- Move various signature to separate files, leaving deprecated aliases.

## 0.6.1 - 2017-10-26
## v0.6.1 - 2017-10-26

- Fixed support for lwt >= 3, but keep supporting 2.7 as well for now.
- Fixed preparation of query after reconnect to PostgreSQL.
Expand All @@ -113,28 +113,28 @@ v2, but v1 will be kept for now. To keep using the v1 in upcoming releases:
- Deprecated `Param.sub_types`.
- Deprecated `Param.other` and `Tuple.other`.

## 0.6.0 - 2017-06-05
## v0.6.0 - 2017-06-05

- Split into separate packages to avoid depopts and rename findlib names
accordingly.
- Use findlib to load DB drivers, and use `-linkall`. This hopefully solves
loading issues.

## 0.5.3 - 2017-05-22
## v0.5.3 - 2017-05-22

- Fix handling of spaces in Sqlite3 URIs and allow setting mode.
- Split `Caqti` (now deprecated) into `Caqti_errors` and `Caqti_connect`.
- Update to async 0.9.0.

## 0.5.2 - 2017-02-25
## v0.5.2 - 2017-02-25

- Fix plugin loader to handle modernised `META`.

## 0.5.1 - 2017-02-25 retracted
## v0.5.1 - 2017-02-25 retracted

- Rename libraries to match `META`.

## 0.5.0 - 2017-02-25 retracted
## v0.5.0 - 2017-02-25 retracted

- Added MariaDB backend.
- Fixed VARCHAR for SQLite3 describe.

0 comments on commit 3fc66a1

Please sign in to comment.