Skip to content

Commit da38b93

Browse files
committed
Publish 0.3.1
SHA256 hashes: jupyterlab-urdf-0.3.1.tgz: 1bb17e351d9696321b76e2963d4cbe35a1ab31c4c96013e81684dad7f5ac0e23 jupyterlab_urdf-0.3.1-py3-none-any.whl: 477e6e18487f9034429085ab19385f69506b946626030e485c3e80ec635a148d jupyterlab_urdf-0.3.1.tar.gz: baaa33fda4f97237278b383e83915c30bd7eb28b7ea11b87eb4f97ce0cd5ba27
1 parent 3f4f652 commit da38b93

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.3.1
6+
7+
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.3.0...3f4f652a927fabd73e503b4d17b4228a4bd15923))
8+
9+
### Bugs fixed
10+
11+
- Fix grid height resetting [#42](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/42) ([@ihuicatl](https://github.com/ihuicatl))
12+
13+
### Documentation improvements
14+
15+
- Revert "Update extension version for JupyterLite" [#38](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/38) ([@ihuicatl](https://github.com/ihuicatl))
16+
- Update extension version for JupyterLite [#37](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/37) ([@ihuicatl](https://github.com/ihuicatl))
17+
- Change docs theme to renku [#36](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/36) ([@ihuicatl](https://github.com/ihuicatl))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-urdf/graphs/contributors?from=2023-08-24&to=2023-11-17&type=c))
22+
23+
[@github-actions](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2023-08-24..2023-11-17&type=Issues) | [@ihuicatl](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Aihuicatl+updated%3A2023-08-24..2023-11-17&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 0.3.0
628

729
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.2.1...cc8f20317ae5fdbeea9f280270ad4f5d6034639f))
@@ -31,8 +53,6 @@
3153

3254
[@github-actions](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2022-10-11..2023-08-24&type=Issues) | [@ihuicatl](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Aihuicatl+updated%3A2022-10-11..2023-08-24&type=Issues)
3355

34-
<!-- <END NEW CHANGELOG ENTRY> -->
35-
3656
## 0.2.1
3757

3858
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.2.0...3602f83946e864c522863ffec0ef78a6b8612d24))

jupyterlab_urdf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by Hatchling. As such, do not:
22
# - modify
33
# - track in version control e.g. be sure to add to .gitignore
4-
__version__ = VERSION = '0.3.0'
4+
__version__ = VERSION = '0.3.1'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-urdf",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A URDF viewer and editor extension for JupyterLab.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)