Skip to content

Latest commit

 

History

History
148 lines (95 loc) · 11 KB

CHANGELOG.md

File metadata and controls

148 lines (95 loc) · 11 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.

v0.2.2 - 2021-09-19

Compare with v0.2.1

Added

  • Added .pre-commit-config.yaml (16061eb by Tonye Jack).
  • Added .github/workflows/codacy-analysis.yml (726def6 by Tonye Jack).
  • Added support for github actions image (#221) (e3cb443 by Tonye Jack).
  • Added .github/issue_template/bug_report.yaml (b8f53c6 by Tonye Jack).
  • Added code_of_conduct.md (e520555 by Tonye Jack).
  • Added .github/issue_template/feature_request.yaml (c59fbd7 by Tonye Jack).
  • Added .pep8speaks.yml (8791127 by Tonye Jack).
  • Added .whitesource (c98428f by Tonye Jack).
  • Added .github/workflow/auto-merge.yml (ffa3288 by Tonye Jack).
  • Added .github/workflow/auto-approve.yml (a4a558a by Tonye Jack).
  • Added .github/workspace/automerge.yml (8ad6b30 by Tonye Jack).
  • Added .github/automerge.yml (d700ccf by Tonye Jack).
  • Added pre-commit-config.yaml (309900b by Tonye Jack).
  • Added .editorconfig (3ed1f9b by Tonye Jack).
  • Added .github/workflows/release.yml (9af60a6 by Tonye Jack).
  • Added .github/workflows/sync-release-version.yml (6632118 by Tonye Jack).
  • Added .github/issue_template/bug_report.md (1930696 by Tonye Jack).
  • Added .github/issue_template/feature_request.md (ab2723d by Tonye Jack).
  • Added .github/auto-approve.yml (e1c0528 by Tonye Jack).
  • Added .github/workflows/auto-approve.yml (d8d1dd5 by Tonye Jack).

Fixed

  • Fix: requirements-dev.txt to reduce vulnerabilities (#247) (7b76394 by Snyk bot).

v0.2.1 - 2021-03-21

Compare with v0.2.0

Added

  • Added support for coverage reporting. (#86) (62b2a58 by Tonye Jack).

Fixed

  • Fixed docs. (d85f4ba by Tonye Jack).

v0.2.0 - 2021-03-03

Compare with v0.1.0

Fixed

  • Fixed installing psycopg2 on mac. (16a487a by Tonye Jack).

v0.1.0 - 2021-02-28

Compare with v0.0.10

Fixed

  • Fixed release. (e832ae7 by Tonye Jack).
  • Fixed install step. (#61) (3c2810b by Tonye Jack).
  • Fixed error generating docs. (#57) (3bfa8ba by Tonye Jack).
  • Fixed test (04405cc by Tonye Jack).
  • Fixed test. (05a404a by Tonye Jack).
  • Fixed type errors. (8e71864 by Tonye Jack).
  • Fixed bug with docs. (db6d7ab by Tonye Jack).
  • Fixed flake8 errors. (07a4419 by Tonye Jack).

Removed

  • Removed unused readme.rst. (#67) (8564f0e by Tonye Jack).
  • Removed unused code. (896e520 by Tonye Jack).
  • Removed unused imports. (dceea6c by Tonye Jack).

v0.0.10 - 2020-02-28

Compare with v0.0.9

Fixed

  • Fixed missing pg_config. (bcffacc by Tonye Jack).
  • Fixed permission error. (9aec463 by Tonye Jack).
  • Fixed workflow. (c157de1 by Tonye Jack).

Removed

  • Removed unused import. (3b3a952 by Tonye Jack).

v0.0.9 - 2019-11-19

Compare with v0.0.6

Fixed

  • Fixed link. (60e75d5 by Tonye Jack).

v0.0.6 - 2019-11-04

Compare with v0.0.5

Added

  • Added env vars. (5738df6 by Tonye Jack).
  • Added documentation and improved readme.md (946eac6 by Tonye Jack).

Fixed

  • Fixed connection errors. (cc048ad by Tonye Jack).
  • Fixed settings. (09c26e0 by Tonye Jack).
  • Fixed test command. (ccb0d7a by Tonye Jack).

Removed

  • Removed sdist. (e2dcdae by Tonye Jack).

v0.0.5 - 2019-10-23

Compare with v0.0.4

Fixed

  • Fixed bug with modelsubscription and added new decorators. (6c616ed by Tonye Jack).

v0.0.4 - 2019-10-21

Compare with v0.0.3

Added

  • Added model subscription to sdist. (df9074e by Tonye Jack).

Removed

  • Removed unrelated settings. (f270a93 by Tonye Jack).

v0.0.3 - 2019-10-21

Compare with v0.0.1

Removed

  • Removed .bumpversion.cfg (2140477 by Tonye Jack).

v0.0.1 - 2019-10-20

Compare with first commit

Added

  • Added subscription and observers module. (4405e25 by Tonye Jack).