Skip to content

Commit

Permalink
Merge pull request #126 from x-motemen/tagpr-from-v0.18.2
Browse files Browse the repository at this point in the history
Release for v0.19.0
  • Loading branch information
Songmu committed Nov 4, 2023
2 parents 21c6ee7 + bd7f5f8 commit 80bd45b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [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
- add remove subcommand to remove the entry by @Songmu in https://github.com/x-motemen/blogsync/pull/132
- define func newApp() for internal testability by @Songmu in https://github.com/x-motemen/blogsync/pull/133
- add --publish option to push subcommand by @Songmu in https://github.com/x-motemen/blogsync/pull/134
- 下書きエントリーのファイル配置位置の変更 by @Songmu in https://github.com/x-motemen/blogsync/pull/128

## [v0.18.2](https://github.com/x-motemen/blogsync/compare/v0.18.1...v0.18.2) - 2023-10-29
- return a function instead of a string when retrieving git by @Songmu in https://github.com/x-motemen/blogsync/pull/121
- make the blogID argument of blogsync pull optional by @Songmu in https://github.com/x-motemen/blogsync/pull/123
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.18.2"
default: "v0.19.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.18.2"
const version = "0.19.0"

var revision = "HEAD"

0 comments on commit 80bd45b

Please sign in to comment.