Skip to content

Commit b70a220

Browse files
committed
Publish 0.2.1
SHA256 hashes: jupyterlab_urdf-0.2.1-py3-none-any.whl: 3f57ed8030d43b098204e966426bae1fb9aab70ecc4c05e315730b9a1417d147 jupyterlab_urdf-0.2.1.tar.gz: 8b1a8f2f442fffcbb8a5a7d6acc686936219ec0bafc6d3205236fd77b0be390f jupyterlab_urdf-0.2.1.tgz: e293f788cb604204fe5437bc247abfc3a257687aa073f5e1c31ec90ae6626e09
1 parent 3602f83 commit b70a220

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.2.1
6+
7+
([Full Changelog](https://github.com/ihuicatl/jupyterlab-urdf/compare/v0.2.0...3602f83946e864c522863ffec0ef78a6b8612d24))
8+
9+
### Enhancements made
10+
11+
- Enable syntax highlighting for URDFs [#26](https://github.com/ihuicatl/jupyterlab-urdf/pull/26) ([@ihuicatl](https://github.com/ihuicatl))
12+
13+
### Bugs fixed
14+
15+
- Enable syntax highlighting for URDFs [#26](https://github.com/ihuicatl/jupyterlab-urdf/pull/26) ([@ihuicatl](https://github.com/ihuicatl))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/ihuicatl/jupyterlab-urdf/graphs/contributors?from=2022-09-22&to=2022-10-11&type=c))
20+
21+
[@ihuicatl](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Aihuicatl+updated%3A2022-09-22..2022-10-11&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.2.0
626

727
([Full Changelog](https://github.com/ihuicatl/jupyterlab-urdf/compare/v0.1.2...1c83122721711101f1973080b98eb7a359aebb6d))
@@ -20,8 +40,6 @@
2040

2141
[@github-actions](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Agithub-actions+updated%3A2022-07-29..2022-09-22&type=Issues) | [@ihuicatl](https://github.com/search?q=repo%3Aihuicatl%2Fjupyterlab-urdf+involves%3Aihuicatl+updated%3A2022-07-29..2022-09-22&type=Issues)
2242

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2543
## 0.1.2
2644

2745
([Full Changelog](https://github.com/ihuicatl/jupyterlab-urdf/compare/v0.1.1...36b5a10537e1d507d69decc6e39b80b4a20b88e1))

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

0 commit comments

Comments
 (0)