Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.64 KB

CHANGELOG.rst

File metadata and controls

41 lines (34 loc) · 1.64 KB

Changelog for package mqtt_bridge

0.2.1 (2020-12-31)

  • fix build dependency (#43)
  • Contributors: Junya Hayashi

0.2.0 (2020-12-31)

  • migrate to Python 3 (#25)
  • Contributors: Christopher Mayershofer, Junya Hayashi, Yuma Mihira

0.1.8 (2020-12-31)

  • configure rostest and run it on circleci (#41)
  • split requirements.txt (#38)
  • add unittests (#37)
  • Fix 'install_requires' warning when building with --install (#32)
  • Contributors: Jacob Seibert, Junya Hayashi

0.1.7 (2020-06-21)

  • Fix mqtt subscribing to private path (#27)
  • Fix frequency limit (#26)
  • Add bson module in requirements.txt (#10)
  • Fix Bridge not to fall when ros msg cannot be created (#4)
  • Contributors: 5tan, Junya Hayashi, Tomas Cernik, Yuma Mihira, kapilPython

0.1.6 (2017-11-10)

  • fix if frequency is none (#2)

0.1.5 (2016-12-07)

  • Update configurations

0.1.0 (2016-12-04)

  • Initial Release