Skip to content

Commit

Permalink
Merge pull request #137 from x-motemen/tagpr-from-v0.19.0
Browse files Browse the repository at this point in the history
Release for v0.20.0
  • Loading branch information
Songmu authored Nov 11, 2023
2 parents 0c3772a + b653424 commit 095909f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [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
- use flag-name instead of job-number for goveralls by @Songmu in https://github.com/x-motemen/blogsync/pull/142
- add C option to change working directory by @Songmu in https://github.com/x-motemen/blogsync/pull/143

## [v0.19.0](https://github.com/x-motemen/blogsync/compare/v0.18.2...v0.19.0) - 2023-11-04
- define func *blogConfig.fetchRootURL by @Songmu in https://github.com/x-motemen/blogsync/pull/125
- update README.md by @Songmu in https://github.com/x-motemen/blogsync/pull/131
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: setup blogsync to publish to Hatena Blog
inputs:
version:
description: "A version to install blogsync"
default: "v0.19.0"
default: "v0.20.0"
required: false
runs:
using: 'composite'
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 main

const version = "0.19.0"
const version = "0.20.0"

var revision = "HEAD"

0 comments on commit 095909f

Please sign in to comment.