diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ad37a..e4aee3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file. 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). +## [1.3.10] - 2023-08-11 + +### Fixed + +- In server mode, "prime" libpostal so that it doesn't take forever to process the first request. + ## [1.3.9] - 2023-08-01 -#### Fixed +### Fixed - Fix build by ignoring test that requires libpostal data. diff --git a/Cargo.lock b/Cargo.lock index abe35ac..f4807ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -847,7 +847,7 @@ dependencies = [ [[package]] name = "geocode-csv" -version = "1.3.9" +version = "1.3.10" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ed79ea1..643cae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geocode-csv" -version = "1.3.9" +version = "1.3.10" authors = ["Eric Kidd "] edition = "2018"