We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9428386 commit a741ca3Copy full SHA for a741ca3
2 files changed
python/CHANGELOG.md
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
3
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## [v0.9.5] - December 12, 2025
7
+- [Reduce API calls when creating rules with caching](https://github.com/sift-stack/sift/pull/430)
8
+
9
## [v0.9.4] - December 10, 2025
10
- [Add support for is_live to rules in sift_py](https://github.com/sift-stack/sift/pull/427)
11
python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sift_stack_py"
-version = "0.9.4"
+version = "0.9.5"
description = "Python client library for the Sift API"
requires-python = ">=3.8"
readme = { file = "README.md", content-type = "text/markdown" }
0 commit comments