We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1681a03 commit 66ef559Copy full SHA for 66ef559
CHANGELOG
@@ -1,3 +1,9 @@
1
+*1.0.2* (January 11, 2019)
2
+
3
+* Upgraded RubyZip gem version to address the reported vulnerability
4
+* Upgrade from Trollop (now deprecated) to Optimist
5
+* Fix issue #12 (No such file or directory @ rb_sysopen - country_lookup_table.yml) - thanks @srghma
6
7
*1.0.1* (April 23, 2018)
8
9
* Made it a gem with a command line executable bin/free_zipcode_data
lib/free_zipcode_data/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module FreeZipcodeData
- VERSION = '1.0.1'.freeze
+ VERSION = '1.0.2'.freeze
end
0 commit comments