summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-01-07 18:52:12 +0100
committerCanop <cano.petrole@gmail.com>2021-01-07 18:52:12 +0100
commit5976582336094c612534ae8d97952b067c508255 (patch)
tree953d883eb6a4cff815558fe5d77980b59c72cf28
parentfe901eecc52c672289949e7adfa03d8d0b7e804d (diff)
version 1.1.11v1.1.11
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a44321e..396e867 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-### next
+<a name="v1.1.11"></a>
+### v1.1.11 - 2021-01-07
- fix handling of rules starting with '/' in the global gitignore - Fix #321
- alt-c now mapped to the new :copy_line verb which, when in tree, puts the selected path in the clipboard and, when in text preview, puts the selected text line in the clipboard - Fix #322
- it's possible to define verb execution patterns as arrays instead of simple strings, to avoid having to escape quotes - Fix #319
diff --git a/Cargo.lock b/Cargo.lock
index 23b7a6b..4cc2f03 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -115,7 +115,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "1.1.11-dev"
+version = "1.1.11"
dependencies = [
"ansi_colours",
"base64 0.13.0",
diff --git a/Cargo.toml b/Cargo.toml
index 53f9f1a..ef70e97 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.1.11-dev"
+version = "1.1.11"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"