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 @@ -53,6 +53,23 @@ voila --token=my-secret-token notebook.ipynb
53
53
54
54
<!-- <START NEW CHANGELOG ENTRY> -->
55
55
56
+ ## 0.5.0
57
+
58
+ ([ Full Changelog] ( https://github.com/voila-dashboards/voila/compare/v0.5.0rc0...96bffae6b5885b2bfd80983cf7026e177270ff80 ) )
59
+
60
+ ### Documentation improvements
61
+
62
+ - Add highlights section to changelog [ #1382 ] ( https://github.com/voila-dashboards/voila/pull/1382 ) ([ @trungleduc ] ( https://github.com/trungleduc ) )
63
+ - Update documentation [ #1381 ] ( https://github.com/voila-dashboards/voila/pull/1381 ) ([ @trungleduc ] ( https://github.com/trungleduc ) )
64
+
65
+ ### Contributors to this release
66
+
67
+ ([ GitHub contributors page for this release] ( https://github.com/voila-dashboards/voila/graphs/contributors?from=2023-08-10&to=2023-08-17&type=c ) )
68
+
69
+ [ @github-actions ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2023-08-10..2023-08-17&type=Issues ) | [ @trungleduc ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2023-08-10..2023-08-17&type=Issues )
70
+
71
+ <!-- <END NEW CHANGELOG ENTRY> -->
72
+
56
73
## 0.5.0rc0
57
74
58
75
([ Full Changelog] ( https://github.com/voila-dashboards/voila/compare/v0.5.0b1...8a46a250263e2d54ed252fdf01ba2e9be573f59d ) )
@@ -75,8 +92,6 @@ voila --token=my-secret-token notebook.ipynb
75
92
76
93
[ @github-actions ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Agithub-actions+updated%3A2023-08-03..2023-08-10&type=Issues ) | [ @jtpio ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Ajtpio+updated%3A2023-08-03..2023-08-10&type=Issues ) | [ @martinRenou ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3AmartinRenou+updated%3A2023-08-03..2023-08-10&type=Issues ) | [ @trungleduc ] ( https://github.com/search?q=repo%3Avoila-dashboards%2Fvoila+involves%3Atrungleduc+updated%3A2023-08-03..2023-08-10&type=Issues )
77
94
78
- <!-- <END NEW CHANGELOG ENTRY> -->
79
-
80
95
## 0.5.0b1
81
96
82
97
([ Full Changelog] ( https://github.com/voila-dashboards/voila/compare/@voila-dashboards/jupyterlab-preview@2.3.0-beta.0...a9c29a8f8f07f08ad165fc1bcbf87ca9bd09895e ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @voila-dashboards/jupyterlab-preview" ,
3
- "version" : " 2.3.0-rc.0 " ,
3
+ "version" : " 2.3.0" ,
4
4
"description" : " A JupyterLab preview extension for Voilà" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @voila-dashboards/voila" ,
3
- "version" : " 0.5.0-rc.0 " ,
3
+ "version" : " 0.5.0" ,
4
4
"description" : " The Voilà Frontend" ,
5
5
"author" : " Voilà contributors" ,
6
6
"license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 14
14
from collections import namedtuple
15
15
16
16
# Use "hatch version xx.yy.zz" to handle version changes
17
- __version__ = "0.5.0rc0 "
17
+ __version__ = "0.5.0 "
18
18
19
19
# PEP440 version parser
20
20
_version_regex = re .compile (
You can’t perform that action at this time.
0 commit comments