Skip to content

Commit

Permalink
Merge pull request #76 from k1LoW/tagpr-from-v1.3.0
Browse files Browse the repository at this point in the history
Release for v1.4.0
  • Loading branch information
k1LoW authored Apr 21, 2023
2 parents 23dcb7e + 3aacef1 commit 93b422e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v1.4.0](https://github.com/k1LoW/gh-setup/compare/v1.3.0...v1.4.0) - 2023-04-21
- Support bzip2 by @k1LoW in https://github.com/k1LoW/gh-setup/pull/75

## [v1.3.0](https://github.com/k1LoW/gh-setup/compare/v1.2.2...v1.3.0) - 2023-03-27
- Fix option handling ( `--match` / `--strict` ) by @k1LoW in https://github.com/k1LoW/gh-setup/pull/72
- Fix `--match` score by @k1LoW in https://github.com/k1LoW/gh-setup/pull/73
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ inputs:
required: false
gh-setup-version:
description: "Version of gh-setup"
default: "v1.3.0"
default: "v1.4.0"
required: false
runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "gh-setup"

// Version for this.
var Version = "1.3.0"
var Version = "1.4.0"

0 comments on commit 93b422e

Please sign in to comment.