From 97f87085567878bd9432d7bca3ee60c7ebdb5374 Mon Sep 17 00:00:00 2001 From: jtpio Date: Tue, 4 Feb 2025 13:13:04 +0000 Subject: [PATCH] Publish 1.1.1 SHA256 hashes: jupyter-server-resource-usage-1.1.1.tgz: 0c3febc87c0d7e8205d65f813d08b4dccad257b50c15c3dc3c2911c20de893c1 jupyter_resource_usage-1.1.1-py3-none-any.whl: 1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d jupyter_resource_usage-1.1.1.tar.gz: f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb --- CHANGELOG.md | 27 +++++++++++++++++++++++++-- jupyter_resource_usage/_version.py | 2 +- packages/labextension/package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 28 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f9711..849ae77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## 1.1.1 + +([Full Changelog](https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@1.1.0...6d739a7cda47c1101f0c70e16806739cf6b0c575)) + +### Bugs fixed + +- Fix typo in default username for jupyter [#239](https://github.com/jupyter-server/jupyter-resource-usage/pull/239) ([@evsasha](https://github.com/evsasha)) + +### Maintenance and upkeep improvements + +- Update to `actions/upload-artifact@v4` [#241](https://github.com/jupyter-server/jupyter-resource-usage/pull/241) ([@jtpio](https://github.com/jtpio)) +- Delete second copy of enforce-labels [#240](https://github.com/jupyter-server/jupyter-resource-usage/pull/240) ([@krassowski](https://github.com/krassowski)) + +### Documentation improvements + +- Document `show_host_usage` configuration option in README [#218](https://github.com/jupyter-server/jupyter-resource-usage/pull/218) ([@pinksi](https://github.com/pinksi)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter-resource-usage/graphs/contributors?from=2024-07-31&to=2025-02-04&type=c)) + +[@evsasha](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Aevsasha+updated%3A2024-07-31..2025-02-04&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Ajtpio+updated%3A2024-07-31..2025-02-04&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Akrassowski+updated%3A2024-07-31..2025-02-04&type=Issues) | [@pinksi](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Apinksi+updated%3A2024-07-31..2025-02-04&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Awelcome+updated%3A2024-07-31..2025-02-04&type=Issues) + + + ## 1.1.0 ([Full Changelog](https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@1.0.2...41d88a2dc4bc9820f5801223d9830bd8f7c3d1d6)) @@ -20,8 +45,6 @@ [@iandesj](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Aiandesj+updated%3A2024-03-12..2024-07-31&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Akrassowski+updated%3A2024-03-12..2024-07-31&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Awelcome+updated%3A2024-03-12..2024-07-31&type=Issues) - - ## 1.0.2 ([Full Changelog](https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@1.0.1...498fd0c3eedccf37e7af8d344a2c26cf8a03ab80)) diff --git a/jupyter_resource_usage/_version.py b/jupyter_resource_usage/_version.py index 6849410..a82b376 100644 --- a/jupyter_resource_usage/_version.py +++ b/jupyter_resource_usage/_version.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.1.1" diff --git a/packages/labextension/package.json b/packages/labextension/package.json index 06c2fad..ea380f3 100644 --- a/packages/labextension/package.json +++ b/packages/labextension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-server/resource-usage", - "version": "1.1.0", + "version": "1.1.1", "description": "JupyterLab extension to add resource usage UI items", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index 89cbbd2..0d4cb95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ npm = [ ] [tool.tbump.version] -current = "1.1.0" +current = "1.1.1" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?