This document outlines the versioning strategy for the OpenTelemetry eBPF Profiler project.
This project is currently under active development. As such, users should be aware that significant changes, including breaking API modifications, may occur at any time.
Automatic version tags are generated on a monthly basis to reflect ongoing development progress.
This project adheres to Semantic Versioning 2.
Major Version Zero (0.y.z): While the project is in its initial development phase, the major version will remain 0. Anything MAY change at any time. The public API SHOULD NOT be considered stable. Users are advised to exercise caution and expect potential breaking changes without prior notice during this phase.
The format for automatically generated tags currently follows v0.0.x, where x represents the year followed by the week number.
-
v0.0.202501would indicate the first week of 2025. -
v0.0.202515would indicate the fifteenth week of 2025.