Skip to content

Commit 78b1bf4

Browse files
committed
v4.1.1
1 parent 052c960 commit 78b1bf4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [4.1.1] - 2024-3-4
8+
- dependency updates
9+
710
## [4.1.0] - 2023-11-26
811
- `from_path` returns `Result<ReverseGeocoder, std::io::Error>` now instead of `Result<ReverseGeocoder, Box<dyn error::Error>>`
912

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reverse-geocoder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reverse_geocoder"
3-
version = "4.0.0"
3+
version = "4.1.1"
44
authors = ["Grant Miner <[email protected]>"]
55
edition = "2021"
66
description = "Offline reverse geocoder library."

0 commit comments

Comments
 (0)