Skip to content

Commit ef1b36f

Browse files
Merge pull request #20 from Shopify/release-0-2-0
Release 0.2.0
2 parents e1a6fe4 + f7a64ea commit ef1b36f

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
@@ -24,14 +24,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2424

2525
## [Unreleased]
2626

27+
Nil.
28+
29+
---
30+
31+
[0.2.0] - 2023-11-01
32+
2733
- Add Region#group and Region#group_name [#15](https://github.com/Shopify/worldwide/pull/15)
2834
- Ensure Region#has_zip? returns a boolean for all regions [#17](https://github.com/Shopify/worldwide/pull/17)
2935
- Zip normalization bugfix when parent isocode is not set [#6](https://github.com/Shopify/worldwide/pull/6)
3036
- Update region parent when alternates are defined [#18](https://github.com/Shopify/worldwide/pull/18)
3137
- Add partial matching for Region#valid_zip? [#19](https://github.com/Shopify/worldwide/pull/19)
3238

33-
---
34-
3539
[0.1.1] - 2023-10-27
3640

3741
- Fix issue with deploy to rubygems.org failing

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.1.1)
16+
worldwide (0.2.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.1.1"
4+
VERSION = "0.2.0"
55
end

0 commit comments

Comments
 (0)