We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c896ab commit 54fc9eeCopy full SHA for 54fc9ee
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.6.1
2
+
3
+- BCDice Ver2.02.79 にアップデート
4
+- 依存Gemのアップデート
5
+- Ruby 2.6をサポート対象に
6
+- Ruby 2.2をサポート対象外に
7
8
## 0.6.0
9
10
- `/v1/names` を追加 ([Document](/docs/api.md#names))
server.rb
@@ -9,7 +9,7 @@
require 'exception'
11
module BCDiceAPI
12
- VERSION = "0.6.0"
+ VERSION = "0.6.1"
13
end
14
15
configure :production do
0 commit comments