Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed May 10, 2020
1 parent cfb34b8 commit 480c094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.10.1

- admin.yaml を読み込まない問題を修正 (#20) (thanks @ochaochaocha3)


## 0.10.0

- `/v1/names` の出力順にソートキーを使う
Expand Down
2 changes: 1 addition & 1 deletion lib/bcdice_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BCDiceAPI
VERSION = '0.10.0'
VERSION = '0.10.1'
end

0 comments on commit 480c094

Please sign in to comment.