Skip to content

Commit

Permalink
Merge pull request #185 from Shopify/release-0.15.0
Browse files Browse the repository at this point in the history
Release version 0.15.0
  • Loading branch information
rochlefebvre authored May 30, 2024
2 parents a9a57bb + acbfa88 commit 0460c55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Security in case of vulnerabilities.

## [Unreleased]

---
## [0.15.0] - 2024-05-30

- Created npm package `@shopify/worldwide` (see [README.md](./lang/typescript/README.md)) [#167](https://github.com/Shopify/worldwide/pull/167)
- Update additional_address_fields and introduce combined_address_format definitions, introduce Region#{field}_required? methods for street_name, street_number, and neighborhood [#177](https://github.com/Shopify/worldwide/pull/177)

---
## [0.14.0] - 2024-05-29

- Add support for a line2 address field [#173](https://github.com/Shopify/worldwide/pull/173)
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.14.0)
worldwide (0.15.0)
activesupport (>= 7.0)
i18n
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.14.0"
VERSION = "0.15.0"
end
2 changes: 1 addition & 1 deletion worldwide.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.metadata["changelog_uri"] = "https://github.com/Shopify/worldwide/blob/main/CHANGELOG.md"

spec.files = %x(git ls-files -z).split("\x0").reject do |f|
f.match(%r{^(rake|test|spec|features)/})
f.match(%r{^(rake|test|spec|features|lang/typescript)/})
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 0460c55

Please sign in to comment.