Skip to content

Commit 54632c0

Browse files
authored
Merge pull request #199 from mag1cfrog/release-plz-2026-08-04T00-02-54Z
2 parents 33b18a3 + bc5fc16 commit 54632c0

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1020
## [0.3.1](https://github.com/mag1cfrog/arrow-sql-server/compare/v0.3.0...v0.3.1) - 2026-08-01
1121

1222
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ panic = "deny"
1313

1414
[package]
1515
name = "arrow-sql-server"
16-
version = "0.3.1"
16+
version = "0.3.2"
1717
edition = "2024"
1818
rust-version = "1.88"
1919
license = "Apache-2.0"

0 commit comments

Comments
 (0)