1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

doc: update README with versioning information

This commit is contained in:
Saúl Ibarra Corretgé 2014-08-29 10:32:16 +02:00
parent e524f89beb
commit 49ec7ca213

View File

@ -34,6 +34,11 @@ used by Mozilla's [Rust language](http://www.rust-lang.org/),
* Threading and synchronization primitives
## Versioning
Starting with version 1.0.0 libuv follows the [semantic versioning](http://semver.org/)
scheme. The API change and backwards compatiblity rules are those indicated by
SemVer. libuv will keel a stable ABI across major releases.
## Community