Skip to content

Commit

Permalink
chore: Version bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed Nov 22, 2023
1 parent 6b8bd3e commit 0da167d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to `addressing` will be documented in this file.

## 0.6.0 (22-11-2023)

- Sync data with commerceguys
- Update to CLDR v44
- Switch to keying subdivisons by ISO code, where available
- Add support for a third address line
- Extract country + subdivision data from commerceguys repository
- Stop generating formats and subdivisions from Google's dataset
- Drop support for Ruby 2.7
- Remove obsolete postal_code_pattern_type from subdivisions

## 0.5.0 (16-02-2023)

- Update CLDR to v42
Expand Down
2 changes: 1 addition & 1 deletion lib/addressing/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Addressing
VERSION = "0.5.0"
VERSION = "0.6.0"
end

0 comments on commit 0da167d

Please sign in to comment.