Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog #14

Merged
merged 3 commits into from
May 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 75 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package example_interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.2 (2021-04-06)
------------------
* Change links from index.ros.org -> docs.ros.org. (`#13 <https://github.com/ros2/example_interfaces/issues/13>`_)
* Contributors: Chris Lalancette

0.9.1 (2021-03-18)
------------------
* Update maintainer. (`#12 <https://github.com/ros2/example_interfaces/issues/12>`_)
* Contributors: Jacob Perron

0.9.0 (2020-05-26)
------------------
* Migrate content from std_msgs. (`#11 <https://github.com/ros2/example_interfaces/issues/11>`_)
* Contributors: Tully Foote

0.8.0 (2020-04-30)
------------------
* Update tutorial link. (`#9 <https://github.com/ros2/example_interfaces/issues/9>`_)
* Add mapping for rospy_tutorials/AddTwoInts.srv. (`#7 <https://github.com/ros2/example_interfaces/issues/7>`_)
* Contributors: Claire Wang, Dirk Thomas

0.7.1 (2019-05-29)
------------------
* Remove the action_msgs dependency CMake code. (`#6 <https://github.com/ros2/example_interfaces/issues/6>`_)
* Contributors: Jacob Perron

0.7.0 (2019-04-14)
------------------
* Add section about DCO to CONTRIBUTING.md.
* Contributors: Dirk Thomas

0.6.2 (2019-02-08)
------------------
* Remove action mapping for ROS 1. (`#5 <https://github.com/ros2/example_interfaces/issues/5>`_)
* Contributors: Jacob Perron

0.6.1 (2018-12-06)
------------------
* Add Fibonacci.action. (`#4 <https://github.com/ros2/example_interfaces/issues/4>`_)
* Contributors: Jacob Perron

0.6.0 (2018-11-19)
------------------
* Use add_compile_options instead of setting only cxx flags
* Contributors: Mikael Arguedas

0.5.0 (2018-06-25)
------------------
* Advise to ask questions on ROS answers in issue template.
* Contributors: Mikael Arguedas

0.4.0 (2017-12-08)
------------------
* Member of rosidl_interfaces_packages group. (`#2 <https://github.com/ros2/example_interfaces/issues/2>`_)
* Add issue template.
* Use CMAKE_X_STANDARD and check compiler rather than platform.
* Restore contrib, license, and readme after moving.
* Add pedantic flag.
* Comment mapping_rules.yaml. (`#156 <https://github.com/ros2/examples/issues/156>`_)
* Read dummy message workaround. (`#155 <https://github.com/ros2/examples/issues/155>`_)
* Messages and services mappings moved to one file.
* Cpp14. (`#147 <https://github.com/ros2/examples/issues/147>`_)
* Remove unused LargeFixed msg. (`#150 <https://github.com/ros2/examples/issues/150>`_)
* Added a service mapping rule. (`#136 <https://github.com/ros2/examples/issues/136>`_)
* Update schema url in manifest files.
* Add schema to manifest files.
* Require CMake 3.5.
* Add explicit build type.
* Raise warning level.
* Major refactor of examples and message packages
* Contributors: Dirk Thomas, Jackie Kay, Mikael Arguedas, Morgan Quigley, Rafal Kozik, William Woodall, dhood