Skip to content

Commit

Permalink
chore: prepare v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TorchedSammy committed Jul 30, 2024
1 parent 137efe5 commit 0582fbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var (

// Version info
var (
ver = "v2.3.1"
ver = "v2.3.2"
releaseName = "Alyssum"

gitCommit string
Expand Down

0 comments on commit 0582fbd

Please sign in to comment.