diff --git a/Cargo.lock b/Cargo.lock index 73c5898..876e51f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,7 +171,7 @@ dependencies = [ [[package]] name = "gitrack" -version = "1.0.0" +version = "1.1.0" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index b930681..85d86d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitrack" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["containerscrew info@containerscrew.com"] repository = "https://github.com/containerscrew/gitrack" diff --git a/Makefile b/Makefile index f108142..4394384 100644 --- a/Makefile +++ b/Makefile @@ -24,3 +24,6 @@ install: ## Install binary uninstall: ## Uninstall binary cargo uninstall ${BINARY_NAME} + +build: ## Build binary + cargo build --release --locked