Skip to content

Commit

Permalink
1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Feb 13, 2022
1 parent 2fceb90 commit 0672372
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.1.20.1] - 2022-02-13
- Switchからプロコンへ送信するバイパスのインターバルを設定できるようにしました(切断対策)

## [0.1.20] - 2022-02-13
- pbm-cloudから再起動・設定ファイルの適用指示があったときにackイベントを返すようになりました
- 起動オプションにnever_exit_accidentallyを追加しました。これを有効にすると想定外のエラーが起きたときにプロセスが停止しなくなります。デフォルトで無効です。
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
procon_bypass_man (0.1.20)
procon_bypass_man (0.1.20.1)
action_cable_client
pbmenv
sorted_set
Expand Down
2 changes: 1 addition & 1 deletion lib/procon_bypass_man/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ProconBypassMan
VERSION = "0.1.20"
VERSION = "0.1.20.1"
end
2 changes: 1 addition & 1 deletion project_template/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
gemfile do
source 'https://rubygems.org'
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'procon_bypass_man', '0.1.20'
gem 'procon_bypass_man', '0.1.20.1'
end

ProconBypassMan.configure do |config|
Expand Down

0 comments on commit 0672372

Please sign in to comment.