Skip to content

Commit fd58f09

Browse files
committed
Release 0.10.0
1 parent ee87a5d commit fd58f09

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.10.0
2+
3+
- `/v1/names` の出力順にソートキーを使う
4+
- `/v1/names` の出力に `sort_key` を追加
5+
- ダイスボットを注入できるpluginシステムを追加 ([Document](/README.md#plugin))
6+
- BCDice Ver2.05.00 にアップデート
7+
8+
19
## 0.9.0
210

311
- `/v1/admin` を追加 ([Document](/docs/api.md#admin)) (#17) (thanks @koi-chan)

Diff for: lib/bcdice_api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module BCDiceAPI
4-
VERSION = '0.9.0'
4+
VERSION = '0.10.0'
55
end

0 commit comments

Comments
 (0)