From 96e8acc1f949359fd680e009d33c9c55bce058f9 Mon Sep 17 00:00:00 2001 From: Gradio PR Bot <121576822+gradio-pr-bot@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:20:50 -0500 Subject: [PATCH] chore: update versions (#346) Co-authored-by: github-actions[bot] --- .changeset/forty-dolls-train.md | 5 ----- CHANGELOG.md | 6 ++++++ trackio/CHANGELOG.md | 6 ++++++ trackio/package.json | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 .changeset/forty-dolls-train.md diff --git a/.changeset/forty-dolls-train.md b/.changeset/forty-dolls-train.md deleted file mode 100644 index d8cd500..0000000 --- a/.changeset/forty-dolls-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trackio": patch ---- - -feat:Avoid redundant calls to /whoami-v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index c5200c3..5d7c051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # trackio +## 0.9.1 + +### Features + +- [#344](https://github.com/gradio-app/trackio/pull/344) [`7e01024`](https://github.com/gradio-app/trackio/commit/7e010241d9a34794e0ce0dc19c1a6f0cf94ba856) - Avoid redundant calls to /whoami-v2. Thanks @Wauplin! + ## 0.9.0 ### Features diff --git a/trackio/CHANGELOG.md b/trackio/CHANGELOG.md index c5200c3..5d7c051 100644 --- a/trackio/CHANGELOG.md +++ b/trackio/CHANGELOG.md @@ -1,5 +1,11 @@ # trackio +## 0.9.1 + +### Features + +- [#344](https://github.com/gradio-app/trackio/pull/344) [`7e01024`](https://github.com/gradio-app/trackio/commit/7e010241d9a34794e0ce0dc19c1a6f0cf94ba856) - Avoid redundant calls to /whoami-v2. Thanks @Wauplin! + ## 0.9.0 ### Features diff --git a/trackio/package.json b/trackio/package.json index f9a829a..6c3479b 100644 --- a/trackio/package.json +++ b/trackio/package.json @@ -1,6 +1,6 @@ { "name": "trackio", - "version": "0.9.0", + "version": "0.9.1", "description": "", "python": "true" }