Skip to content

Commit

Permalink
Publish 0.3.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ihuicatl committed Aug 24, 2023
1 parent cc8f203 commit ab47a61
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 204 deletions.
33 changes: 31 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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

## 0.3.0

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

### Enhancements made

- Replace Amphion with URDF Loaders and Three.js [#30](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/30) ([@ihuicatl](https://github.com/ihuicatl))
- Migrate to JupyterLab 4 [#29](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/29) ([@ihuicatl](https://github.com/ihuicatl))

### Bugs fixed

- Replace Amphion with URDF Loaders and Three.js [#30](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/30) ([@ihuicatl](https://github.com/ihuicatl))

### Documentation improvements

- Troubleshoot readthedocs build [#35](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/35) ([@ihuicatl](https://github.com/ihuicatl))
- Fix readthedocs build [#34](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/34) ([@ihuicatl](https://github.com/ihuicatl))
- Update Documentation [#32](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/32) ([@ihuicatl](https://github.com/ihuicatl))

### Other merged PRs

- Update homepage links to reflect transfer [#28](https://github.com/jupyter-robotics/jupyterlab-urdf/pull/28) ([@ihuicatl](https://github.com/ihuicatl))

### Contributors to this release

([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))

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.2.1

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

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.2.0

([Full Changelog](https://github.com/jupyter-robotics/jupyterlab-urdf/compare/v0.1.2...1c83122721711101f1973080b98eb7a359aebb6d))
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_urdf/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by Hatchling. As such, do not:
# - modify
# - track in version control e.g. be sure to add to .gitignore
__version__ = VERSION = '0.2.1'
__version__ = VERSION = '0.3.0'
Loading

0 comments on commit ab47a61

Please sign in to comment.