File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 0.6.4
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@0.6.3...c355a2b5c57dc930ddb5e2b7b33ef85bcaee8f03 ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Bump loader-utils from 1.4.0 to 1.4.1 [ #157 ] ( https://github.com/jupyter-server/jupyter-resource-usage/pull/157 ) ([ @dependabot ] ( https://github.com/dependabot ) )
12
+ - Prep for releaser v2 [ #154 ] ( https://github.com/jupyter-server/jupyter-resource-usage/pull/154 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13
+
14
+ ### Contributors to this release
15
+
16
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter-resource-usage/graphs/contributors?from=2022-10-06&to=2022-11-14&type=c ) )
17
+
18
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Ablink1073+updated%3A2022-10-06..2022-11-14&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Adependabot+updated%3A2022-10-06..2022-11-14&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Apre-commit-ci+updated%3A2022-10-06..2022-11-14&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Awelcome+updated%3A2022-10-06..2022-11-14&type=Issues )
19
+
20
+ <!-- <END NEW CHANGELOG ENTRY> -->
21
+
5
22
## 0.6.3
6
23
7
24
([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@0.6.2...f2366db3a26109832ad0e2ff1f2a8d3488c9dee7 ) )
23
40
24
41
[ @casparvl ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Acasparvl+updated%3A2022-08-24..2022-10-06&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Adependabot+updated%3A2022-08-24..2022-10-06&type=Issues ) | [ @jtpio ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Ajtpio+updated%3A2022-08-24..2022-10-06&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Apre-commit-ci+updated%3A2022-08-24..2022-10-06&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Awelcome+updated%3A2022-08-24..2022-10-06&type=Issues )
25
42
26
- <!-- <END NEW CHANGELOG ENTRY> -->
27
-
28
43
## 0.6.2
29
44
30
45
([ Full Changelog] ( https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/resource-usage@0.6.1...d6edf6a8a94b5740670368c6ad91299049e5a34f ) )
Original file line number Diff line number Diff line change 1
- __version__ = "0.6.3 "
1
+ __version__ = "0.6.4 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter-server/resource-usage" ,
3
- "version" : " 0.6.3 " ,
3
+ "version" : " 0.6.4 " ,
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 @@ -19,7 +19,7 @@ source_dir = "packages/labextension"
19
19
build_dir = " jupyter_resource_usage/labextension"
20
20
21
21
[tool .tbump .version ]
22
- current = " 0.6.3 "
22
+ current = " 0.6.4 "
23
23
regex = '''
24
24
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
25
25
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
You can’t perform that action at this time.
0 commit comments