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 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 1.0.2
6+
7+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@1.0.1...498fd0c3eedccf37e7af8d344a2c26cf8a03ab80 ) )
8+
9+ ### Maintenance and upkeep improvements
10+
11+ - Update Release Scripts [ #230 ] ( https://github.com/jupyter-server/jupyter-resource-usage/pull/230 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
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=2023-08-29&to=2024-03-12&type=c ) )
16+
17+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Ablink1073+updated%3A2023-08-29..2024-03-12&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Apre-commit-ci+updated%3A2023-08-29..2024-03-12&type=Issues )
18+
19+ <!-- <END NEW CHANGELOG ENTRY> -->
20+
521## 1.0.1
622
723([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@1.0.0...bd0d80160d4e4588644e842e06a279442c245340 ) )
2036
2137[ @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 )
2238
23- <!-- <END NEW CHANGELOG ENTRY> -->
24-
2539## 1.0.0
2640
2741([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@0.7.2...1cf0e15ed06ce37d8fd4883464beb902fb562d86 ) )
Original file line number Diff line number Diff line change 1- __version__ = "1.0.1 "
1+ __version__ = "1.0.2 "
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter-server/resource-usage" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.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 @@ -100,7 +100,7 @@ npm = [
100100]
101101
102102[tool .tbump .version ]
103- current = " 1.0.1 "
103+ current = " 1.0.2 "
104104regex = '''
105105 (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
106106 ((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
You can’t perform that action at this time.
0 commit comments