Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Jul 4, 2017
1 parent 6bf609c commit 759c32d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.4.0

- JSONPに対応
- 失敗時に妥当なHTTPステータスコードを示すように
- 失敗時のレスポンスに `reason` を追加
- DiceBotのsysteminfoで標準ダイスボットのヘルプを返すように
- Herokuに直接デプロイできるように設定を記述
- [for developer] テストコードを作成


## 0.3.0

- BCDice Ver2.02.70 にアップデート
Expand Down
2 changes: 1 addition & 1 deletion server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require 'exception'

module BCDiceAPI
VERSION = "0.3.0"
VERSION = "0.4.0"
end


Expand Down

0 comments on commit 759c32d

Please sign in to comment.