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
## [v0.0.1](5a9974a...v0.0.1) (2021-09-13)

* add version.go [#9](#9) ([Songmu](https://github.com/Songmu))
* support signature verification using signing secret [#7](#7) ([Songmu](https://github.com/Songmu))
* implement graceful shutdown [#5](#5) ([Songmu](https://github.com/Songmu))
* support context [#4](#4) ([Songmu](https://github.com/Songmu))
* drop avatar icon [#3](#3) ([Songmu](https://github.com/Songmu))
* deploy to heroku [#2](#2) ([Songmu](https://github.com/Songmu))
* Avatar [#1](#1) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed Sep 13, 2021
1 parent 4a85193 commit cefbf60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [v0.0.1](https://github.com/Songmu/deglacer/compare/5a9974a4dc86...v0.0.1) (2021-09-13)

* add version.go [#9](https://github.com/Songmu/deglacer/pull/9) ([Songmu](https://github.com/Songmu))
* support signature verification using signing secret [#7](https://github.com/Songmu/deglacer/pull/7) ([Songmu](https://github.com/Songmu))
* implement graceful shutdown [#5](https://github.com/Songmu/deglacer/pull/5) ([Songmu](https://github.com/Songmu))
* support context [#4](https://github.com/Songmu/deglacer/pull/4) ([Songmu](https://github.com/Songmu))
* drop avatar icon [#3](https://github.com/Songmu/deglacer/pull/3) ([Songmu](https://github.com/Songmu))
* deploy to heroku [#2](https://github.com/Songmu/deglacer/pull/2) ([Songmu](https://github.com/Songmu))
* Avatar [#1](https://github.com/Songmu/deglacer/pull/1) ([Songmu](https://github.com/Songmu))
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package deglacer

const version = "0.0.0"
const version = "0.0.1"

var revision = "HEAD"

0 comments on commit cefbf60

Please sign in to comment.