bump to 0.2.7
- SHA
43c114d071754a1d2fdac810fd11f7c7132d7164- Parents
-
eaa264b - Tree
52f1e1a
43c114d
43c114d071754a1d2fdac810fd11f7c7132d7164eaa264b
52f1e1a| Status | File | + | - |
|---|---|---|---|
| M |
Cargo.lock
|
1 | 1 |
| M |
Cargo.toml
|
1 | 1 |
| M |
gump.spec
|
4 | 1 |
Cargo.lockmodified@@ -290,7 +290,7 @@ dependencies = [ | |||
| 290 | 290 | ||
| 291 | [[package]] | 291 | [[package]] |
| 292 | name = "gump" | 292 | name = "gump" |
| 293 | -version = "0.2.6" | 293 | +version = "0.2.7" |
| 294 | dependencies = [ | 294 | dependencies = [ |
| 295 | "bincode", | 295 | "bincode", |
| 296 | "chrono", | 296 | "chrono", |
Cargo.tomlmodified@@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "gump" | 2 | name = "gump" |
| 3 | -version = "0.2.6" | 3 | +version = "0.2.7" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "A smarter cd command - zoxide without the z" | 5 | description = "A smarter cd command - zoxide without the z" |
| 6 | authors = ["mfwolffe"] | 6 | authors = ["mfwolffe"] |
gump.specmodified@@ -1,5 +1,5 @@ | |||
| 1 | Name: gump | 1 | Name: gump |
| 2 | -Version: 0.2.5 | 2 | +Version: 0.2.7 |
| 3 | Release: 1%{?dist} | 3 | Release: 1%{?dist} |
| 4 | Summary: A smarter cd command using frecency | 4 | Summary: A smarter cd command using frecency |
| 5 | 5 | ||
@@ -43,6 +43,9 @@ echo "" | |||
| 43 | %{_bindir}/gump | 43 | %{_bindir}/gump |
| 44 | 44 | ||
| 45 | %changelog | 45 | %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 | + | ||
| 46 | * Sun Mar 08 2026 mfw <espadonne@outlook.com> - 0.2.5-1 | 49 | * Sun Mar 08 2026 mfw <espadonne@outlook.com> - 0.2.5-1 |
| 47 | - Improve error message when editor not found in gump edit | 50 | - Improve error message when editor not found in gump edit |
| 48 | 51 | ||