Skip to content

Commit 0e18035

Browse files
authored
versioning info (#373) (#376)
Signed-off-by: Christian Henkel <[email protected]> (cherry picked from commit 4f5ae69)
1 parent 1490115 commit 0e18035

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ Diagnostics messages that are not aggregated can be visualized by [`rqt_runtime_
3939
- **Iron Irwini** by the [`ros2-iron` branch](https://github.com/ros/diagnostics/tree/ros2-iron)
4040
- **Jazzy Jalisco** by the [`ros2-jazzy` branch](https://github.com/ros/diagnostics/tree/ros2-jazzy)
4141

42+
# Versioning and Releases
43+
44+
- (__X__.0.0) We use the major version number to indicate a breaking change.
45+
- (0.__Y__.0) The minor version number is used to differentiate between different ROS distributions:
46+
- x.__0__.z: Humble Hawksbill
47+
- x.__1__.z: Iron Irwini
48+
- x.__2__.z: Jazzy Jalisco
49+
- x.__3__.z: Rolling Ridley
50+
- Future releases (Kilted Kaiju 05/25) will get x.__3__.z and _Rolling_ will be incremented accordingly.
51+
- (0.0.__Z__) The patch version number is used for changes in the current ROS distribution that do not affect the API.
52+
4253
# License
4354

4455
The source code is released under a [BSD 3-Clause license](LICENSE).

0 commit comments

Comments
 (0)