summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2023-07-12 17:10:34 -0700
committerWilfred Hughes <me@wilfred.me.uk>2023-07-12 17:10:34 -0700
commit2d2a1484fdb731fa7853423a74f930dd6be3e73f (patch)
tree2ae6786abb675682cfd5d894a0bc4b9d52b4c680
parent49e2aed1adada5d12ad83a5e9a1fe58e4cba7201 (diff)
Roll version
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2adf5ad05..839715fff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
-## 0.48 (unreleased)
+## 0.49 (unreleased)
+
+## 0.48 (released 12th July 2023)
### Parsing
diff --git a/Cargo.lock b/Cargo.lock
index 2711be4d2..e9c992013 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -234,7 +234,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "difftastic"
-version = "0.48.0"
+version = "0.49.0"
dependencies = [
"assert_cmd",
"bumpalo",
diff --git a/Cargo.toml b/Cargo.toml
index 44220187c..dfd095fed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ description = "A structural diff that understands syntax."
repository = "https://github.com/wilfred/difftastic"
homepage = "http://difftastic.wilfred.me.uk/"
license = "MIT"
-version = "0.48.0"
+version = "0.49.0"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]