Change semver policy for the library

This commit is contained in:
Félix Saparelli 2021-05-01 03:56:16 +12:00
parent b761118c19
commit aeab4159d4
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 3 additions and 8 deletions

View File

@ -1,13 +1,8 @@
//! Watchexec: the library
//! [Watchexec]: the library
//!
//! This is the library version of the CLI tool [watchexec]. The tool is
//! implemented with this library, but the purpose of the watchexec project is
//! to deliver the CLI tool, instead of focusing on the library interface first
//! and foremost. **For this reason, semver guarantees do _not_ apply to this
//! library.** Please use exact version matching, as this API may break even
//! between patch point releases. This policy may change in the future.
//! From version 1.16.0, semver applies!
//!
//! [watchexec]: https://github.com/watchexec/watchexec
//! [Watchexec]: https://github.com/watchexec/watchexec
#![doc(html_favicon_url = "https://raw.githubusercontent.com/watchexec/watchexec/main/doc/logo.svg")]
#![doc(html_logo_url = "https://raw.githubusercontent.com/watchexec/watchexec/main/doc/logo.svg")]