Skip to content

Releases: KarnerTh/mermerd

v0.13.0

17 Dec 19:36

Choose a tag to compare

Changelog

  • 6648b9f add changelog for 0.13.0
  • 29b3e2e upgrade dependencies; replace mssql driver with official and maintained one
  • 6d4eb36 support duplicate constaints names across pg schemas (#72)
  • 3e1b6f3 update go mod
  • c7b9853 Update readme to use explicit version in the install command
  • 9b755c7 Refactor MSSQL connection to choose driver dynamically (#70)
  • b0d6fe7 upgrade go version to 1.24
  • 76c5d90 add goreleaser write permission; use latest 2019 mssql image

v0.12.0

10 Nov 13:51

Choose a tag to compare

Changelog

  • 5884b7f prepare changelog for new version
  • 3bf42ba add required go version to readme
  • 6658482 Add option to use stdout (#63)
  • 04e8cdf update go to 1.23, upgrade package versions and github actions
  • 773c5bc Update docs to handle special characters (#60)
  • 517d62c fixed changelog version link
  • 9782fd5 fix goreleaser release args
  • e11a174 update changelog
  • cbb2a7d Add ignoreTables flag (#59)
  • 3679672 update go version to 1.22; update package version

v0.11.0

16 Jun 13:54

Choose a tag to compare

Changelog

  • 3bbea57 fix goreelaser release args
  • e11a174 update changelog
  • cbb2a7d Add ignoreTables flag (#59)
  • 3679672 update go version to 1.22; update package version

v0.10.0

21 Nov 19:37

Choose a tag to compare

Changelog

v0.9.0

06 Aug 07:32

Choose a tag to compare

Changelog

v0.8.1

14 Jul 09:37

Choose a tag to compare

Changelog

v0.8.0

30 May 07:58

Choose a tag to compare

Changelog

v0.7.1

12 May 15:12

Choose a tag to compare

Changelog

  • d02edee update changelog for version 0.7.1
  • 89a2932 Fix escaping of quote marks in descriptions (#33)

v0.7.0

06 Apr 17:16

Choose a tag to compare

Changelog

v0.6.1

09 Mar 19:06

Choose a tag to compare

Changelog

  • 02a6f59 fix wrong table name in constraints if schema prefix is used