Skip to content

Commit 3076750

Browse files
Merge pull request #47 from Shopify/dominiqueflaaa.bump-to-5.0
bump to 0.5.0
2 parents 2d461ca + f66bb60 commit 3076750

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2727

2828
## [Unreleased]
2929

30+
- nil
31+
32+
---
33+
34+
[0.5.0] - 2023-11-20
35+
3036
- Add support for `Region#associated_continent` to return the containing continent of the region [#43](https://github.com/Shopify/worldwide/pull/43)
3137
- Add more postal code prefixes for KR [#44](https://github.com/Shopify/worldwide/pull/44)
3238
- Add name alternates for the zones of South Korea [#45](https://github.com/Shopify/worldwide/pull/45)
3339
- Add support for Hangul and Arabic script detection, update Latn regexp [#46](https://github.com/Shopify/worldwide/pull/46)
3440

35-
---
36-
3741
[0.4.1] - 2023-11-10
3842

3943
- Add support for deprecated timezone Australia/Canberra [#35](https://github.com/Shopify/worldwide/pull/35)

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
worldwide (0.4.1)
16+
worldwide (0.5.0)
1717
activesupport (~> 7.0)
1818
i18n (~> 1.12.0)
1919
phonelib (~> 0.8)

lib/worldwide/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Worldwide
4-
VERSION = "0.4.1"
4+
VERSION = "0.5.0"
55
end

0 commit comments

Comments
 (0)