Skip to content

Commit

Permalink
Merge pull request #30 from Shopify/release-0-2-1
Browse files Browse the repository at this point in the history
0.3.0 release
  • Loading branch information
kwiersema authored Nov 3, 2023
2 parents 26d0796 + 8b62da2 commit a5cab5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

Nil.

---

[0.3.0] - 2023-11-03
- Add code alternates for Japan [#23](https://github.com/Shopify/worldwide/pull/23)
- Add code alternates for Puerto Rico [#24](https://github.com/Shopify/worldwide/pull/24)
- Record multiple parents per region [#27](https://github.com/Shopify/worldwide/pull/27)
Expand All @@ -32,7 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[#29](https://github.com/Shopify/worldwide/pull/29)
- Handle ISO_CODE only zones lookup [#26](https://github.com/Shopify/worldwide/pull/26)

---

[0.2.0] - 2023-11-01

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT
PATH
remote: .
specs:
worldwide (0.2.0)
worldwide (0.3.0)
activesupport (~> 7.0)
i18n (~> 1.12.0)
phonelib (~> 0.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/worldwide/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Worldwide
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit a5cab5d

Please sign in to comment.