26 lines
627 B
Markdown
26 lines
627 B
Markdown
---
|
|
sidebar_position: 0
|
|
description: "Description of the versioning specification"
|
|
---
|
|
|
|
# About
|
|
The **StarOpenSource Versioning Specification** (or **SOSVS** for short) specifies a versioning system compatible with the [semantic versioning system](https://semver.org).
|
|
|
|
## Versions
|
|
<table>
|
|
<tr>
|
|
<th>Version</th>
|
|
<th>Released</th>
|
|
<th>Links</th>
|
|
</tr>
|
|
<tr>
|
|
<th>1</th>
|
|
<th>02.03.2024</th>
|
|
<th><a href="/specifications/versioning/versions/1/">Spec</a></th>
|
|
</tr>
|
|
<tr>
|
|
<th>2</th>
|
|
<th>24.08.2024</th>
|
|
<th><a href="/specifications/versioning/versions/2/">Spec</a></th>
|
|
</tr>
|
|
</table>
|