Skip to content

Commit 3d3cfee

Browse files
authored
python(chore): Release 0.9.2 prep (#421)
1 parent ae4974c commit 3d3cfee

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

python/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [v0.9.2] - December 3, 2025
7+
- [Set Content-Disposition on data imports](https://github.com/sift-stack/sift/pull/420)
8+
- [Show validation errors in External Rules](https://github.com/sift-stack/sift/pull/369)
9+
- [Use faster yaml loading for telemtery configs](https://github.com/sift-stack/sift/pull/322)
10+
611
## [v0.9.1] - August 18, 2025
712
- [Allow importing TDMS metadata to existing Runs](https://github.com/sift-stack/sift/pull/320)
813

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sift_stack_py"
7-
version = "0.9.1"
7+
version = "0.9.2"
88
description = "Python client library for the Sift API"
99
requires-python = ">=3.8"
1010
readme = { file = "README.md", content-type = "text/markdown" }

0 commit comments

Comments
 (0)