From 5ec4adf27e3038ff62abe636cb2c5ec3a3b9adba Mon Sep 17 00:00:00 2001 From: Sheldon Hull Date: Mon, 17 Oct 2022 20:00:54 -0500 Subject: [PATCH] docs: update changelog and rerelease --- .changes/v0.0.14.md | 6 ++++++ CHANGELOG.md | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/.changes/v0.0.14.md b/.changes/v0.0.14.md index d1ec5d42..f51fbb2a 100644 --- a/.changes/v0.0.14.md +++ b/.changes/v0.0.14.md @@ -20,3 +20,9 @@ - Removed much of the tooling for toolist that is non-critical. Most tools now use self resolving binary install so that initialization is not required. For other gopls VSCode handles, and Aqua is a great way to also install with a much faster processing time as it doesn't install from source, but instead uses binary release downloads. + + +### CI + +- Improve changelog release output. +- Improve the testing to report codecoverage. diff --git a/CHANGELOG.md b/CHANGELOG.md index 298425e9..c0aead9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,11 @@ and is generated by [Changie](https://github.com/miniscruff/changie). Most tools now use self resolving binary install so that initialization is not required. For other gopls VSCode handles, and Aqua is a great way to also install with a much faster processing time as it doesn't install from source, but instead uses binary release downloads. +### CI + +- Improve changelog release output. +- Improve the testing to report codecoverage. + ## v0.0.13 - 2022-10-13 ### Added