Skip to content

Commit

Permalink
Merge pull request #82 from x-motemen/tagpr-from-v0.14.0
Browse files Browse the repository at this point in the history
Release for v0.14.1
  • Loading branch information
Songmu authored Oct 9, 2023
2 parents 4582f9a + 0c3b7d4 commit 6b56256
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.14.1](https://github.com/x-motemen/blogsync/compare/v0.14.0...v0.14.1) - 2023-10-09
- update GitHub Actions workflows by @Songmu in https://github.com/x-motemen/blogsync/pull/81
- remove old file that is no longer used due to changing the path of the entry after updating it by @Songmu in https://github.com/x-motemen/blogsync/pull/83

## [v0.14.0](https://github.com/x-motemen/blogsync/compare/v0.13.6...v0.14.0) - 2023-10-08
- support fixed pages by @Songmu in https://github.com/x-motemen/blogsync/pull/78
- Go 1.21 and update deps by @Songmu in https://github.com/x-motemen/blogsync/pull/80
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.14.0"
default: "v0.14.1"
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.14.0"
const version = "0.14.1"

var revision = "HEAD"

0 comments on commit 6b56256

Please sign in to comment.