From 3e10d39a6aacae24af185591402a507670f6dde5 Mon Sep 17 00:00:00 2001 From: Kyrylo Simonov Date: Sun, 22 Sep 2024 18:19:51 -0500 Subject: [PATCH] Bump the version number and update release notes --- NEWS.md | 5 +++++ Project.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index b29d1e5e..eba03beb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # Release Notes +## v0.14.3 + +* Fix MySQL reflection. Thanks to Alexander Plavin. + + ## v0.14.2 * Add DuckDB support. Thanks to Alexander Plavin. diff --git a/Project.toml b/Project.toml index 7337aefb..3351e8a5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FunSQL" uuid = "cf6cc811-59f4-4a10-b258-a8547a8f6407" authors = ["Kirill Simonov ", "Clark C. Evans "] -version = "0.14.2" +version = "0.14.3" [deps] DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"