From 89b2e777448e97855a7530f50196e4791ae51dcc Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 26 Jun 2024 21:45:05 -0600 Subject: [PATCH] prep for release --- .version | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 35520ec..5d7996f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -VERSION=v0.4.5 +VERSION=v0.5.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 391b473..439af2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v0.5.0](https://github.com/stackus/goht/compare/v0.4.5...v0.5.0) - 2024-06-26 + ### Changed - Require tabs for indentation in GoHT templates. This aligns the indentation style with Go's standard formatting. - Require templates to be indented at a minimum of one level. The initial indent must be one level.