From b7478c3c1a6a430b99913439f77f5bfd9621fe9b Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 6 Mar 2022 21:48:24 -0400 Subject: [PATCH] chore: prepare for v1.0.2 release --- CHANGELOG.md | 5 +++++ vars.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9810b7c..a9945e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 🎀 Changelog +## [1.0.2] - 2021-03-06 +### Fixed +- Cases where Hilbish's history directory doesn't exist will no longer cause a panic + ## [1.0.1] - 2021-03-06 ### Fixed - Using `hilbish.appendPath` will no longer result in string spam (debugging thing left being) @@ -378,6 +382,7 @@ This input for example will prompt for more input to complete: First "stable" release of Hilbish. +[1.0.2]: https://github.com/Rosettea/Hilbish/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/Rosettea/Hilbish/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/Rosettea/Hilbish/compare/v0.7.1...v1.0.0 [0.7.1]: https://github.com/Rosettea/Hilbish/compare/v0.7.0...v0.7.1 diff --git a/vars.go b/vars.go index 6537137..b76e491 100644 --- a/vars.go +++ b/vars.go @@ -2,7 +2,7 @@ package main // String vars that are free to be changed at compile time var ( - version = "v1.0.1" + version = "v1.0.2" defaultConfDir = "" // ~ will be substituted for home, path for user's default config defaultHistDir = "" commonRequirePaths = "';./libs/?/init.lua;./?/init.lua;./?/?.lua'"