Skip to content

Commit b515b0e

Browse files
committed
version 3.3.0
1 parent e3d6ce7 commit b515b0e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require:
1+
plugins:
22
- rubocop-rspec
33
- rubocop-performance
44
AllCops:

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.3.0 - Mon Oct 6 2025
2+
===============================================================
3+
- Calling .geocode with an object as address now raises an exception (never worked in the past, now it's
4+
more explicit)
5+
- Callling .reverse_geocode with undefinied values now raises an OpenCage::Error::InvalidRequest instead
6+
of a generic TypeError
7+
- Added more test cased for invalid input values
8+
19
3.2.4 - Wed Apr 2 2025
210
===============================================================
311
- Maintainance release. Ruby dependency updates only.

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-
opencage-geocoder (3.2.4)
4+
opencage-geocoder (3.3.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/opencage/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OpenCage
2-
VERSION = '3.2.4'.freeze
2+
VERSION = '3.3.0'.freeze
33
end

0 commit comments

Comments
 (0)