File tree Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Expand file tree Collapse file tree 3 files changed +26
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1111
1212### Изменено
1313
14+ ### Исправлено
15+
16+ ## [ 11.2.0] - 2025-09-23
17+
18+ ### Добавлено
19+
20+ - Добавлен анализ функций, возвращающих тип RECORD.
21+
22+ ### Изменено
23+
1424- Все локализованные сообщения приведены к единому стилю.
1525
1626### Исправлено
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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments