Skip to content

Commit 0c90d8a

Browse files
committed
v1.3.10: "Prime" libpostal in server mode
1 parent b4da6f4 commit 0c90d8a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.3.10] - 2023-08-11
8+
9+
### Fixed
10+
11+
- In server mode, "prime" libpostal so that it doesn't take forever to process the first request.
12+
713
## [1.3.9] - 2023-08-01
814

9-
#### Fixed
15+
### Fixed
1016

1117
- Fix build by ignoring test that requires libpostal data.
1218

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "geocode-csv"
3-
version = "1.3.9"
3+
version = "1.3.10"
44
authors = ["Eric Kidd <git@randomhacks.net>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)