Skip to content

Commit 0e1b836

Browse files
author
github-actions
committed
0.3.5
Automatically generated by python-semantic-release
1 parent 5b9876b commit 0e1b836

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33

44

5+
## v0.3.5 (2023-09-01)
6+
7+
### Fix
8+
9+
* fix: name map undescore methods that shouldn't be used (#11) ([`5b9876b`](https://github.com/tutorintelligence/urdf-compose/commit/5b9876b25fba165ab228674a5e06e61d3c49a522))
10+
11+
### Unknown
12+
13+
* Update README.md ([`c495ea1`](https://github.com/tutorintelligence/urdf-compose/commit/c495ea1e38ab3d256198173d664ccc2e32f2e830))
14+
15+
* Update README.md ([`f69496f`](https://github.com/tutorintelligence/urdf-compose/commit/f69496fbc0b4601006136d8ca76de6c2efec1545))
16+
17+
* Update README.md ([`7b9096e`](https://github.com/tutorintelligence/urdf-compose/commit/7b9096ec9f6ef9fb23c17350be68b775379ee193))
18+
19+
520
## v0.3.4 (2023-08-31)
621

722
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "urdf-compose"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
description = "Package for dynamically composing URDFs"
55
authors = [
66
"Zev Minsky-Primus <zev@tutorintelligence.com>",

urdf_compose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
globally_enable_check_urdf,
2323
)
2424

25-
__version__ = "0.3.4"
25+
__version__ = "0.3.5"
2626

2727
__all__ = [
2828
"URDFObj",

0 commit comments

Comments
 (0)