tenseleyflow/gump / 43c114d

Browse files

bump to 0.2.7

Authored by espadonne
SHA
43c114d071754a1d2fdac810fd11f7c7132d7164
Parents
eaa264b
Tree
52f1e1a

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.6"
293
+version = "0.2.7"
294294
 dependencies = [
295295
  "bincode",
296296
  "chrono",
Cargo.tomlmodified
@@ -1,6 +1,6 @@
11
 [package]
22
 name = "gump"
3
-version = "0.2.6"
3
+version = "0.2.7"
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.5
2
+Version:        0.2.7
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
+* Thu Mar 20 2026 mfw <espadonne@outlook.com> - 0.2.7-1
47
+- Fix import_entry to canonicalize paths, improve import diagnostics
48
+
4649
 * Sun Mar 08 2026 mfw <espadonne@outlook.com> - 0.2.5-1
4750
 - Improve error message when editor not found in gump edit
4851