Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 1.12 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 tries to adhere to Semantic Versioning.

[Unreleased]

this space intentionally left blank

[0.4.2] - 2019-12-13

In Code

  • Fixes for new "except" feature introduced in 0.4.0 ( @jholbrook-sqsp )
  • Upgrade PyYAML from 5.1 to 5.2 in requirements.txt ( @dependabot )
  • Patch to remove YAML.load warnings ( @jholbrook-sqsp )

[0.4.1] - 2019-12-10

In Code

  • Small fix to ensure docker container deploys with working code. ( @domoore1989 )

[0.4.0] - 2019-12-10

In Code

  • Added the ability to except tables and sequences from privileges when the schemas entire tables or sequences are whitelisted ( @dmoore1989 )

[0.3.2] - 2018-08-30

In Code

  • pgbedrock is more permissive in its declared dependencies so it plays well with other packages in the same python environment ( @emddudley )

In Docs

  • Added a changelog
  • Added a contributor credits file
  • Added some rules about keeping them up to date.