summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-01-22 08:49:10 -0500
committerDan Davison <dandavison7@gmail.com>2022-01-22 08:49:10 -0500
commite806fec89f185a0c65da4d74bd8477d7f43e9e80 (patch)
treeba2a68d109b0932f7ac401b82c7639187fa1b58e
parent6c7bc2b5e3b1fb39d9273907795d4169ac234de4 (diff)
Bump version
-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 703deba3..d729f139 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -354,7 +354,7 @@ dependencies = [
[[package]]
name = "git-delta"
-version = "0.11.3"
+version = "0.12.0"
dependencies = [
"ansi_colours",
"ansi_term",
diff --git a/Cargo.toml b/Cargo.toml
index 9c301dda..fb634097 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.11.3"
+version = "0.12.0"
[[bin]]
name = "delta"