Releases: KarnerTh/mermerd
Releases · KarnerTh/mermerd
v0.13.0
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
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
v0.10.0
Changelog
- 10ac644 sqlite: only use file name without extension as schema name
- df817b8 prepare release 0.10.0
- 5d76062 add sqlite support (#55)
- 067a600 Add wait time to pipeline (#54)
- bb145c8 Add unique constraint to key column (#53)
- c439660 Support multiple key constraints on a single attribute (#51) (#52)
- d96ab90 Relationship labels (#50)