Skip to content

Releases: gianchub/sqlalchemy-diff

v1.1.1

Choose a tag to compare

@gianchub gianchub released this 13 Dec 15:08
1e349f5

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@gianchub gianchub released this 10 Dec 15:23
8334923

What's Changed

Full Changelog: v1.0.4...v1.1.0

v1.0.4

Choose a tag to compare

@gianchub gianchub released this 18 Nov 13:40
e6d95c1

What's Changed

Full Changelog: v1.0.2...v1.0.4

v1.0.2

Choose a tag to compare

@gianchub gianchub released this 15 Nov 16:54
12913f2

What's Changed

  • Update version to 1.0.2, fix SQLAlchemy-utils pinning, and other minor issues. by @gianchub in #26

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@gianchub gianchub released this 22 Oct 15:15
15ed0c6

What's Changed

v1.0.0

Choose a tag to compare

@gianchub gianchub released this 22 Oct 14:44
f370510

Version 1.0.0:

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

Release 0.1.5

Choose a tag to compare

@mattbennett mattbennett released this 03 Mar 21:56
c79e6fe

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

Choose a tag to compare

@gianchub gianchub released this 11 Feb 16:56

Transfer ownership to @gianchub.

v0.1.3

Choose a tag to compare

@mattbennett mattbennett released this 30 Nov 14:41
fix pkg-info for pypi release

v0.1.2

Choose a tag to compare

@juliotrigo juliotrigo released this 20 Oct 12:38
  • 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.