File tree Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Expand file tree Collapse file tree 4 files changed +23
-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.0.1
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@1.0.0...bd0d80160d4e4588644e842e06a279442c245340 ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - Adds custom config to show/hide host usage info [ #210 ] ( https://github.com/jupyter-server/jupyter-resource-usage/pull/210 ) ([ @pinksi ] ( https://github.com/pinksi ) )
12
+
13
+ ### Maintenance and upkeep improvements
14
+
15
+ - Add Notebook 7 to Binder [ #208 ] ( https://github.com/jupyter-server/jupyter-resource-usage/pull/208 ) ([ @jtpio ] ( https://github.com/jtpio ) )
16
+
17
+ ### Contributors to this release
18
+
19
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter-resource-usage/graphs/contributors?from=2023-07-28&to=2023-08-29&type=c ) )
20
+
21
+ [ @jtpio ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Ajtpio+updated%3A2023-07-28..2023-08-29&type=Issues ) | [ @pinksi ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Apinksi+updated%3A2023-07-28..2023-08-29&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Awelcome+updated%3A2023-07-28..2023-08-29&type=Issues ) | [ @yuvipanda ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Ayuvipanda+updated%3A2023-07-28..2023-08-29&type=Issues )
22
+
23
+ <!-- <END NEW CHANGELOG ENTRY> -->
24
+
5
25
## 1.0.0
6
26
7
27
([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@0.7.2...1cf0e15ed06ce37d8fd4883464beb902fb562d86 ) )
36
56
37
57
[@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Adependabot+updated%3A2023-02-20..2023-07-28&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Ajtpio+updated%3A2023-02-20..2023-07-28&type=Issues) | [@mahendrapaipuri](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Amahendrapaipuri+updated%3A2023-02-20..2023-07-28&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Apre-commit-ci+updated%3A2023-02-20..2023-07-28&type=Issues) | [@SauravMaheshkar](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3ASauravMaheshkar+updated%3A2023-02-20..2023-07-28&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Awelcome+updated%3A2023-02-20..2023-07-28&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3AZsailer+updated%3A2023-02-20..2023-07-28&type=Issues)
38
58
39
- <!-- <END NEW CHANGELOG ENTRY> -->
40
-
41
59
## 0.7.2
42
60
43
61
([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@0.7.1...143f4568643af18f668d6388fb65fff06695d58d ) )
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.0 "
1
+ __version__ = "1.0.1 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-server/resource-usage" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
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 @@ -100,7 +100,7 @@ npm = [
100
100
]
101
101
102
102
[tool .tbump .version ]
103
- current = " 1.0.0 "
103
+ current = " 1.0.1 "
104
104
regex = '''
105
105
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
106
106
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
You can’t perform that action at this time.
0 commit comments