summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2024-03-16 10:25:15 -0400
committerDan Davison <dandavison7@gmail.com>2024-03-16 10:25:15 -0400
commit13c8219799be3291ed592a9bd00e707577fbf6f6 (patch)
tree70d1cc9bd74e2be0ce99c9dafa3ce792f3c8502f
parenta6cd23c48fd2d7c33461f85117d1fb4a7f43bb66 (diff)
Bump version0.17.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6c9bbe93..260c6a79 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -496,7 +496,7 @@ dependencies = [
[[package]]
name = "git-delta"
-version = "0.16.5"
+version = "0.17.0"
dependencies = [
"ansi_colours",
"ansi_term",
diff --git a/Cargo.toml b/Cargo.toml
index 35e3469a..d55c68e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
homepage = "https://github.com/dandavison/delta"
license = "MIT"
repository = "https://github.com/dandavison/delta"
-version = "0.16.5"
+version = "0.17.0"
[[bin]]
name = "delta"