From fb83d074fbfc4922887e764b4b6c585842ae026d Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Sun, 15 Dec 2024 13:43:40 +0100 Subject: [PATCH 1/3] Bump version to v3.0.0 --- CHANGELOG.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14efc701..77d3290e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## (unreleased) +## 3.0.0 * Drop support for Ruby < 2.7 * Drop support for SQL Server < 2017 diff --git a/VERSION b/VERSION index 04b10b4f..4a36342f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.7 +3.0.0 From 79763315dc354fba3fc6b8870cf8b929fa686b0d Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Sun, 15 Dec 2024 13:58:06 +0100 Subject: [PATCH 2/3] Fix typo in `CHANGELOG` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d3290e..0bf93023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * Drop support for SQL Server < 2017 * Drop support for FreeTDS < 1.0 * No longer provide a 32-bit Windows build -* Raise error if FreeTDS is unable to sent command buffer to the server +* Raise error if FreeTDS is unable to send command buffer to the server * Use freetds v1.4.23, libiconv v1.17 and OpenSSL v3.4.0 for Windows builds ## 2.1.7 From 5411fc08e7d316c8118bc0a7c28eb581ac31c03a Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Sun, 15 Dec 2024 14:16:23 +0100 Subject: [PATCH 3/3] add missing entry for `bigdecimal` addition --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf93023..50e148e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * No longer provide a 32-bit Windows build * Raise error if FreeTDS is unable to send command buffer to the server * Use freetds v1.4.23, libiconv v1.17 and OpenSSL v3.4.0 for Windows builds +* Add `bigdecimal` to dependencies ## 2.1.7 * Add Ruby 3.3 to the cross compile list