Skip to content

Commit fa7ba4a

Browse files
committed
Add change log and license file.
The license is declared as MIT by the original author in the OPAM file (commit 9697a4e). Adding the file avoids errors from dune-release.
1 parent 23bed2e commit fa7ba4a

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 1.2.0 - 2024-11-28
2+
3+
- Added `Stmt.start_txn` (#59 by Corentin Leruth).
4+
- Added `Res.insert_id` as binding for `mysql_stmt_insert_id` (#58 by
5+
Corentin Leruth).
6+
- Updated to support recent OCaml versions (#45 by @kit-ty-kate).
7+
- Fixed too-early retrieval of statement metadata (#41 by Albert Peschar).
8+
- Fixed decoding bug for the integer type (#54 by Raman Varabets, tested
9+
by #61 by Corentin Leruth).
10+
- Fixed a memory leaks related to result metadata (#39 by Albert Peschar).
11+
- The build system is now dune and dune-configurator (#52 by Petter A.
12+
Urkedal) and some of the examples have been converted to a test suite
13+
(#60 by Petter A. Urkedal).
14+
- The project has been transferred to ocaml-community with Petter A.
15+
Urkedal as the new maintainer.

LICENSE

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Permission is hereby granted, free of charge, to any person obtaining a copy
2+
of this software and associated documentation files (the "Software"), to
3+
deal in the Software without restriction, including without limitation the
4+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
5+
sell copies of the Software, and to permit persons to whom the Software is
6+
furnished to do so, subject to the following conditions:
7+
8+
The above copyright notice and this permission notice (including the next
9+
paragraph) shall be included in all copies or substantial portions of the
10+
Software.
11+
12+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
18+
IN THE SOFTWARE.

0 commit comments

Comments
 (0)