Skip to content

Commit 54fc9ee

Browse files
committed
Release 0.6.1
1 parent 3c896ab commit 54fc9ee

2 files changed

Lines changed: 8 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.6.1
2+
3+
- BCDice Ver2.02.79 にアップデート
4+
- 依存Gemのアップデート
5+
- Ruby 2.6をサポート対象に
6+
- Ruby 2.2をサポート対象外に
7+
18
## 0.6.0
29

310
- `/v1/names` を追加 ([Document](/docs/api.md#names))

server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
require 'exception'
1010

1111
module BCDiceAPI
12-
VERSION = "0.6.0"
12+
VERSION = "0.6.1"
1313
end
1414

1515
configure :production do

0 commit comments

Comments
 (0)