tenseleyflow/gump / 2a6d699

Browse files

bump to 0.2.5

Authored by espadonne
SHA
2a6d6997fdc4dde920f176a591bb8a4b109b030a
Parents
9f525f8
Tree
35fd757

3 changed files

StatusFile+-
M Cargo.lock 1 1
M Cargo.toml 1 1
M gump.spec 4 1
Cargo.lockmodified
@@ -290,7 +290,7 @@ dependencies = [
290290
 
291291
 [[package]]
292292
 name = "gump"
293
-version = "0.2.4"
293
+version = "0.2.5"
294294
 dependencies = [
295295
  "bincode",
296296
  "chrono",
Cargo.tomlmodified
@@ -1,6 +1,6 @@
11
 [package]
22
 name = "gump"
3
-version = "0.2.4"
3
+version = "0.2.5"
44
 edition = "2021"
55
 description = "A smarter cd command - zoxide without the z"
66
 authors = ["mfwolffe"]
gump.specmodified
@@ -1,5 +1,5 @@
11
 Name:           gump
2
-Version:        0.2.4
2
+Version:        0.2.5
33
 Release:        1%{?dist}
44
 Summary:        A smarter cd command using frecency
55
 
@@ -43,6 +43,9 @@ echo ""
4343
 %{_bindir}/gump
4444
 
4545
 %changelog
46
+* Sun Mar 08 2026 mfw <espadonne@outlook.com> - 0.2.5-1
47
+- Improve error message when editor not found in gump edit
48
+
4649
 * Tue Jan 28 2026 mfw <espadonne@outlook.com> - 0.2.4-1
4750
 - Version bump to 0.2.4
4851
 - Bug fixes and improvements