chore: update version info

pull/315/head
sammyette 2024-07-20 09:36:42 -04:00
parent 5f8d942f0a
commit 4e882b376b
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# 🎀 Changelog
## Unreleased
## [2.3.0] - 2024-07-20
### Added
- `fs.pipe` function to get a pair of connected files (a pipe).
- Added an alternative 2nd parameter to `hilbish.run`, which is `streams`.
@ -751,6 +751,7 @@ This input for example will prompt for more input to complete:
First "stable" release of Hilbish.
[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
[2.2.2]: https://github.com/Rosettea/Hilbish/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/Rosettea/Hilbish/compare/v2.2.0...v2.2.1

View File

@ -11,8 +11,8 @@ var (
// Version info
var (
ver = "v2.2.3"
releaseName = "Poppy"
ver = "v2.3.0"
releaseName = "Alyssum"
gitCommit string
gitBranch string