File tree Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 0.7.2
6+
7+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@0.7.1...143f4568643af18f668d6388fb65fff06695d58d ) )
8+
9+ ### Bugs fixed
10+
11+ - Clear state when switching away, add blank state indicator [ #178 ] ( https://github.com/jupyter-server/jupyter-resource-usage/pull/178 ) ([ @krassowski ] ( https://github.com/krassowski ) )
12+ - async fixes in kernel usage handler [ #177 ] ( https://github.com/jupyter-server/jupyter-resource-usage/pull/177 ) ([ @minrk ] ( https://github.com/minrk ) )
13+
14+ ### Maintenance and upkeep improvements
15+
16+ ### Contributors to this release
17+
18+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter-resource-usage/graphs/contributors?from=2023-02-06&to=2023-02-20&type=c ) )
19+
20+ [ @Gsbreddy ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3AGsbreddy+updated%3A2023-02-06..2023-02-20&type=Issues ) | [ @jtpio ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Ajtpio+updated%3A2023-02-06..2023-02-20&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Akrassowski+updated%3A2023-02-06..2023-02-20&type=Issues ) | [ @minrk ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Aminrk+updated%3A2023-02-06..2023-02-20&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Apre-commit-ci+updated%3A2023-02-06..2023-02-20&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Awelcome+updated%3A2023-02-06..2023-02-20&type=Issues )
21+
22+ <!-- <END NEW CHANGELOG ENTRY> -->
23+
524## 0.7.1
625
726([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@0.7.0...dfef59b8aa27eb768eb9e70e849c832d2841e6e9 ) )
2342
2443[ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Adependabot+updated%3A2023-01-06..2023-02-06&type=Issues ) | [ @jtpio ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Ajtpio+updated%3A2023-01-06..2023-02-06&type=Issues )
2544
26- <!-- <END NEW CHANGELOG ENTRY> -->
27-
2845## 0.7.0
2946
3047([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@0.6.4...861eafdd88aba1c2c405a3a1ade0bd376ac322ff ) )
Original file line number Diff line number Diff line change 1- __version__ = "0.7.1 "
1+ __version__ = "0.7.2 "
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-server/resource-usage" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.2 " ,
44 "description" : " JupyterLab extension to add resource usage UI items" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ source_dir = "packages/labextension"
104104build_dir = " jupyter_resource_usage/labextension"
105105
106106[tool .tbump .version ]
107- current = " 0.7.1 "
107+ current = " 0.7.2 "
108108regex = '''
109109 (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
110110 ((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
You can’t perform that action at this time.
0 commit comments