Skip to content

Commit 6520d34

Browse files
committed
Release 3.0.0
1 parent 192e042 commit 6520d34

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.0.0
2+
- `/v1` を削除
3+
- Sinatra 4.0.0 にアップデート
4+
- Puma 6.4.2 にアップデート
5+
- BCDice 3.13.0 にアップデート
6+
- Ruby 3.2, 3.3 をサポート対象に
7+
- Ruby 2.6, 2.7 をサポート対象外に
8+
19
## 2.1.1
210
- BCDice 3.7.0
311
- セキュリティアップデート: Rack

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 = '2.1.1'
4+
VERSION = '3.0.0'
55
end

0 commit comments

Comments
 (0)