From bc5fc16bb95dc582cafc9dcec2cf13bdc284a891 Mon Sep 17 00:00:00 2001 From: "release-plz-bot-mag1cfrog[bot]" <256066277+release-plz-bot-mag1cfrog[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 06:04:00 +0000 Subject: [PATCH] chore: release v0.3.2 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b3816..c5e3661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/mag1cfrog/arrow-sql-server/compare/v0.3.1...v0.3.2) - 2026-08-04 + +### Added + +- support optional table locking for SQL Server bulk loads + +### Other + +- optimize ASCII nvarchar encoding in the direct writer + ## [0.3.1](https://github.com/mag1cfrog/arrow-sql-server/compare/v0.3.0...v0.3.1) - 2026-08-01 ### Other diff --git a/Cargo.toml b/Cargo.toml index 9a14bf8..9e747cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ panic = "deny" [package] name = "arrow-sql-server" -version = "0.3.1" +version = "0.3.2" edition = "2024" rust-version = "1.88" license = "Apache-2.0"