Skip to content

Commit d2f7c23

Browse files
authored
Merge pull request #59 from Shopify/release-0.6.1
Release 0.6.1
2 parents 1e1da69 + 3fe60ee commit d2f7c23

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,12 +27,16 @@ 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.6.1] - 2023-12-11
35+
3036
- Allow building number in address2 for DK [#53](https://github.com/Shopify/worldwide/pull/53)
3137
- Avoid .present? and .blank? so we don't require Rails [#57](https://github.com/Shopify/worldwide/pull/57)
3238
- (bugfix) Zone lookup by name [#58](https://github.com/Shopify/worldwid/pull/58)
3339

34-
---
35-
3640
[0.6.0] - 2023-12-08
3741

3842
- Add localized concern messages for address1 + 2 warnings and address may not exist message [#54](https://github.com/Shopify/worldwide/pull/54)

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

0 commit comments

Comments
 (0)