summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-05-06 08:34:51 +0200
committerCanop <cano.petrole@gmail.com>2022-05-06 08:34:51 +0200
commitc6b4eea7fb6074ea9a1217d0c8b3a6dba382d9a0 (patch)
tree180c6b7d200f6ed86434ccd8174c48f408c46daf
parent3ce8d6ef231dd6e50ab050051a5b387b7920e272 (diff)
version 1.12.0v1.12.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--src/pattern/exact_pattern.rs1
4 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93d4c82..22ea342 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-### next
+### v1.12.0 - 2022-05-05
+<a name="v1.12.0"></a>
- `:stage_all_files` internal, adding to the staging area all the files verifying the current pattern. Mapped by default to ctrl-a
### v1.11.1 - 2022-04-04
diff --git a/Cargo.lock b/Cargo.lock
index 8f380ec..dc6766a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -140,7 +140,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "broot"
-version = "1.12.0-dev"
+version = "1.12.0"
dependencies = [
"ahash 0.7.6",
"ansi_colours",
diff --git a/Cargo.toml b/Cargo.toml
index 71d6907..87dc2e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.12.0-dev"
+version = "1.12.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
diff --git a/src/pattern/exact_pattern.rs b/src/pattern/exact_pattern.rs
index f129e9f..4f383f3 100644
--- a/src/pattern/exact_pattern.rs
+++ b/src/pattern/exact_pattern.rs
@@ -127,4 +127,3 @@ impl ExactPattern {
}
}
-