File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 1.2.0
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@1.1.1...f2ea9229a73cca8a818ced6414255734dec5532b ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - Configure ` standby ` callback to polling [ #247 ] ( https://github.com/jupyter-server/jupyter-resource-usage/pull/247 ) ([ @mahendrapaipuri ] ( https://github.com/mahendrapaipuri ) )
12
+
13
+ ### Contributors to this release
14
+
15
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter-resource-usage/graphs/contributors?from=2025-02-04&to=2025-08-19&type=c ) )
16
+
17
+ [ @jtpio ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Ajtpio+updated%3A2025-02-04..2025-08-19&type=Issues ) | [ @mahendrapaipuri ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Amahendrapaipuri+updated%3A2025-02-04..2025-08-19&type=Issues )
18
+
19
+ <!-- <END NEW CHANGELOG ENTRY> -->
20
+
5
21
## 1.1.1
6
22
7
23
([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@1.1.0...6d739a7cda47c1101f0c70e16806739cf6b0c575 ) )
25
41
26
42
[ @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 )
27
43
28
- <!-- <END NEW CHANGELOG ENTRY> -->
29
-
30
44
## 1.1.0
31
45
32
46
([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@1.0.2...41d88a2dc4bc9820f5801223d9830bd8f7c3d1d6 ) )
Original file line number Diff line number Diff line change 1
- __version__ = "1.1.1 "
1
+ __version__ = "1.2.0 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-server/resource-usage" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " JupyterLab extension to add resource usage UI items" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ npm = [
101
101
]
102
102
103
103
[tool .tbump .version ]
104
- current = " 1.1.1 "
104
+ current = " 1.2.0 "
105
105
regex = '''
106
106
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
107
107
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
You can’t perform that action at this time.
0 commit comments