From 0b729bf54de443c4214a2c605cd07f9da50cf3dd Mon Sep 17 00:00:00 2001 From: "release-plz-bot-mag1cfrog[bot]" <256066277+release-plz-bot-mag1cfrog[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 01:25:38 +0000 Subject: [PATCH] chore: release v0.4.0 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e3661..cbc308c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0](https://github.com/mag1cfrog/arrow-sql-server/compare/v0.3.2...v0.4.0) - 2026-08-05 + +### Added + +- add opt-in ASCII varchar string policy ([#201](https://github.com/mag1cfrog/arrow-sql-server/pull/201)) + ## [0.3.2](https://github.com/mag1cfrog/arrow-sql-server/compare/v0.3.1...v0.3.2) - 2026-08-04 ### Added diff --git a/Cargo.toml b/Cargo.toml index 9e747cf..a165e77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ panic = "deny" [package] name = "arrow-sql-server" -version = "0.3.2" +version = "0.4.0" edition = "2024" rust-version = "1.88" license = "Apache-2.0"