[go: up one dir, main page]

File: VERSIONING.md

package info (click to toggle)
fastdds 3.3.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,540 kB
  • sloc: cpp: 793,735; xml: 15,283; python: 5,902; sh: 219; makefile: 95; ansic: 12
file content (9 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
Versioning policy declaration
=============================

Starting on v2.0.0, the version numbers for this library will adhere to the versioning policies defined by [Semantic Versioning](https://semver.org/).

This means that API breaks should only happen between major version changes.
If an ABI break is required, it should be done between minor versions, and it should be clearly stated on the release notes.

A file with the changes included on each version can be found [here](versions.md)