Skip to content

Latest commit

 

History

History
92 lines (52 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

92 lines (52 loc) · 1.5 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]

Internal

  • Use [hatch][hatch] for build backend.

[1.0.4] - 2023-10-24

Changed

  • Upgrade to Pydantic V2

[1.0.2] - 2023-10-10

Fixed

  • Docs publishing pipeline

[1.0.2] - 2023-10-10

Changed

  • Update dependencies

[1.0.1] - 2022-12-27

Changed

  • Update dependencies

[1.0.0] - 2022-09-19

Added

  • Support for executing a SQL statement

Changed

  • Removed support for creating views using SQL statement
  • Update dependencies

[0.5.0] - 2022-02-05

  • Remove support for Python 3.6
  • Update dependencies

[0.4.0] - 2021-11-28

  • Monthly release to keep dependencies up to date

[0.3.0] - 2021-10-27

Added

  • Python version 3.10 tested during CI
  • Python version 3.10 added to package classifiers

[0.2.0] - 2021-08-07

  • Updated dependencies to most recent version
  • Updated CI documentation

[0.1.5] - 2021-06-01

Updated

  • Updated dependencies to most recent version

[0.1.4] - 2021-04-26

Added

  • APIs to delete dataset and table

[0.1.3] - 2021-03-25

Fixed

  • dataclasses and typing_extensions was not listed as a dependency for versions of Python < 3.6

[0.1.2] - 2021-03-25

Fixed

Fix Project Classifiers

[0.1.1] - 2021-03-25

Added

Initial Release