Skip to content

Commit 398aa35

Browse files
committed
Publish 0.6.0
SHA256 hashes: jupyterlab-urdf-0.6.0.tgz: 85519817b18ed3d335ee7ee8f2b8ce25900ef0a84b683a13aad1655cead5cc2e jupyterlab_urdf-0.6.0-py3-none-any.whl: 6890d8e4f35f14f2bf3726ab0d67d2eba983c2aee183eb8b36498419b704063d jupyterlab_urdf-0.6.0.tar.gz: a0ef3f50e70ab5d234b04b2a48d9c23ea6d42928b827a748712803b9aeab1ecd
1 parent a66e7b8 commit 398aa35

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.6.0
6+
7+
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.5.0...a66e7b86276c50b909904bffd74de1bc6cc9f33a))
8+
9+
### Enhancements made
10+
11+
- Now opens editor and viewer [#83](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/83) ([@Yahiewi](https://github.com/Yahiewi))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Bump brace-expansion from 2.0.1 to 2.0.2 in /ui-tests [#92](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/92) ([@dependabot](https://github.com/dependabot))
16+
- Update workflows [#89](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/89) ([@IsabelParedes](https://github.com/IsabelParedes))
17+
18+
### Documentation improvements
19+
20+
- Update urdf version in docs [#90](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/90) ([@IsabelParedes](https://github.com/IsabelParedes))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-urdf/graphs/contributors?from=2025-05-27&to=2025-06-15&type=c))
25+
26+
[@dependabot](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Adependabot+updated%3A2025-05-27..2025-06-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2025-05-27..2025-06-15&type=Issues) | [@IsabelParedes](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3AIsabelParedes+updated%3A2025-05-27..2025-06-15&type=Issues) | [@Yahiewi](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3AYahiewi+updated%3A2025-05-27..2025-06-15&type=Issues)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 0.5.0
631

732
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.4.0...b2a669fc6f7116683ccf2adf101e9b302179f0ae))
@@ -50,8 +75,6 @@
5075

5176
[@dependabot](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Adependabot+updated%3A2024-07-15..2025-05-27&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2024-07-15..2025-05-27&type=Issues) | [@IsabelParedes](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3AIsabelParedes+updated%3A2024-07-15..2025-05-27&type=Issues) | [@mosfet80](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3Amosfet80+updated%3A2024-07-15..2025-05-27&type=Issues) | [@Yahiewi](https://github.com/search?q=repo%3Ajupyter-robotics%2Fjupyterlab-urdf+involves%3AYahiewi+updated%3A2024-07-15..2025-05-27&type=Issues)
5277

53-
<!-- <END NEW CHANGELOG ENTRY> -->
54-
5578
## 0.4.0
5679

5780
### Bugs fixed

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

0 commit comments

Comments
 (0)