From b598d3859f26440fe0b40b84ccb5cc87872c608a Mon Sep 17 00:00:00 2001 From: Greg Dlugoszewski Date: Thu, 3 Jun 2021 15:07:56 +0200 Subject: [PATCH] Bump Go version and update changelog for v0.5.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bceb32a..7c42af8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.0] - 2021-06-03 +### Changed +- [#15](https://github.com/grdl/git-get/pull/15) Bump Go version to 1.16. + + ## [0.4.0] - 2020-09-02 ### Added - `--scheme` flag for `git get` to set the default scheme to use when scheme is missing from the URL. @@ -90,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release using [goreleaser](https://github.com/goreleaser/goreleaser). +[0.5.0]: https://github.com/grdl/git-get/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/grdl/git-get/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/grdl/git-get/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/grdl/git-get/compare/v0.1.0...v0.2.0