Skip to content

Commit

Permalink
Merge pull request #38 from chocoby/release/v0.11.0
Browse files Browse the repository at this point in the history
Release v0.11.0 🎉
  • Loading branch information
chocoby committed Dec 18, 2020
2 parents 3ea62ab + ade8623 commit 9f03ab0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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)
Expand Down
1 change: 1 addition & 0 deletions jp_prefecture.gemspec
Expand Up @@ -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) }
Expand Down
2 changes: 1 addition & 1 deletion lib/jp_prefecture/version.rb
@@ -1,3 +1,3 @@
module JpPrefecture
VERSION = '0.10.0'
VERSION = '0.11.0'
end

0 comments on commit 9f03ab0

Please sign in to comment.