Skip to content

Commit 995602f

Browse files
committed
Merge branch 'version_11_2_0' into 'master'
version 11.2.0 See merge request codekeeper/pgcodekeeper-cli!13
2 parents e13b782 + 20c79d7 commit 995602f

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
### Changed
1313

14+
### Fixed
15+
16+
## [11.2.0] - 2025-09-23
17+
18+
### Added
19+
20+
- Added analysis of functions returning the RECORD type.
21+
22+
### Changed
23+
1424
- All localized messages have been brought into a unified style.
1525

1626
### Fixed
@@ -34,5 +44,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3444
- Fixed a bug with the settings when saving objects to a project.
3545
- Fixed false differences when ignoring table column order.
3646

37-
[Unreleased]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v11.0.0...HEAD
47+
[Unreleased]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v11.2.0...HEAD
48+
[11.2.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v11.0.0...v11.2.0
3849
[11.0.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/releases/tag/v11.0.0

CHANGELOG.ru.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111

1212
### Изменено
1313

14+
### Исправлено
15+
16+
## [11.2.0] - 2025-09-23
17+
18+
### Добавлено
19+
20+
- Добавлен анализ функций, возвращающих тип RECORD.
21+
22+
### Изменено
23+
1424
- Все локализованные сообщения приведены к единому стилю.
1525

1626
### Исправлено
@@ -34,5 +44,6 @@
3444
- Исправлена ошибка с работой настроек при сохранении объектов в проект.
3545
- Исправлены ложные различия при игнорировании порядка колонок таблицы.
3646

37-
[Новое]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v11.0.0...HEAD
47+
[Новое]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v11.2.0...HEAD
48+
[11.2.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v11.0.0...v11.2.0
3849
[11.0.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/releases/tag/v11.0.0

pom.xml

Lines changed: 2 additions & 2 deletions
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-cli</artifactId>
10-
<version>11.0.0</version>
10+
<version>11.2.0</version>
1111
<packaging>jar</packaging>
1212

1313
<name>pgcodekeeper-cli</name>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.pgcodekeeper</groupId>
4949
<artifactId>pgcodekeeper-core</artifactId>
50-
<version>11.1.0</version>
50+
<version>11.2.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)