Skip to content

Latest commit

 

History

History
56 lines (24 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

56 lines (24 loc) · 1.71 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.0 (2017-07-24)

Features

  • allow password to be provided via CLI (#18) (3c0d313)

0.2.3 (2016-11-27)

Bug Fixes

  • an object was being thrown rather than an Error (#11) (ec2972c)

0.2.2 (2016-09-24)

Bug Fixes

  • dropdbjs was pointing to the ./createdb.js script (#9) (0dc497e)

0.2.1 (2016-09-24)

Bug Fixes

  • non-pg error not handled properly (#8) (a4a7594)

0.2.0 (2016-09-14)

Bug Fixes

  • the git URL should point to pgtools not createdb (33de02d)

Features

  • implemented createdb and dropdb bins (#6) (d596f96)