File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
1414### Fixed
1515
16+ ## [ 14.6.0] - 2026-06-18
17+
18+ ### Changed
19+
20+ - Improved work with temporary files.
21+
22+ ### Fixed
23+
24+ - Fixed full project update to clean only the project's own directories.
25+ - Fixed adding library objects to a project during export.
26+ - Fixed code generation for index when altering in CONCURRENTLY mode.
27+ - Fixed migration script generation when changing a generated column in PostgreSQL.
28+
1629### Security
1730
1831- Increased version of logback due to CVE-2026 -1225.
@@ -202,7 +215,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
202215- Fixed a bug with the settings when saving objects to a project.
203216- Fixed false differences when ignoring table column order.
204217
205- [ Unreleased ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.5.0...HEAD
218+ [ Unreleased ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.6.0...HEAD
219+ [ 14.6.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.5.0...v14.6.0
206220[ 14.5.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.4.1...v14.5.0
207221[ 14.4.1 ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.4.0...v14.4.1
208222[ 14.4.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.3.0...v14.4.0
Original file line number Diff line number Diff line change 1313
1414### Исправлено
1515
16+ ## [ 14.6.0] - 2026-06-18
17+
18+ ### Изменено
19+
20+ - Улучшена работа с временными файлами.
21+
22+ ### Исправлено
23+
24+ - Исправлено полное обновление проекта: очищаются только папки самого проекта.
25+ - Исправлено добавление объектов библиотек в проект при экспорте.
26+ - Исправлена генерация кода индекса при его изменении в режиме CONCURRENTLY.
27+ - Исправлена генерация скрипта миграции при изменении генерируемой колонки в PostgreSQL.
28+
1629### Безопасность
1730
1831- Повышена версия logback из-за CVE-2026 -1225.
198211- Исправлена ошибка с работой настроек при сохранении объектов в проект.
199212- Исправлены ложные различия при игнорировании порядка колонок таблицы.
200213
201- [ Новое ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.5.0...HEAD
214+ [ Новое ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.6.0...HEAD
215+ [ 14.6.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.5.0...v14.6.0
202216[ 14.5.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.4.1...v14.5.0
203217[ 14.4.1 ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.4.0...v14.4.1
204218[ 14.4.0 ] : https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.3.0...v14.4.0
Original file line number Diff line number Diff line change 2727 </developers >
2828
2929 <properties >
30- <codekeeper .version>14.5 .0</codekeeper .version>
30+ <codekeeper .version>14.6 .0</codekeeper .version>
3131
3232 <java .version>17</java .version>
3333 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments