File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 🎀 Changelog
2
2
3
- ## Unreleased
3
+ ## [ 2.3.4 ] - 2024-12-28
4
4
### Fixed
5
5
- 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
6
7
7
8
## [ 2.3.3] - 2024-11-04
8
9
### Fixed
@@ -784,6 +785,7 @@ This input for example will prompt for more input to complete:
784
785
785
786
First " stable" release of Hilbish.
786
787
788
+ [2.3.4]: https://github.com/Rosettea/Hilbish/compare/v2.3.3...v2.3.4
787
789
[2.3.3]: https://github.com/Rosettea/Hilbish/compare/v2.3.2...v2.3.3
788
790
[2.3.2]: https://github.com/Rosettea/Hilbish/compare/v2.3.1...v2.3.2
789
791
[2.3.1]: https://github.com/Rosettea/Hilbish/compare/v2.3.0...v2.3.1
Original file line number Diff line number Diff line change 11
11
12
12
// Version info
13
13
var (
14
- ver = "v2.3.3 "
14
+ ver = "v2.3.4 "
15
15
releaseName = "Alyssum"
16
16
17
17
gitCommit string
You can’t perform that action at this time.
0 commit comments