Commit ac7c974 1 parent 7fc3f4a commit ac7c974 Copy full SHA for ac7c974
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 🎀 Changelog
2
2
3
- ## Unreleased
3
+ ## [ 2.3.3 ] - 2024-11-04
4
4
### Fixed
5
5
- Heredocs having issues
6
6
@@ -780,7 +780,8 @@ This input for example will prompt for more input to complete:
780
780
781
781
First " stable" release of Hilbish.
782
782
783
- [2.3.1]: https://github.com/Rosettea/Hilbish/compare/v2.3.1...v2.3.2
783
+ [2.3.3]: https://github.com/Rosettea/Hilbish/compare/v2.3.2...v2.3.3
784
+ [2.3.2]: https://github.com/Rosettea/Hilbish/compare/v2.3.1...v2.3.2
784
785
[2.3.1]: https://github.com/Rosettea/Hilbish/compare/v2.3.0...v2.3.1
785
786
[2.3.0]: https://github.com/Rosettea/Hilbish/compare/v2.2.3...v2.3.0
786
787
[2.2.3]: https://github.com/Rosettea/Hilbish/compare/v2.2.2...v2.2.3
Original file line number Diff line number Diff line change 11
11
12
12
// Version info
13
13
var (
14
- ver = "v2.3.2 "
14
+ ver = "v2.3.3 "
15
15
releaseName = "Alyssum"
16
16
17
17
gitCommit string
You can’t perform that action at this time.
0 commit comments