Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 1.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.4 — 2019-03-05

Fixed

  • Fix the check for PostGIS extensions: when in postgres — but without these extensions created — the importer should no longer fail.

0.1.3 - 2019-03-05 (unreleased)

Fixed

  • Fix missing -d flag in docstring PostgreSQL example
  • Pass domain to Socrata API when using ls, since the Socrata API no longer filters by domain on its own (#4)

Added

  • Adds a very basic first effort at tests (#4)

Changed

  • The ls command originally filtered out non-datasets locally; now that's done at the API level (#4)

0.1.2 - 2019-02-08

Fixed

  • Fix KeyError during count queries in older versions of Socrata API (#1)

0.1.1 - 2019-02-07

Added

  • README in Markdown format for PyPi
  • this change log

0.1.0 - 2019-02-07

Initial release