Add semver policy statement

This commit is contained in:
Félix Saparelli 2019-10-27 22:54:44 +13:00
parent 3766114f40
commit 8e84eb6b04
No known key found for this signature in database
GPG Key ID: 25940898BB90EA51
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
//! 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.
#[macro_use]
extern crate clap;
extern crate env_logger;