Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.1 KB

CHANGELOG.rst

File metadata and controls

27 lines (22 loc) · 1.1 KB

Changelog for package genmypy

0.3.2 (2023-04-08)

  • Need genpy init file to be generated before generating mypy module init file (#45, thanks @mikaelarguedas!)
  • Upgrade dev dependencies (#46)

0.3.1 (2021-05-09)

  • Use bytes for uint8[] field (#40)
  • Use bytes in serialize/deserialize methods (#39)
  • Generate type aliases for request_class and response_class (#37)

0.3.0 (2021-05-05)

  • Rename genpyi to genmypy (#35)

0.2.0 (2021-05-01)

  • Generate py.typed in catkin built packages (#30)
  • Make package catkin compatible (#29)

0.1.0 (2021-04-29)

  • Initial commit