Skip to content

Commit 21df62d

Browse files
committed
Release 0.5.1
1 parent 04b59e7 commit 21df62d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2727

2828
## [Unreleased]
2929

30-
- Fix for building_number_required to default to false [#48]
30+
- nil
3131

3232
---
3333

34+
[0.5.1] - 2023-11-29
35+
36+
- Fix for building_number_required to default to false [#48]
37+
3438
[0.5.0] - 2023-11-20
3539

3640
- Add support for `Region#associated_continent` to return the containing continent of the region [#43](https://github.com/Shopify/worldwide/pull/43)

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

0 commit comments

Comments
 (0)