mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-27 07:53:23 +00:00
chore: prepare for v2.0
This commit is contained in:
parent
ad94be925c
commit
787d6c082f
@ -1,6 +1,6 @@
|
||||
# 🎀 Changelog
|
||||
|
||||
## Unreleased
|
||||
## [2.0.0] - 2022-12-20
|
||||
**NOTES FOR USERS/PACKAGERS UPDATING:**
|
||||
- Hilbish now uses [Task] insead of Make for builds.
|
||||
- The doc format has been changed from plain text to markdown.
|
||||
@ -600,6 +600,7 @@ This input for example will prompt for more input to complete:
|
||||
|
||||
First "stable" release of Hilbish.
|
||||
|
||||
[2.0.0]: https://github.com/Rosettea/Hilbish/compare/v1.2.0...v2.0.0
|
||||
[2.0.0-rc1]: https://github.com/Rosettea/Hilbish/compare/v1.2.0...v2.0.0-rc1
|
||||
[1.2.0]: https://github.com/Rosettea/Hilbish/compare/v1.1.4...v1.2.0
|
||||
[1.1.0]: https://github.com/Rosettea/Hilbish/compare/v1.0.4...v1.1.0
|
||||
|
2
vars.go
2
vars.go
@ -11,7 +11,7 @@ var (
|
||||
|
||||
// Version info
|
||||
var (
|
||||
ver = "v2.0.0-rc1"
|
||||
ver = "v2.0.0"
|
||||
releaseName = "Hibiscus"
|
||||
gitCommit string
|
||||
gitBranch string
|
||||
|
Loading…
x
Reference in New Issue
Block a user