summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Isidoro <denisidoro@users.noreply.github.com>2023-04-08 21:45:38 -0300
committerGitHub <noreply@github.com>2023-04-08 21:45:38 -0300
commita72add9d8038ac037b1cb81d6b7872748003eb02 (patch)
treeeecf818bfc91a810b263805746229bca53800087
parent4f63f30ed7b90e33c7c152af1f4e8a58b4c13f41 (diff)
Bump to 2.22.0 (#823)
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--tests/no_prompt_cheats/cases.cheat2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 824684b..1416d9c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -429,7 +429,7 @@ dependencies = [
[[package]]
name = "navi"
-version = "2.21.0"
+version = "2.22.0"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 25e5d1d..f78a831 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "navi"
-version = "2.21.0"
+version = "2.22.0"
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
edition = "2021"
description = "An interactive cheatsheet tool for the command-line"
diff --git a/tests/no_prompt_cheats/cases.cheat b/tests/no_prompt_cheats/cases.cheat
index 83c5bd4..f1caeb2 100644
--- a/tests/no_prompt_cheats/cases.cheat
+++ b/tests/no_prompt_cheats/cases.cheat
@@ -5,7 +5,7 @@
# trivial case -> "foo"
echo "foo"
-# map -> "_foo_"
+# map with underscores -> "_foo_"
echo "<map1>"
# expand -> "foo"