From 1d10b694841638da42533919b0f4e8b1eafd9791 Mon Sep 17 00:00:00 2001 From: jiikko Date: Thu, 9 Feb 2023 22:35:38 +0900 Subject: [PATCH] 0.3.5 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/procon_bypass_man/version.rb | 2 +- project_template/app.rb | 2 +- project_template/app.rb.erb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11041702..f8ef4812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## unrelease +## [0.3.5] - 2022-2-9 * 設定ファイルに起動な必要なPBMのバージョンを表記できるようになりました * https://github.com/splaplapla/procon_bypass_man/pull/238 * レイヤー変更ボタン(prefix_keys_for_changing_layer)が空欄の時に設定ファイルをエラーにしないようになりました diff --git a/Gemfile.lock b/Gemfile.lock index d6ced738..e2b23875 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - procon_bypass_man (0.3.4) + procon_bypass_man (0.3.5) action_cable_client blue_green_process (= 0.1.4.2) pbmenv (>= 0.1.11) diff --git a/lib/procon_bypass_man/version.rb b/lib/procon_bypass_man/version.rb index 0d925828..71430280 100644 --- a/lib/procon_bypass_man/version.rb +++ b/lib/procon_bypass_man/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ProconBypassMan - VERSION = "0.3.4" + VERSION = "0.3.5" end diff --git a/project_template/app.rb b/project_template/app.rb index cf831863..428b07a3 100644 --- a/project_template/app.rb +++ b/project_template/app.rb @@ -12,7 +12,7 @@ gemfile do source 'https://rubygems.org' git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } - gem 'procon_bypass_man', '0.3.4' + gem 'procon_bypass_man', '0.3.5' end rescue Bundler::Source::Git::GitCommandError => e retry_count_on_git_command_error = retry_count_on_git_command_error + 1 diff --git a/project_template/app.rb.erb b/project_template/app.rb.erb index 38ac5515..38836b6e 100644 --- a/project_template/app.rb.erb +++ b/project_template/app.rb.erb @@ -12,7 +12,7 @@ begin gemfile do source 'https://rubygems.org' git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } - gem 'procon_bypass_man', '0.3.4' + gem 'procon_bypass_man', '0.3.5' end rescue Bundler::Source::Git::GitCommandError => e retry_count_on_git_command_error = retry_count_on_git_command_error + 1