-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inlined default countries data. #42
Conversation
@SaadHassan-dev lemme know if we can get unit tests fixed, would like to merge soon |
Done. |
lib/ipinfo/version.rb
Outdated
@@ -1,5 +1,5 @@ | |||
# frozen_string_literal: true | |||
|
|||
module IPinfo | |||
VERSION = '1.1.0' | |||
VERSION = '1.1.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need a major version bump now as we have a backwards incompatible change - the meaning of the settings we updated is now to expect an in-memory map and not a file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
No description provided.