Skip to content

Commit

Permalink
Merge pull request #47 from chocoby/release-100rc1
Browse files Browse the repository at this point in the history
Release v1.0.0.rc1
  • Loading branch information
chocoby committed Feb 10, 2021
2 parents 12e9211 + 95da95c commit 55ba712
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased

## 1.0.0.beta1 (2021-MM-DD Unreleased)
## 1.0.0.rc1 (2021-02-10)

### Breaking changes

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ $ gem install jp_prefecture
* Ruby: 2.4 - 3.0
* Rails: 5.0 - 6.1

これより古い Ruby/Rails バージョンを使用する場合は、[`v0.11.0`](https://github.com/chocoby/jp_prefecture/tree/0.x) を利用してください。

## Contributing

Expand Down
1 change: 1 addition & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ $ gem install jp_prefecture
* Ruby: 2.4 - 3.0
* Rails: 5.0 - 6.1

If you are using an older Ruby/Rails version, please use [`v0.11.0`](https://github.com/chocoby/jp_prefecture/tree/0.x).

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion lib/jp_prefecture/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JpPrefecture
VERSION = '0.11.0'
VERSION = '1.0.0.rc1'
end

0 comments on commit 55ba712

Please sign in to comment.