From 649f53cc7d07ade95383f0276e26b4cd16978067 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 May 2020 21:21:56 +0000 Subject: [PATCH] chore(release): 0.6.5 [skip ci] ## [0.6.5](https://github.com/saltstack-formulas/golang-formula/compare/v0.6.4...v0.6.5) (2020-05-21) ### Bug Fixes * **config:** godoc command not in go1.14 ([97e3f3a](https://github.com/saltstack-formulas/golang-formula/commit/97e3f3ac1586b8d81a6b0130c10431abc9d428f9)) ### Continuous Integration * **tests:** fix and simplify tests ([e4fb434](https://github.com/saltstack-formulas/golang-formula/commit/e4fb4340b95a4c5866d75cb593ae17acd92ddfa3)) --- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/CHANGELOG.rst | 15 +++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d582c7..7d2a9f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.5](https://github.com/saltstack-formulas/golang-formula/compare/v0.6.4...v0.6.5) (2020-05-21) + + +### Bug Fixes + +* **config:** godoc command not in go1.14 ([97e3f3a](https://github.com/saltstack-formulas/golang-formula/commit/97e3f3ac1586b8d81a6b0130c10431abc9d428f9)) + + +### Continuous Integration + +* **tests:** fix and simplify tests ([e4fb434](https://github.com/saltstack-formulas/golang-formula/commit/e4fb4340b95a4c5866d75cb593ae17acd92ddfa3)) + ## [0.6.4](https://github.com/saltstack-formulas/golang-formula/compare/v0.6.3...v0.6.4) (2020-05-21) diff --git a/FORMULA b/FORMULA index 910205a..0d07aa0 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: golang os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 0.6.4 +version: 0.6.5 release: 1 minimum_version: 2016.11 summary: golang formula diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ea0ef44..3e74a08 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.6.5 `_ (2020-05-21) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **config:** godoc command not in go1.14 (\ `97e3f3a `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **tests:** fix and simplify tests (\ `e4fb434 `_\ ) + `0.6.4 `_ (2020-05-21) --------------------------------------------------------------------------------------------------------