From a8860161a7889aad3dd6c56ebf136bf50dbe3a67 Mon Sep 17 00:00:00 2001 From: Anoop Narang Date: Thu, 3 Sep 2026 19:03:38 +0530 Subject: [PATCH] chore: release v0.16.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e2724..b3b5fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.16.0] - 2026-09-03 + ### Changed - **`arrow` feature: arrow 55 -> 59.** Breaking for callers of that feature: @@ -14,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 those types must move to arrow 59 too, or the two majors will not compile together. Without the feature, nothing changes. - ## [0.15.0] - 2026-09-02 ### Added diff --git a/Cargo.toml b/Cargo.toml index 7f5ec01..b4f6e8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotdata" -version = "0.15.0" +version = "0.16.0" authors = ["developers@hotdata.dev"] description = "Powerful data platform API for datasets, queries, and analytics." license = "MIT"