chore: bump version related things

pull/335/merge v2.3.4
sammyette 2024-12-28 19:56:17 -04:00
parent 13e6d180f8
commit 14a600f922
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# 🎀 Changelog
## Unreleased
## [2.3.4] - 2024-12-28
### Fixed
- Skip over file and prevent panic if info cannot be retrieved during file completion (due to permission error or anything else)
- Apply environment variables properly after 2.3 shell interpreter changes
## [2.3.3] - 2024-11-04
### Fixed
@ -784,6 +785,7 @@ This input for example will prompt for more input to complete:
First "stable" release of Hilbish.
[2.3.4]: https://github.com/Rosettea/Hilbish/compare/v2.3.3...v2.3.4
[2.3.3]: https://github.com/Rosettea/Hilbish/compare/v2.3.2...v2.3.3
[2.3.2]: 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

View File

@ -11,7 +11,7 @@ var (
// Version info
var (
ver = "v2.3.3"
ver = "v2.3.4"
releaseName = "Alyssum"
gitCommit string