From 4e882b376b8d6b9c07a7b837813a55fafb71a700 Mon Sep 17 00:00:00 2001 From: sammyette Date: Sat, 20 Jul 2024 09:36:42 -0400 Subject: [PATCH] chore: update version info --- CHANGELOG.md | 3 ++- vars.go | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b97e2a0..eb95cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/vars.go b/vars.go index 1be257c..bad94db 100644 --- a/vars.go +++ b/vars.go @@ -11,8 +11,8 @@ var ( // Version info var ( - ver = "v2.2.3" - releaseName = "Poppy" + ver = "v2.3.0" + releaseName = "Alyssum" gitCommit string gitBranch string