Skip to content

Commit 456e30e

Browse files
New release v1.1.0
1 parent caf6125 commit 456e30e

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitrack"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = ["containerscrew info@containerscrew.com"]
66
repository = "https://github.com/containerscrew/gitrack"

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ install: ## Install binary
2424

2525
uninstall: ## Uninstall binary
2626
cargo uninstall ${BINARY_NAME}
27+
28+
build: ## Build binary
29+
cargo build --release --locked

0 commit comments

Comments
 (0)