Skip to content

Commit

Permalink
Merge pull request #80 from Songmu/tagpr-from-v0.1.0
Browse files Browse the repository at this point in the history
Release for v0.1.1
  • Loading branch information
Songmu authored Sep 4, 2022
2 parents e1ea2b8 + 93d4720 commit 3e0720f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.1.1](https://github.com/Songmu/tagpr/compare/v0.1.0...v0.1.1) - 2022-09-04
- adjust internal interfaces of commander by @Songmu in https://github.com/Songmu/tagpr/pull/79
- fix version file detection in perl by @Songmu in https://github.com/Songmu/tagpr/pull/81

## [v0.1.0](https://github.com/Songmu/tagpr/compare/v0.0.15...v0.1.0) - 2022-09-03
- update dependency by @Songmu in https://github.com/Songmu/tagpr/pull/76
- update README.md by @Songmu in https://github.com/Songmu/tagpr/pull/78
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
version:
description: "A version to install tagpr"
required: false
default: "v0.1.0"
default: "v0.1.1"
runs:
using: "composite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package tagpr

const version = "0.1.0"
const version = "0.1.1"

var revision = "HEAD"

0 comments on commit 3e0720f

Please sign in to comment.