diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f4007fb..c239a820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) as well as to [Module version numbering](https://go.dev/doc/modules/version-numbers). -## [Unreleased](https://github.com/goyek/goyek/compare/v2.0.0-rc.5...HEAD) +## [Unreleased](https://github.com/goyek/goyek/compare/v2.0.0-rc.6...HEAD) + + +## [2.0.0-rc.6](https://github.com/goyek/goyek/compare/v2.0.0-rc.5...v2.0.0-rc.6) - 2022-10-27 ### Added diff --git a/README.md b/README.md index 7b64dd74..b94d83a8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Please ⭐ `Star` this repository if you find it valuable and worth maintaining. --- -This README documents the latest `v2.0.0-rc.5` release. +This README documents the latest `v2.0.0-rc.6` release. The documentation for `v1.1.0` can be found on [pkg.go.dev](https://pkg.go.dev/github.com/goyek/goyek). --- @@ -194,8 +194,8 @@ Simply add them to your repository's root directory and make sure to add the `+x` permission: ```sh -curl -sSfL https://raw.githubusercontent.com/goyek/goyek/v2.0.0-rc.5/goyek.sh -O -curl -sSfL https://raw.githubusercontent.com/goyek/goyek/v2.0.0-rc.5/goyek.ps1 -O +curl -sSfL https://raw.githubusercontent.com/goyek/goyek/v2.0.0-rc.6/goyek.sh -O +curl -sSfL https://raw.githubusercontent.com/goyek/goyek/v2.0.0-rc.6/goyek.ps1 -O git add --chmod=+x goyek.sh goyek.ps1 ``` diff --git a/build/go.mod b/build/go.mod index a7aa82fd..c2ecc415 100644 --- a/build/go.mod +++ b/build/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/client9/misspell v0.3.4 github.com/golangci/golangci-lint v1.50.1 - github.com/goyek/goyek/v2 v2.0.0-rc.5 + github.com/goyek/goyek/v2 v2.0.0-rc.6 github.com/mattn/go-shellwords v1.0.12 )