@@ -13,6 +13,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
1414### Fixed
1515
16+ ## [ 13.0.0] - 2025-11-12
17+
18+ ### Added
19+
20+ - Added connection string validation.
21+ - Added a common interface for JDBC connections.
22+
23+ ### Changed
24+
25+ - Improved parser rules for ClickHouse.
26+ - Improved migration script generation for tables and indexes with options in MS SQL.
27+ - Added the IS JSON parser rule for PostgreSQL.
28+
29+ ### Fixed
30+
31+ - Fixed CTE formatting in ClickHouse.
32+ - Fixed an error comparing tables when the column order is ignored setting is enabled.
33+ - Fixed bug in generating the migration script when adding a column to Log family tables in ClickHouse.
34+ - Fixed a false difference between NOT NULL constraints with the default name in PostgreSQL.
35+ - Fixed adding ONLY for columns in partitioned tables in PostgreSQL.
36+ - Fixed reading of EXTERNAL TABLES in Greenplum 7.
37+
1638## [ 12.0.0] - 2025-10-15
1739
1840### Added
@@ -63,7 +85,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6385- Fixed a bug with the settings when saving objects to a project.
6486- Fixed false differences when ignoring table column order.
6587
66- [ Unreleased ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v12.0.0...HEAD
88+ [ Unreleased ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v13.0.0...HEAD
89+ [ 13.0.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v12.0.0...v13.0.0
6790[ 12.0.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v11.2.0...v12.0.0
6891[ 11.2.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v11.0.0...v11.2.0
6992[ 11.0.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/releases/tag/v11.0.0
0 commit comments