Skip to content

Commit 3e0720f

Browse files
authored
Merge pull request #80 from Songmu/tagpr-from-v0.1.0
Release for v0.1.1
2 parents e1ea2b8 + 93d4720 commit 3e0720f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.1.1](https://github.com/Songmu/tagpr/compare/v0.1.0...v0.1.1) - 2022-09-04
4+
- adjust internal interfaces of commander by @Songmu in https://github.com/Songmu/tagpr/pull/79
5+
- fix version file detection in perl by @Songmu in https://github.com/Songmu/tagpr/pull/81
6+
37
## [v0.1.0](https://github.com/Songmu/tagpr/compare/v0.0.15...v0.1.0) - 2022-09-03
48
- update dependency by @Songmu in https://github.com/Songmu/tagpr/pull/76
59
- update README.md by @Songmu in https://github.com/Songmu/tagpr/pull/78

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: "A version to install tagpr"
66
required: false
7-
default: "v0.1.0"
7+
default: "v0.1.1"
88
runs:
99
using: "composite"
1010
steps:

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package tagpr
22

3-
const version = "0.1.0"
3+
const version = "0.1.1"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)