Skip to content

Commit 9ea124d

Browse files
committed
Release BCDice 3.0.0
1 parent e34b5b7 commit 9ea124d

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 3.0.0 2021/01/24
6+
57
### 対応ゲームシステムの追加
68
- SRSじゃない世界樹の迷宮TRPG (NSSQ): TTさんありがとうっ! ([#284](https://github.com/bcdice/BCDice/pull/284))
79
- ウォーハンマーRPG第4版 (Warhammer4): Facelessさんありがとうっ! ([#285](https://github.com/bcdice/BCDice/pull/285))

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@
88

99
様々なTRPGシステムの判定に対応したIRC用ダイスボット兼オンセツール用ダイスエンジン
1010

11-
## :warning: 注意 :warning:
12-
13-
リポジトリサイズ削減のため、2020/09/01にmasterブランチのコミットログを改変します。
14-
15-
詳細は [bcdice/BCDice#204](https://github.com/bcdice/BCDice/issues/204) をご覧ください。
16-
1711
## Documents
1812

13+
- [BCDiceコマンドガイド](https://docs.bcdice.org/)
1914
- [ロードマップ](ROADMAP.md)
2015
- [ChangeLog](CHANGELOG.md)
21-
- [旧README](docs/README.txt)
22-
- [ダイスボットの作り方](docs/how_to_make_dicebot.md)
16+
- [ダイスボットの作り方(旧版)](docs/how_to_make_dicebot.md)
2317
- [Pull Requestを送る前に確認したいこと](https://github.com/bcdice/BCDice/wiki/Pull-Requestを送る前に確認したいこと)
2418

2519
## バグ報告や機能要望

lib/bcdice/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module BCDice
4-
VERSION = "3.0.0-rc.2"
4+
VERSION = "3.0.0"
55
end

0 commit comments

Comments
 (0)