From 243bdda8079723f5f485135e94d0b69bb0211914 Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Fri, 21 May 2021 07:52:20 -0400 Subject: [PATCH] v0.3.0-beta.5: Update to latest tokio --- CHANGELOG.md | 19 +++++++++++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 395c5ca..cf07db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.3.0-beta.5] - 2021-05-21 + +### Changed + +- Updated to latest `tokio` and `hyper` libraries. This represents a major change to some of our core libraries, but it means that we're finally on stable `tokio` and not a pre-release. +- Replaced error-reporting code, so some error output might look different. + +## [0.3.0-beta.4] - 2021-05-20 [YANKED] + +This build has released binaries, but the version number wasn't updated, at it still claims to be v0.3.0-beta.3. Since the code is identical, this isn't the end of the world. + +### Fixed + +- Fixed Travis CI build. + ## [0.3.0-beta.3] - 2021-05-20 ### Fixed @@ -18,6 +33,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Added a `--license` option to enable use of rooftop geocoding. -### Fixed +### Security -- SECURITY: Fixed a number of security advisories in supporting libraries. None of these appear to have been easily exploitable using an invalid CSV file as input. +- Fixed a number of security advisories in supporting libraries. None of these appear to have been easily exploitable using an invalid CSV file as input. diff --git a/Cargo.lock b/Cargo.lock index 1c3d473..03d8c04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -315,7 +315,7 @@ dependencies = [ [[package]] name = "geocode-csv" -version = "0.3.0-beta.3" +version = "0.3.0-beta.5" dependencies = [ "anyhow", "cli_test_dir", diff --git a/Cargo.toml b/Cargo.toml index b9b4adb..ffef3b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geocode-csv" -version = "0.3.0-beta.3" +version = "0.3.0-beta.5" authors = ["Eric Kidd "] edition = "2018"