bump2version/src/lib.rs
Mo Zhonghua 017a228f6b
should bump to version specified by --new-version if present (#3)
* 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>
2024-11-14 05:56:12 +02:00

5 lines
112 B
Rust

#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![doc = include_str!("../README.md")]
pub mod cli;
pub mod utils;