File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33
44This 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " sift_stack_py"
7- version = " 0.9.1 "
7+ version = " 0.9.2 "
88description = " Python client library for the Sift API"
99requires-python = " >=3.8"
1010readme = { file = " README.md" , content-type = " text/markdown" }
You can’t perform that action at this time.
0 commit comments