bump to 0.2.5
- SHA
2a6d6997fdc4dde920f176a591bb8a4b109b030a- Parents
-
9f525f8 - Tree
35fd757
2a6d699
2a6d6997fdc4dde920f176a591bb8a4b109b030a9f525f8
35fd757| 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 | 291 | [[package]] |
| 292 | 292 | name = "gump" |
| 293 | -version = "0.2.4" | |
| 293 | +version = "0.2.5" | |
| 294 | 294 | dependencies = [ |
| 295 | 295 | "bincode", |
| 296 | 296 | "chrono", |
Cargo.tomlmodified@@ -1,6 +1,6 @@ | ||
| 1 | 1 | [package] |
| 2 | 2 | name = "gump" |
| 3 | -version = "0.2.4" | |
| 3 | +version = "0.2.5" | |
| 4 | 4 | edition = "2021" |
| 5 | 5 | description = "A smarter cd command - zoxide without the z" |
| 6 | 6 | authors = ["mfwolffe"] |
gump.specmodified@@ -1,5 +1,5 @@ | ||
| 1 | 1 | Name: gump |
| 2 | -Version: 0.2.4 | |
| 2 | +Version: 0.2.5 | |
| 3 | 3 | Release: 1%{?dist} |
| 4 | 4 | Summary: A smarter cd command using frecency |
| 5 | 5 | |
@@ -43,6 +43,9 @@ echo "" | ||
| 43 | 43 | %{_bindir}/gump |
| 44 | 44 | |
| 45 | 45 | %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 | + | |
| 46 | 49 | * Tue Jan 28 2026 mfw <espadonne@outlook.com> - 0.2.4-1 |
| 47 | 50 | - Version bump to 0.2.4 |
| 48 | 51 | - Bug fixes and improvements |