Skip to content

Commit 14a600f

Browse files
committed
chore: bump version related things
1 parent 13e6d18 commit 14a600f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# 🎀 Changelog
22

3-
## Unreleased
3+
## [2.3.4] - 2024-12-28
44
### Fixed
55
- Skip over file and prevent panic if info cannot be retrieved during file completion (due to permission error or anything else)
6+
- Apply environment variables properly after 2.3 shell interpreter changes
67

78
## [2.3.3] - 2024-11-04
89
### Fixed
@@ -784,6 +785,7 @@ This input for example will prompt for more input to complete:
784785
785786
First "stable" release of Hilbish.
786787
788+
[2.3.4]: https://github.com/Rosettea/Hilbish/compare/v2.3.3...v2.3.4
787789
[2.3.3]: https://github.com/Rosettea/Hilbish/compare/v2.3.2...v2.3.3
788790
[2.3.2]: https://github.com/Rosettea/Hilbish/compare/v2.3.1...v2.3.2
789791
[2.3.1]: https://github.com/Rosettea/Hilbish/compare/v2.3.0...v2.3.1

Diff for: vars.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var (
1111

1212
// Version info
1313
var (
14-
ver = "v2.3.3"
14+
ver = "v2.3.4"
1515
releaseName = "Alyssum"
1616

1717
gitCommit string

0 commit comments

Comments
 (0)