From 8f425bf2d0280dc998962b90174aab4c535dc936 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Fri, 8 Oct 2021 14:27:59 -0400 Subject: [PATCH] CHANGELOG: 0.16.4 release --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 594d1c899..522d09122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.4] - 2021-10-08 ### Added - added `geocode` operation to `apply` command. It geocodes to the closest city given a column with coordinates in Location format ('latitude, longitude') using a static geonames lookup file. (see https://docs.rs/reverse_geocoder) -- added `getquarter.lua` helper script to support `lua` example in Cookbook +- added `currencytonum` operation to `apply` command. +- added `getquarter.lua` helper script to support `lua` example in [Cookbook](https://github.com/jqnatividad/qsv/wiki#cookbook). - added `turnaroundtime.lua` helper script to compute turnaround time. -- added several Date Enrichment and Geocoding recipes to Cookbook. +- added `nyc311samp.csv` to provide sample data for recipes. +- added several Date Enrichment and Geocoding recipes to [Cookbook](https://github.com/jqnatividad/qsv/wiki#cookbook). ### Fixed - fixed `publish.yml` Github Action workflow to properly create platform specific binaries.