Skip to content

Releases: gianchub/sqlalchemy-diff

v1.0.1

22 Oct 15:15
15ed0c6

Choose a tag to compare

What's Changed

v1.0.0

22 Oct 14:44
f370510

Choose a tag to compare

Version 1.0.0:

This is a completely new version of the code, which breaks compatibility with the previous implementation.

Release 0.1.5

03 Mar 21:56
c79e6fe

Choose a tag to compare

Version 0.1.5

  • Drop support for deprecated Python versions
  • Support for comparing Enum types (#11, thanks @charness)
  • Support for comparing Primary Key constraint names (#12, thanks @erikced)

(Sorry it took three years :-/)

Transfer ownership

11 Feb 16:56

Choose a tag to compare

Transfer ownership to @gianchub.

v0.1.3

30 Nov 14:41

Choose a tag to compare

fix pkg-info for pypi release

v0.1.2

20 Oct 12:38

Choose a tag to compare

  • Relaxed package versions so that they are not pinned down unless it is necessary.
  • Stopped using static YAML files to set test parameters and started using pytest parser instead.
  • Makefile added.
  • CHANGELOG added.
  • README documentation updated.

v.0.1.1

20 Oct 12:37

Choose a tag to compare

Merge pull request #5 from Overseas-Student-Living/add-licence

add license