From 559d61739f76edd70d9a71b144236550d3b6d3e2 Mon Sep 17 00:00:00 2001 From: Songmu Date: Sun, 22 May 2022 03:30:29 +0900 Subject: [PATCH] Checking in changes prior to tagging of version v0.20.8 ## [v0.20.8](https://github.com/Songmu/godzil/compare/v0.20.7...v0.20.8) (2022-05-22) * remove unintentionally remained coveralls settings [#77](https://github.com/Songmu/godzil/pull/77) ([Songmu](https://github.com/Songmu)) --- CHANGELOG.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad50cb..0409e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.20.8](https://github.com/Songmu/godzil/compare/v0.20.7...v0.20.8) (2022-05-22) + +* remove unintentionally remained coveralls settings [#77](https://github.com/Songmu/godzil/pull/77) ([Songmu](https://github.com/Songmu)) + ## [v0.20.7](https://github.com/Songmu/godzil/compare/v0.20.6...v0.20.7) (2022-05-06) * build with go 1.18 and update metafiles [#76](https://github.com/Songmu/godzil/pull/76) ([Songmu](https://github.com/Songmu)) diff --git a/version.go b/version.go index ef30355..b0ffac6 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package godzil -const version = "0.20.7" +const version = "0.20.8" var revision = "HEAD"