Skip to content

Commit

Permalink
v1.3.8: Server mode, and cache hits only
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Aug 1, 2023
1 parent 8e7745a commit 369ff86
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1,818 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.8] - 2023-08-01

### Added

- `geocode-csv server` will now start a basic, experimental REST server.
- The `--cache-hits-only` flag can be used to bypass geocoding for a given backend where we're only interested normalizing addresses we already know about.

## [1.3.7] - 2023-05-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geocode-csv"
version = "1.3.7"
version = "1.3.8"
authors = ["Eric Kidd <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 0 additions & 4 deletions supply-chain/audits.toml

This file was deleted.

Loading

0 comments on commit 369ff86

Please sign in to comment.