2 parents 33b18a3 + bc5fc16 commit 54632c0Copy full SHA for 54632c0
2 files changed
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.3.2](https://github.com/mag1cfrog/arrow-sql-server/compare/v0.3.1...v0.3.2) - 2026-08-04
11
+
12
+### Added
13
14
+- support optional table locking for SQL Server bulk loads
15
16
+### Other
17
18
+- optimize ASCII nvarchar encoding in the direct writer
19
20
## [0.3.1](https://github.com/mag1cfrog/arrow-sql-server/compare/v0.3.0...v0.3.1) - 2026-08-01
21
22
### Other
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"
0 commit comments