chore: release v7.9.0 (#434)

chore: bump version to 7.9.0

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Anders
2026-02-17 10:32:05 +01:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 603ed376dd
commit 73bec043cf
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
# 7.9.0 - 2026-02-17
feat: Support device_id as bucketing identifier for local evaluation
# 7.8.6 - 2026-02-09
fix: limit collections scanning in code variables
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION = "7.8.6"
VERSION = "7.9.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201