summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-05-13 12:32:12 -0400
committerDan Davison <dandavison7@gmail.com>2022-05-13 12:32:21 -0400
commit03d99a56781e71579af8a23d67d233927f87c19e (patch)
treea1af8930444a81f831d1c6257facfe87e48d79b3
parenta8c79aa9de00e61dd2a92ac53923984391c461ae (diff)
Bump version0.13.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 94788573..b4cffe45 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -514,7 +514,7 @@ dependencies = [
[[package]]
name = "git-delta"
-version = "0.12.2"
+version = "0.13.0"
dependencies = [
"ansi_colours",
"ansi_term",
diff --git a/Cargo.toml b/Cargo.toml
index 0ed99402..d2d35015 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.12.2"
+version = "0.13.0"
[[bin]]
name = "delta"