1 parent 29b3e2e commit 0373a58Copy full SHA for 0373a58
1 file changed
changelog.md
@@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
5
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (after version 0.0.5).
6
7
-## Unreleased
+## [0.13.0] - 2025-12-17
8
### Changed
9
- go 1.24 is now used
10
+- updated dependencies
11
+- choose MSSQL connection driver dynamically ([PR #70](https://github.com/KarnerTh/mermerd/pull/70))
12
+
13
+### Fixed
14
+- fix PostgreSQL queries to handle duplicate constraint names across schemas ([PR #72](https://github.com/KarnerTh/mermerd/pull/72))
15
16
## [0.12.0] - 2024-11-10
17
### Added
0 commit comments