Skip to content

Latest commit

 

History

History
125 lines (57 loc) · 4.42 KB

CHANGELOG.md

File metadata and controls

125 lines (57 loc) · 4.42 KB

CHANGELOG

v0.4.1 (2024-07-16)

Fix

  • fix: Fixed bug with composing multiple urdfs to specific positions (#13) (5d25bdb)

v0.4.0 (2023-12-05)

Feature

  • feat: better logging/error messages (#12) (42a7eff)

Unknown

v0.3.5 (2023-09-01)

Fix

  • fix: name map undescore methods that shouldn't be used (#11) (5b9876b)

Unknown

v0.3.4 (2023-08-31)

Fix

  • fix: strip dependencies (#10) (1b61a82)

v0.3.3 (2023-08-31)

Fix

  • fix: dont add materials randomly (#9) (ff5bbb1)

v0.3.2 (2023-08-31)

Fix

  • fix: handle str passed to explicit urdf obj (#8) (a09eef3)

v0.3.1 (2023-08-31)

Fix

  • fix: check urdf use correctly (#7) (a5481b7)

Unknown

v0.3.0 (2023-08-31)

Chore

  • chore: desc update (#6) (db10d71)

Feature

  • feat: remove urdf tree (#5) (615e1e9)

v0.2.1 (2023-08-19)

Fix

  • fix: add readme and license to pyproject.toml (#4) (a19f9ff)

v0.2.0 (2023-08-19)

Feature

  • feat: publish to pypi (#3) (5d4abf8)

v0.1.0 (2023-08-18)

Chore

Fix

Unknown