File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 3.0.0 2021/01/24
6
+
5
7
### 対応ゲームシステムの追加
6
8
- SRSじゃない世界樹の迷宮TRPG (NSSQ): TTさんありがとうっ! ([ #284 ] ( https://github.com/bcdice/BCDice/pull/284 ) )
7
9
- ウォーハンマーRPG第4版 (Warhammer4): Facelessさんありがとうっ! ([ #285 ] ( https://github.com/bcdice/BCDice/pull/285 ) )
Original file line number Diff line number Diff line change 8
8
9
9
様々なTRPGシステムの判定に対応したIRC用ダイスボット兼オンセツール用ダイスエンジン
10
10
11
- ## :warning : 注意 :warning :
12
-
13
- リポジトリサイズ削減のため、2020/09/01にmasterブランチのコミットログを改変します。
14
-
15
- 詳細は [ bcdice/BCDice #204 ] ( https://github.com/bcdice/BCDice/issues/204 ) をご覧ください。
16
-
17
11
## Documents
18
12
13
+ - [ BCDiceコマンドガイド] ( https://docs.bcdice.org/ )
19
14
- [ ロードマップ] ( ROADMAP.md )
20
15
- [ ChangeLog] ( CHANGELOG.md )
21
- - [ 旧README] ( docs/README.txt )
22
- - [ ダイスボットの作り方] ( docs/how_to_make_dicebot.md )
16
+ - [ ダイスボットの作り方(旧版)] ( docs/how_to_make_dicebot.md )
23
17
- [ Pull Requestを送る前に確認したいこと] ( https://github.com/bcdice/BCDice/wiki/Pull-Requestを送る前に確認したいこと )
24
18
25
19
## バグ報告や機能要望
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module BCDice
4
- VERSION = "3.0.0-rc.2 "
4
+ VERSION = "3.0.0"
5
5
end
You can’t perform that action at this time.
0 commit comments