From 48848aa317718b04b2674dc256d61853322518b2 Mon Sep 17 00:00:00 2001 From: Gael Girodon Date: Sun, 9 Oct 2022 00:37:32 +0200 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 5 +++++ internal/console/console.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 488748d..2e4b01b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 0.6.0 - 2022-10-09 + +- Add tests and migrate CI +- Update dependencies + ## 0.5.0 - 2022-03-25 - Update dependencies diff --git a/internal/console/console.go b/internal/console/console.go index 18ab437..3c8ad73 100644 --- a/internal/console/console.go +++ b/internal/console/console.go @@ -14,7 +14,7 @@ const ( // AppName is the application name. AppName = "liege" // Version is the application version number. - Version = "0.5.0" + Version = "0.6.0" // RootEnvVar is the name of the environment variable to set the root server directory. RootEnvVar = "LIEGE_ROOT" // PortEnvVar is the name of the environment variable to set the server port.