Skip to content

Commit

Permalink
v1.0.0: --match enhanced and CVE fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Dec 13, 2021
1 parent 7013342 commit 7f8c40b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.0.0] - 2021-12-13

Bumping number to v1.0.0 because this has been running fine in production for quite.

### Added

- Support `--match enhanced`. This only works for appropriate SmartyStreets plans.

### Fixed

- Updated dependencies to fix several CVEs reported by `cargo deny`. I do not believe that any of these CVEs actually affected `geocode-csv` in practice, but better safe than sorry.

## [0.3.0-beta.5] - 2021-05-21

### Changed
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 = "0.3.0-beta.5"
version = "1.0.0"
authors = ["Eric Kidd <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 7f8c40b

Please sign in to comment.