diff --git a/.changeset/happy-ways-rescue.md b/.changeset/happy-ways-rescue.md deleted file mode 100644 index cf8f48e..0000000 --- a/.changeset/happy-ways-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trackio": minor ---- - -feat:bump to gradio 6.0, make `trackio` compatible, and fix related issues diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7c051..1e5c496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # trackio +## 0.10.0 + +### Features + +- [#305](https://github.com/gradio-app/trackio/pull/305) [`e64883a`](https://github.com/gradio-app/trackio/commit/e64883a51f7b8b93f7d48b8afe55acdb62238b71) - bump to gradio 6.0, make `trackio` compatible, and fix related issues. Thanks @abidlabs! + ## 0.9.1 ### Features diff --git a/trackio/CHANGELOG.md b/trackio/CHANGELOG.md index 5d7c051..1e5c496 100644 --- a/trackio/CHANGELOG.md +++ b/trackio/CHANGELOG.md @@ -1,5 +1,11 @@ # trackio +## 0.10.0 + +### Features + +- [#305](https://github.com/gradio-app/trackio/pull/305) [`e64883a`](https://github.com/gradio-app/trackio/commit/e64883a51f7b8b93f7d48b8afe55acdb62238b71) - bump to gradio 6.0, make `trackio` compatible, and fix related issues. Thanks @abidlabs! + ## 0.9.1 ### Features diff --git a/trackio/package.json b/trackio/package.json index 6c3479b..be852cd 100644 --- a/trackio/package.json +++ b/trackio/package.json @@ -1,6 +1,6 @@ { "name": "trackio", - "version": "0.9.1", + "version": "0.10.0", "description": "", "python": "true" }