From 433e731fb43149135b979c8d7d85b756a835179c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 Nov 2023 17:10:30 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- action.yml | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ad197bb..8eede4b 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: setup blogsync to publish to Hatena Blog inputs: version: description: "A version to install blogsync" - default: "v0.20.0" + default: "v0.20.1" required: false runs: using: 'composite' diff --git a/version.go b/version.go index 25063cd..afb43c7 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package main -const version = "0.20.0" +const version = "0.20.1" var revision = "HEAD" From 386c7066d64e6e3787d8840244545d111ec3a2c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 Nov 2023 17:10:30 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56c17d0..23330bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.20.1](https://github.com/x-motemen/blogsync/compare/v0.20.0...v0.20.1) - 2023-11-12 +- change test blog for CI by @Songmu in https://github.com/x-motemen/blogsync/pull/144 +- [nit] refactoring by @Songmu in https://github.com/x-motemen/blogsync/pull/146 +- test enhancement by @Songmu in https://github.com/x-motemen/blogsync/pull/147 +- [bugfix] fix fetch subcommand by @Songmu in https://github.com/x-motemen/blogsync/pull/148 + ## [v0.20.0](https://github.com/x-motemen/blogsync/compare/v0.19.0...v0.20.0) - 2023-11-11 - define func entryFromFile by @Songmu in https://github.com/x-motemen/blogsync/pull/136 - [nit] enhance testing by @Songmu in https://github.com/x-motemen/blogsync/pull/141