git commit -m "first commit"

This commit is contained in:
2026-05-28 10:29:58 +07:00
commit 167c52aeb6
2048 changed files with 740251 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
Change history
==============
1.0.6 (2017-04-04)
------------------
* Remove Python ``install_requires`` option.
* Fix minor catkin lint issues.
1.0.5 (2015-04-17)
------------------
* Alter C++ unique_id functions to work in multiple cpp files (`#7`_).
1.0.4 (2014-04-30)
------------------
1.0.3 (2013-07-24)
------------------
* Make unit tests conditional on ``CATKIN_ENABLE_TESTING``.
1.0.2 (2013-07-18)
-------------------
1.0.1 (2013-03-25)
-------------------
* Fix catkin Python install problem (`#4`_).
1.0.0 (2013-03-18)
-------------------
* Hydro release.
* Convert to catkin (`#1`_).
0.9.0 (2013-01-03)
------------------
* Initial release to Groovy.
* Add support for C++ interface using boost uuid package.
0.8.0 (2012-07-19)
------------------
* Initial release to Fuerte.
* Supports Python interface based on standard uuid package, but no
C++ API yet.
.. _`#1`: https://github.com/ros-geographic-info/unique_identifier/issues/1
.. _`#4`: https://github.com/ros-geographic-info/unique_identifier/issues/4
.. _`#7`: https://github.com/ros-geographic-info/unique_identifier/issues/7