Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Mar 27, 2020
1 parent e89d983 commit 889df43
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.9.0

- `/v1/admin` を追加 ([Document](/docs/api.md#admin)) (#17) (thanks @koi-chan)
- `/v1/diceroll` の出力に `detailed_rands` を追加 ([Document](/docs/api.md#detailed_rands)) (#18)
- BCDice Ver2.04.00 にアップデート


## 0.8.0

- `/v1/onset` を削除
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ $ APP_ENV=production bundle exec rackup -E deployment
- [Configuration](https://github.com/puma/puma#configuration)
- [設定例](https://devcenter.heroku.com/articles/deploying-rails-applications-with-the-puma-web-server#config)

公開サーバーとして運用する場合、 `/v1/admin` の情報を設定するようにしてください。
- [/v1/admin 設定方法](/docs/api.md#admin)

## API

Method | Description
Expand Down
2 changes: 1 addition & 1 deletion server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
require 'exception'

module BCDiceAPI
VERSION = "0.8.0"
VERSION = "0.9.0"
end

configure :production do
Expand Down

0 comments on commit 889df43

Please sign in to comment.