Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 1.92 KB

Changelog

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

0.0.7 (2024-06-24)

Bug Fixes

  • compiled query is generated for a file not table (62110ba)
  • increase context timeout when dry runs of many tables are requested (af93f17)
  • migrate to use file as argument instead of table (a229763)
  • use --file flag to get compiled query for file instead of --table (c3516b9)

0.0.6 (2024-06-21)

Features

  • Add verion information and release using goreleaser by @ashish10alex in #2

0.0.5 (2024-06-16)

Features

  • change module name to dj, to facilitate external installations (84ab451)

0.0.4 (2024-06-16)

Bug Fixes

  • point go.mod to correct path to be installable from github (ae74af5)

0.0.2 (2024-06-16)

Bug Fixes

  • cli hangs indefinetly when user is connected to vpn (e38214c)