From 0b483d4e390b54f401971a60f3a69c19ed0fa262 Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Fri, 19 May 2023 10:20:52 -0400 Subject: [PATCH] v1.3.6: Filter empty streets after normalization --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6556e90..1cbd82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.6] - 2023-05-19 + +### Fixed + +- Skip records with empty streets _after_ normalization. + ## [1.3.5] - 2023-05-18 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 1a5bcda..2a05063 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -794,7 +794,7 @@ dependencies = [ [[package]] name = "geocode-csv" -version = "1.3.5" +version = "1.3.6" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 06b18ca..526bd06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geocode-csv" -version = "1.3.5" +version = "1.3.6" authors = ["Eric Kidd "] edition = "2018"