Skip to content

Commit

Permalink
Release v0.4.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
dertseha committed May 26, 2021
1 parent 3e35b9d commit bdd3a6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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).

## [Unreleased](https://github.com/goyek/goyek/compare/v0.3.0...HEAD)
## [Unreleased](https://github.com/goyek/goyek/compare/v0.4.0...HEAD)

## [0.4.0](https://github.com/goyek/goyek/compare/v0.3.0...v0.4.0) - 2021-05-26

### Added

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
[![codecov](https://codecov.io/gh/goyek/goyek/branch/main/graph/badge.svg)](https://codecov.io/gh/goyek/goyek)
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)

> :warning: The `main` branch contains **new features**.
> Here is the [**README for the latest release**](https://github.com/goyek/goyek/blob/v0.3.0/README.md).
Table of Contents:

- [goyek](#goyek)
Expand Down
1 change: 1 addition & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Create a pull request named `Release v<version>` that does the following:
- Change the `Unreleased` header to represent the new release.
- Consider adding a description for the new release.
Especially if it adds new features or introduces breaking changes.
- Add a new `Unreleased` header above the new release, with no details.

## Release

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.15
require (
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.40.1
github.com/goyek/goyek v0.3.0
github.com/goyek/goyek v0.4.0
mvdan.cc/gofumpt v0.1.1
)

Expand Down

0 comments on commit bdd3a6d

Please sign in to comment.