Skip to content

Commit 35632fc

Browse files
committed
v1.3.7: Work around libpostal parsing cities as suburbs
1 parent 7f7a462 commit 35632fc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.7] - 2023-05-22
8+
9+
### Added
10+
11+
- Use a `Justfile` to document and automate common maintainer tasks.
12+
13+
### Fixed
14+
15+
- Fixed an issue where libpostal would occasionally parse cities as suburbs. Thank you, Tom, for the PR!
16+
717
## [1.3.6] - 2023-05-19
818

919
### Fixed

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.6"
3+
version = "1.3.7"
44
authors = ["Eric Kidd <git@randomhacks.net>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)