mirror of
https://github.com/TECHNOFAB11/bump2version.git
synced 2025-12-11 23:50:08 +01:00
* update Cargo.lock * better error message when failed to get current version from config * should bump to version specified by --new-version if present * fix: update docs && add CI --------- Co-authored-by: 莫仲华 <mozhonghua@qiyi.com>
5 lines
112 B
Rust
5 lines
112 B
Rust
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
|
#![doc = include_str!("../README.md")]
|
|
|
|
pub mod cli;
|
|
pub mod utils;
|