summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-01-23 11:35:43 +0100
committerCanop <cano.petrole@gmail.com>2022-01-23 11:35:43 +0100
commit93273606de88fa76623a1a2e69f68c42e077f1de (patch)
tree26cff0f84881d1994b664f0d351aef27f30bccae
parent746d33946bcdde7ae552f9ed040ef284e0769c5a (diff)
version 1.9.2
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
3 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8d4f46..2498c9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-### next
+### v1.9.2 - 2022-01-23
+<a name="v1.9.2"></a>
- instead of crashing on syntect panic in code preview, fall back to unstyled text - Fix #485
- fix files in worktree missing from git statuses - Fix #428
diff --git a/Cargo.lock b/Cargo.lock
index 175f0cd..0968eb8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -140,7 +140,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "broot"
-version = "1.9.2-dev"
+version = "1.9.2"
dependencies = [
"ahash 0.7.6",
"ansi_colours",
diff --git a/Cargo.toml b/Cargo.toml
index 4ebb6df..6cd7f7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.9.2-dev"
+version = "1.9.2"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
@@ -54,7 +54,7 @@ smallvec = "1.6"
splitty = "0.1"
strict = "0.1.4"
# syntect = "4.6"
-syntect = { git = "https://github.com/Canop/syntect", branch = "version-4.6" }
+syntect = { git = "https://github.com/Canop/syntect", branch = "version-4.6" } # no panicky fork
tempfile = "3.2"
termimad = "0.20.0"
terminal-clipboard = { version = "0.3.1", optional = true }