Skip to content

Commit

Permalink
New release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Aug 23, 2024
1 parent caf6125 commit 456e30e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ install: ## Install binary

uninstall: ## Uninstall binary
cargo uninstall ${BINARY_NAME}

build: ## Build binary
cargo build --release --locked

0 comments on commit 456e30e

Please sign in to comment.