Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

49 lines (37 loc) · 2.53 KB

Changelog

v0.5.3 (2022-04-27)

Fix

  • Catch AssertionError when checking if snapshottest is installed (a10401d)

v0.5.2 (2022-04-27)

Fix

  • Prevent possible error loading pytest plugin (353b8de)

v0.5.1 (2022-04-27)

Fix

  • Pytest wont error if snapshottest not installed (a3cc3fb)

v0.5.0 (2022-04-27)

Feature

  • Make readme type markdown (243975b)

v0.4.0 (2022-04-27)

Feature

  • Install build package on auto-release (8476bde)

v0.3.0 (2022-04-27)

Feature

  • Change build command for auto release (6e49e44)

v0.2.0 (2022-04-27)

Feature

  • Remove references to GH_TOKEN in auto release action (1667257)
  • Setup pytest plugin (dba6400)
  • Add AssertQueriesMatchMixin class (04e8580)
  • Add AssertQueriesMatchMixin class (261ae56)

Fix

Documentation

  • Add CONTRIBUTING.md (e836d1a)
  • Add link to config documentation (adfa83e)

v0.1.1 (2022-02-11)

Fix

  • django: Removed use of deprecated Django function (aaa2b4d)

v0.1.0 (2022-02-08)

Feature