Skip to content

Commit 29cc97d

Browse files
committed
Bump version to 1.2.0 and update CHANGELOG
1 parent 79a2113 commit 29cc97d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
*1.2.0* (February 17, 2026)
2+
3+
* Add Dockerfile for containerized data generation without requiring a local Ruby installation
4+
* Add docker-entrypoint.sh with COUNTRY environment variable support and input validation
5+
* Add .dockerignore to keep Docker build context lean
6+
17
*1.1.0* (February 14, 2026)
28

39
* Fix state abbreviation uniqueness: state lookups are now scoped by country, allowing the same abbreviation (e.g., "NY") in different countries

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
free_zipcode_data (1.1.0)
4+
free_zipcode_data (1.2.0)
55
colored (~> 1.2)
66
csv
77
kiba (~> 4.0)

lib/free_zipcode_data/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module FreeZipcodeData
4-
VERSION = '1.1.0'
4+
VERSION = '1.2.0'
55
end

0 commit comments

Comments
 (0)