Skip to content

Commit

Permalink
CHANGELOG: 0.16.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Oct 8, 2021
1 parent d41709e commit 8f425bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8f425bf

Please sign in to comment.