Skip to content

Commit

Permalink
Merge pull request #105 from x-motemen/tagpr-from-v0.16.1
Browse files Browse the repository at this point in the history
Release for v0.17.0
  • Loading branch information
Songmu authored Oct 22, 2023
2 parents 3174648 + fc07132 commit 7b6d1b3
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.17.0](https://github.com/x-motemen/blogsync/compare/v0.16.1...v0.17.0) - 2023-10-22
- Add PreviewURL field by @Mahito in https://github.com/x-motemen/blogsync/pull/104
- [incompatible] change log output dest to stderr by @Songmu in https://github.com/x-motemen/blogsync/pull/106
- output updated files to stdout by @Songmu in https://github.com/x-motemen/blogsync/pull/107
- add "--no-drafts" and "--only-drafts" flags to pull subcommand for drafts management by @Songmu in https://github.com/x-motemen/blogsync/pull/110

## [v0.16.1](https://github.com/x-motemen/blogsync/compare/v0.16.0...v0.16.1) - 2023-10-14
- 記事更新時に更新元ファイルのentryHeaderのURLが未設定の場合も更新ができるように修正 by @halkt in https://github.com/x-motemen/blogsync/pull/99

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.16.1"
default: "v0.17.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.16.1"
const version = "0.17.0"

var revision = "HEAD"

0 comments on commit 7b6d1b3

Please sign in to comment.