Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Aug 15, 2017
1 parent ed0fe6e commit 45cfd17
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [v0.0.1](https://github.com/motemen/blogsync/compare/...v0.0.1) (2017-08-16)

* add releng related files [#16](https://github.com/motemen/blogsync/pull/16) ([Songmu](https://github.com/Songmu))
* add Makefilea and .travis.yml [#15](https://github.com/motemen/blogsync/pull/15) ([Songmu](https://github.com/Songmu))
* Eradicate linter's point [#14](https://github.com/motemen/blogsync/pull/14) ([Songmu](https://github.com/Songmu))
* Maint [#13](https://github.com/motemen/blogsync/pull/13) ([Songmu](https://github.com/Songmu))
* Merge config files [#12](https://github.com/motemen/blogsync/pull/12) ([Songmu](https://github.com/Songmu))
* eradicate dieIf [#11](https://github.com/motemen/blogsync/pull/11) ([Songmu](https://github.com/Songmu))
* maint deps (codegangsta/cli moved to urfave/cli) [#10](https://github.com/motemen/blogsync/pull/10) ([Songmu](https://github.com/Songmu))
* change config file searching way [#9](https://github.com/motemen/blogsync/pull/9) ([Songmu](https://github.com/Songmu))
* if there is not config.yml in HOME, look up current dir [#8](https://github.com/motemen/blogsync/pull/8) ([t-mrt](https://github.com/t-mrt))
* Support entry categories [#7](https://github.com/motemen/blogsync/pull/7) ([tarao](https://github.com/tarao))
* supoprt custom url with --custom-path option [#5](https://github.com/motemen/blogsync/pull/5) ([Songmu](https://github.com/Songmu))
* fix for the case Entry.Date is nil [#4](https://github.com/motemen/blogsync/pull/4) ([motemen](https://github.com/motemen))
* Frontmatter [#2](https://github.com/motemen/blogsync/pull/2) ([Songmu](https://github.com/Songmu))
* Using `RemoteRoot` in `LocalPath` instead of `URL.Host` [#1](https://github.com/motemen/blogsync/pull/1) ([Songmu](https://github.com/Songmu))
2 changes: 1 addition & 1 deletion _tools/upload_artifacts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e

ver=v$(gobump show -r)
make crossbuild
ghr v$ver dist/v$ver
ghr $ver dist/$ver
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.0.0"
const version = "0.0.1"

var revision string

0 comments on commit 45cfd17

Please sign in to comment.