Skip to content

Commit

Permalink
Release 2.0.0-rc.6 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Oct 27, 2022
1 parent 4d2cffd commit 16e9a14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- markdownlint-disable-next-line line-length -->
## [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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

---
Expand Down Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion build/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 16e9a14

Please sign in to comment.