Skip to content

Commit 97d8b58

Browse files
committed
Merge branch 'version_13_0_0' into 'master'
version 13.0.0 See merge request codekeeper/pgcodekeeper-core!109
2 parents 0abeb09 + 0b8f9c4 commit 97d8b58

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
## [13.0.0] - 2025-11-12
17+
18+
### Added
19+
1220
- Added connection string validation.
1321
- Added a common interface for JDBC connections.
1422

@@ -22,7 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2230
### Fixed
2331

2432
- Fixed CTE formatting in ClickHouse.
25-
- Fixed a bug in the behavior of the compiler when the ignore column order setting is enabled.
33+
- Fixed an error comparing tables when the column order is ignored setting is enabled.
2634
- Fixed bug in generating the migration script when adding a column to Log family tables in ClickHouse.
2735
- Fixed a false difference between NOT NULL constraints with the default name in PostgreSQL.
2836
- Fixed adding ONLY for columns in partitioned tables in PostgreSQL.
@@ -2373,7 +2381,8 @@ We increment major version in this release due to decision to shift our developm
23732381

23742382
- ORDER BY parsing has been added to the aggregate functions.
23752383

2376-
[Unreleased]: https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v12.0.0...HEAD
2384+
[Unreleased]: https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v13.0.0...HEAD
2385+
[13.0.0]: https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v12.0.0...v13.0.0
23772386
[12.0.0]: https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v11.2.0...v12.0.0
23782387
[11.2.0]: https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v11.1.0...v11.2.0
23792388
[11.1.0]: https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v11.0.0...v11.1.0

CHANGELOG.ru.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99

1010
### Добавлено
1111

12+
### Изменено
13+
14+
### Исправлено
15+
16+
## [13.0.0] - 2025-11-12
17+
18+
### Добавлено
19+
1220
- Добавлена валидация строки подключения.
1321
- Добавлен общий интерфейс для JDBC-подключений.
1422

@@ -2374,7 +2382,8 @@
23742382

23752383
- Добавлен парсинг ORDER BY для агрегатных функции.
23762384

2377-
[Новое]: https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v12.0.0...HEAD
2385+
[Новое]: https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v13.0.0...HEAD
2386+
[13.0.0]: https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v12.0.0...v13.0.0
23782387
[12.0.0]: https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v11.2.0...v12.0.0
23792388
[11.2.0]: https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v11.1.0...v11.2.0
23802389
[11.1.0]: https://github.com/pgcodekeeper/pgcodekeeper-core/compare/v11.0.0...v11.1.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.pgcodekeeper</groupId>
99
<artifactId>pgcodekeeper-core</artifactId>
10-
<version>12.0.0</version>
10+
<version>13.0.0</version>
1111
<packaging>bundle</packaging>
1212

1313
<name>pgcodekeeper-core</name>

0 commit comments

Comments
 (0)