Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.31 KB

ChangeLog.md

File metadata and controls

42 lines (26 loc) · 1.31 KB

Package Generator ChangeLog

The versioning used is Sentimental versioning.

[4.0.0] 2022-08-31

Modified

  • Adjusted code to get compatibility with noetic
  • noetic-devel is to be the main branch
  • previous master branch is renamed melodic-devel (compatibility with kinetic as well)
  • Any update will be only done onto the noetic-devel branch.

[3.0.0] 2020-01-30

Modified

  • The template name is not anymore provided as input parameter to generate_package. It is now a parameter to the package within the interface file. So that a generation / update call only requires the xml file, nothing more.

[2.1.0] 2020-01-14

Added

  • It is now possible to use the Jinja2 generator. A Template designer can select the custom and /or the jinja2 generator. This does not affect the Developer.

[2.0.0] 2019-12-22

Modified

  • In the XML specification, term node is replaced by component. Remove "term" restriction to nodes, and enables considering other packages types. This change is also affecting the package templates.

[0.0.1]: 2019-12-09