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"