Skip to content

Commit dcae0fe

Browse files
committed
Bump to 3.7.3.
1 parent 85491bb commit dcae0fe

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
We track the MAJOR and MINOR version levels of Uber's H3 project (https://github.com/uber/h3) but maintain independent patch levels so we can make small fixes and non breaking changes.
88

9-
## [3.7.3] - Unreleased
9+
## [3.7.3] - 2025-04-04
1010
### Fixed
1111
- `H3.from_string(nil)` should not crash
12+
- Cmake fixed
1213

1314
## [3.7.2] - 2020-07-17
1415
### Fixed

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-
h3 (3.7.2)
4+
h3 (3.7.3)
55
ffi (~> 1.9)
66
rgeo-geojson (~> 2.1)
77
zeitwerk (~> 2.5)

lib/h3/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module H3
2-
VERSION = "3.7.2".freeze
2+
VERSION = "3.7.3".freeze
33
end

0 commit comments

Comments
 (0)