Skip to content

Commit ab47a61

Browse files
committed
Publish 0.3.0
SHA256 hashes: jupyterlab-urdf-0.3.0.tgz: 48d110012ad9e47dd3211fd294fb7e80985cb9024596d6e29a18d0cfd90ac976 jupyterlab_urdf-0.3.0-py3-none-any.whl: 9715e1e25d7faf21e6634011598354630455b7e5fb176e4f1282e94984c09e0c jupyterlab_urdf-0.3.0.tar.gz: 1c180a5ca7a9b779fb6b39d91063bf015f04f4ed0c57fd363c8510f3c153e201
1 parent cc8f203 commit ab47a61

File tree

3 files changed

+233
-204
lines changed

3 files changed

+233
-204
lines changed

CHANGELOG.md

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

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

5+
## 0.3.0
6+
7+
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.2.1...cc8f20317ae5fdbeea9f280270ad4f5d6034639f))
8+
9+
### Enhancements made
10+
11+
- Replace Amphion with URDF Loaders and Three.js [#30](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/30) ([@ihuicatl](https://github.com/ihuicatl))
12+
- Migrate to JupyterLab 4 [#29](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/29) ([@ihuicatl](https://github.com/ihuicatl))
13+
14+
### Bugs fixed
15+
16+
- Replace Amphion with URDF Loaders and Three.js [#30](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/30) ([@ihuicatl](https://github.com/ihuicatl))
17+
18+
### Documentation improvements
19+
20+
- Troubleshoot readthedocs build [#35](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/35) ([@ihuicatl](https://github.com/ihuicatl))
21+
- Fix readthedocs build [#34](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/34) ([@ihuicatl](https://github.com/ihuicatl))
22+
- Update Documentation [#32](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/32) ([@ihuicatl](https://github.com/ihuicatl))
23+
24+
### Other merged PRs
25+
26+
- Update homepage links to reflect transfer [#28](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/28) ([@ihuicatl](https://github.com/ihuicatl))
27+
28+
### Contributors to this release
29+
30+
([GitHub contributors page for this release](https://github.com/jupyter-robotics/jupyterlab-urdf/graphs/contributors?from=2022-10-11&to=2023-08-24&type=c))
31+
32+
[@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)
33+
34+
<!-- <END NEW CHANGELOG ENTRY> -->
35+
536
## 0.2.1
637

738
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.2.0...3602f83946e864c522863ffec0ef78a6b8612d24))
@@ -20,8 +51,6 @@
2051

2152
[@ihuicatl](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Aihuicatl+updated%3A2022-09-22..2022-10-11&type=Issues)
2253

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2554
## 0.2.0
2655

2756
([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.1.2...1c83122721711101f1973080b98eb7a359aebb6d))

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.2.1'
4+
__version__ = VERSION = '0.3.0'

0 commit comments

Comments
 (0)