From 0582fbd30c75e5915108df0183ac05747c69a7d9 Mon Sep 17 00:00:00 2001 From: sammyette Date: Tue, 30 Jul 2024 19:26:35 -0400 Subject: [PATCH] chore: prepare v2.3.2 --- CHANGELOG.md | 7 ++++++- vars.go | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbeb482..14e4d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # 🎀 Changelog +## [2.3.2] - 2024-07-30 +### Fixed +- Command path searching due to 2.3 changes to the shell interpreter + ## [2.3.1] - 2024-07-27 [hehe when you see it release](https://youtu.be/AaAF51Gwbxo?si=rhj2iYuQRkqDa693&t=64) ### Added -- `nature.opts.tips` was added to display random tips on start up. +- `hilbish.opts.tips` was added to display random tips on start up. Displayed tips can be modified via the `hilbish.tips` table. ### Fixed @@ -769,6 +773,7 @@ This input for example will prompt for more input to complete: First "stable" release of Hilbish. +[2.3.1]: https://github.com/Rosettea/Hilbish/compare/v2.3.1...v2.3.2 [2.3.1]: https://github.com/Rosettea/Hilbish/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/Rosettea/Hilbish/compare/v2.2.3...v2.3.0 [2.2.3]: https://github.com/Rosettea/Hilbish/compare/v2.2.2...v2.2.3 diff --git a/vars.go b/vars.go index 6b4bba8..5398eb8 100644 --- a/vars.go +++ b/vars.go @@ -11,7 +11,7 @@ var ( // Version info var ( - ver = "v2.3.1" + ver = "v2.3.2" releaseName = "Alyssum" gitCommit string