From 6355421e17222075fe103bf714abad5824a3942b Mon Sep 17 00:00:00 2001 From: Marc Julien Date: Wed, 3 Dec 2025 16:39:09 -0800 Subject: [PATCH] python(chore): Release 0.9.2 prep --- python/CHANGELOG.md | 5 +++++ python/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index ff6d0856b..459dcdfe3 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [v0.9.2] - December 3, 2025 +- [Set Content-Disposition on data imports](https://github.com/sift-stack/sift/pull/420) +- [Show validation errors in External Rules](https://github.com/sift-stack/sift/pull/369) +- [Use faster yaml loading for telemtery configs](https://github.com/sift-stack/sift/pull/322) + ## [v0.9.1] - August 18, 2025 - [Allow importing TDMS metadata to existing Runs](https://github.com/sift-stack/sift/pull/320) diff --git a/python/pyproject.toml b/python/pyproject.toml index dc027433f..03a962eff 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sift_stack_py" -version = "0.9.1" +version = "0.9.2" description = "Python client library for the Sift API" requires-python = ">=3.8" readme = { file = "README.md", content-type = "text/markdown" }