Skip to content

Commit

Permalink
Merge pull request #88 from x-motemen/tagpr-from-v0.14.2
Browse files Browse the repository at this point in the history
Release for v0.15.0
  • Loading branch information
Songmu committed Oct 13, 2023
2 parents c612e9a + ed479c8 commit e0f7de2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.15.0](https://github.com/x-motemen/blogsync/compare/v0.14.2...v0.15.0) - 2023-10-13
- [breaking change] normalize localRoot to absolute path by @Songmu in https://github.com/x-motemen/blogsync/pull/87
- refactoring around config loading by @Songmu in https://github.com/x-motemen/blogsync/pull/89
- expand tilde in LocalPath with home directory by @Songmu in https://github.com/x-motemen/blogsync/pull/90

## [v0.14.2](https://github.com/x-motemen/blogsync/compare/v0.14.1...v0.14.2) - 2023-10-09
- [bugfix] ignore errors in the case of fetching fixed pages by @Songmu in https://github.com/x-motemen/blogsync/pull/85

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.2"
default: "v0.15.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.14.2"
const version = "0.15.0"

var revision = "HEAD"

0 comments on commit e0f7de2

Please sign in to comment.