Skip to content

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 1, 2023
1 parent 5b9876b commit 0e1b836
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v0.3.5 (2023-09-01)

### Fix

* fix: name map undescore methods that shouldn't be used (#11) ([`5b9876b`](https://github.com/tutorintelligence/urdf-compose/commit/5b9876b25fba165ab228674a5e06e61d3c49a522))

### Unknown

* Update README.md ([`c495ea1`](https://github.com/tutorintelligence/urdf-compose/commit/c495ea1e38ab3d256198173d664ccc2e32f2e830))

* Update README.md ([`f69496f`](https://github.com/tutorintelligence/urdf-compose/commit/f69496fbc0b4601006136d8ca76de6c2efec1545))

* Update README.md ([`7b9096e`](https://github.com/tutorintelligence/urdf-compose/commit/7b9096ec9f6ef9fb23c17350be68b775379ee193))


## v0.3.4 (2023-08-31)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "urdf-compose"
version = "0.3.4"
version = "0.3.5"
description = "Package for dynamically composing URDFs"
authors = [
"Zev Minsky-Primus <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion urdf_compose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
globally_enable_check_urdf,
)

__version__ = "0.3.4"
__version__ = "0.3.5"

__all__ = [
"URDFObj",
Expand Down

0 comments on commit 0e1b836

Please sign in to comment.