Skip to content

Commit 331a6a5

Browse files
committed
prepare version 3.4.0
1 parent 398d429 commit 331a6a5

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGES.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.4.0 - Sun Mar 29 2026
2+
===============================================================
3+
- Validate the 'host' parameter. Should an opencagedata.com subdomain or localhost variant
4+
- Remove support for Ruby 3.1 (EOL 2025-03-31)
5+
- various Ruby gem updates
6+
- chore: remove ActiveSupport depencency
7+
- chore: set frozen_string_literal in preparation for Ruby 4.0
8+
19
3.3.0 - Mon Oct 6 2025
210
===============================================================
311
- Calling .geocode with an object as address now raises an exception (never worked in the past, now it's
@@ -23,7 +31,7 @@
2331
===============================================================
2432
- Documentation: With 3.0 we changed the classname of exceptions
2533
- test suite: update rubocop
26-
- test suite: alsotest against Ruby 3.4
34+
- test suite: also test against Ruby 3.4
2735
- various Ruby gem updates
2836

2937
3.2.0 - Mon Jun 10 2024

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.3.0)
4+
opencage-geocoder (3.4.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,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OpenCage
4-
VERSION = '3.3.0'
4+
VERSION = '3.4.0'
55
end

0 commit comments

Comments
 (0)