Skip to content

Commit 889df43

Browse files
committed
Release 0.9.0
1 parent e89d983 commit 889df43

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.9.0
2+
3+
- `/v1/admin` を追加 ([Document](/docs/api.md#admin)) (#17) (thanks @koi-chan)
4+
- `/v1/diceroll` の出力に `detailed_rands` を追加 ([Document](/docs/api.md#detailed_rands)) (#18)
5+
- BCDice Ver2.04.00 にアップデート
6+
7+
18
## 0.8.0
29

310
- `/v1/onset` を削除

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ $ APP_ENV=production bundle exec rackup -E deployment
4444
- [Configuration](https://github.com/puma/puma#configuration)
4545
- [設定例](https://devcenter.heroku.com/articles/deploying-rails-applications-with-the-puma-web-server#config)
4646

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

4952
Method | Description

server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
require 'exception'
1212

1313
module BCDiceAPI
14-
VERSION = "0.8.0"
14+
VERSION = "0.9.0"
1515
end
1616

1717
configure :production do

0 commit comments

Comments
 (0)