From ade862330dbca728151b4f1ed5f89204037d4e81 Mon Sep 17 00:00:00 2001 From: Kenta Okamoto Date: Fri, 18 Dec 2020 15:48:39 +0900 Subject: [PATCH] Release v0.11.0 :tada: --- CHANGELOG.md | 3 +++ jp_prefecture.gemspec | 1 + lib/jp_prefecture/version.rb | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1326022..f8aa54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Unreleased +## 0.11.0 (Dec 18, 2020) + +* Rails 6.1 をサポート (PR [#37](https://github.com/chocoby/jp_prefecture/pull/37)/[@chocoby](https://github.com/chocoby)) * GitHub Actions でビルドを実行するようにした (PR [#34](https://github.com/chocoby/jp_prefecture/pull/34)/[@chocoby](https://github.com/chocoby)) ## 0.10.0 (Aug 19, 2019) diff --git a/jp_prefecture.gemspec b/jp_prefecture.gemspec index 5b24ca4..0f60c14 100644 --- a/jp_prefecture.gemspec +++ b/jp_prefecture.gemspec @@ -7,6 +7,7 @@ Gem::Specification.new do |gem| gem.summary = %q{Convert japan prefecture code into prefecture name} gem.description = %q{Convert japan prefecture code(JIS X 0402 based) into prefecture name.} gem.homepage = 'https://github.com/chocoby/jp_prefecture' + gem.license = 'MIT' gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } diff --git a/lib/jp_prefecture/version.rb b/lib/jp_prefecture/version.rb index 1d80b82..5030b9a 100644 --- a/lib/jp_prefecture/version.rb +++ b/lib/jp_prefecture/version.rb @@ -1,3 +1,3 @@ module JpPrefecture - VERSION = '0.10.0' + VERSION = '0.11.0' end