diff --git a/.gitignore b/.gitignore index 5af836c..895143a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ /dist /target tags +test +test +test diff --git a/Cargo.lock b/Cargo.lock index 1b8ac32..b00ba11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,7 +325,7 @@ dependencies = [ [[package]] name = "gitig" -version = "0.1.2" +version = "0.1.3" dependencies = [ "directories", "error-chain", diff --git a/Cargo.toml b/Cargo.toml index 4b20fcd..3f07f98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitig" -version = "0.1.2" +version = "0.1.3" authors = ["Marcel Schneider "] edition = "2018" diff --git a/src/main.rs b/src/main.rs index cb7afa9..122213b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -75,7 +75,7 @@ fn main() { .timestamp(opts.boilerplate.timestamp.unwrap_or(stderrlog::Timestamp::Off)) .init() .expect("initializing logging output"); - trace!("Initialized logging"); + trace!("Initialized logging, {} v{}", env!("CARGO_PKG_NAME"), env!("CARGO_PKG_VERSION")); trace!("Starting with application"); if let Err(ref e) = app::main(opts) {