Skip to content

Commit 36fe658

Browse files
committed
Publish 0.3.2
SHA256 hashes: jupyterlab-urdf-0.3.2.tgz: b4a56f23f2d7d3406533d8d863fb9d5c0b2cd2fff0dd492271ffe3def329b34d jupyterlab_urdf-0.3.2-py3-none-any.whl: 02b7c12e43b2378216a2e32d5750145fc037d35bc2081bb9e28e6a97ce89cafd jupyterlab_urdf-0.3.2.tar.gz: ea3fa7f469ff9931bb2c391fd3a728a2534e645af588b66a952ca17436158152
1 parent 77fe93e commit 36fe658

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

CHANGELOG.md

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

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

5+
## 0.3.2
6+
7+
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.3.0...77fe93e220010ec5e4e871494f063c991411c331))
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+
### Maintenance and upkeep improvements
14+
15+
- Update workflows [#43](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/43) ([@ihuicatl](https://github.com/ihuicatl))
16+
17+
### Documentation improvements
18+
19+
- Revert "Update extension version for JupyterLite" [#38](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/38) ([@ihuicatl](https://github.com/ihuicatl))
20+
- Update extension version for JupyterLite [#37](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/37) ([@ihuicatl](https://github.com/ihuicatl))
21+
- Change docs theme to renku [#36](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/36) ([@ihuicatl](https://github.com/ihuicatl))
22+
23+
### Contributors to this release
24+
25+
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-urdf/graphs/contributors?from=2023-08-24&to=2023-11-27&type=c))
26+
27+
[@github-actions](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2023-08-24..2023-11-27&type=Issues) | [@ihuicatl](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Aihuicatl+updated%3A2023-08-24..2023-11-27&type=Issues)
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
531
## 0.3.1
632

733
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.3.0...3f4f652a927fabd73e503b4d17b4228a4bd15923))
@@ -22,8 +48,6 @@
2248

2349
[@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)
2450

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2751
## 0.3.0
2852

2953
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.2.1...cc8f20317ae5fdbeea9f280270ad4f5d6034639f))

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.1'
4+
__version__ = VERSION = '0.3.2'

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.1",
3+
"version": "0.3.2",
44
"description": "A URDF viewer and editor extension for JupyterLab.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)