Skip to content

Commit 49b8c98

Browse files
committed
version 14.3.0
1 parent ebe3260 commit 49b8c98

4 files changed

Lines changed: 20 additions & 10 deletions

File tree

CHANGELOG.md

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

1010
### Added
1111

12-
- Added `--additional-dependencies` parameter, which allows you to specify the path to a file with additional dependencies.
13-
- Added `--simplify-not-null` parameter to simplify reading of NOT NULL constraints via JDBC for PostgreSQL 18+.
14-
1512
### Changed
1613

1714
### Fixed
1815

16+
## [14.3.0] - 2026-04-15
17+
18+
### Added
19+
20+
- Added `--additional-dependencies` parameter, which allows you to specify the path to a file with additional dependencies.
21+
- Added `--simplify-not-null` parameter to simplify reading of NOT NULL constraints via JDBC for PostgreSQL 18+.
22+
1923
## [14.2.0] - 2026-04-07
2024

2125
### Added
@@ -166,7 +170,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
166170
- Fixed a bug with the settings when saving objects to a project.
167171
- Fixed false differences when ignoring table column order.
168172

169-
[Unreleased]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.2.0...HEAD
173+
[Unreleased]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.3.0...HEAD
174+
[14.3.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.2.0...14.3.0
170175
[14.2.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.1.1...v14.2.0
171176
[14.1.1]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.1.0...v14.1.1
172177
[14.1.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.0.0...v14.1.0

CHANGELOG.ru.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@
99

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

12-
- Добавлен параметр `--additional-dependencies`, позволяющий указывать путь до файла с дополнительными зависимостями.
13-
- Добавлен параметр `--simplify-not-null` для упрощенного чтения ограничений NOT NULL через JDBC для PostgreSQL 18+.
14-
1512
### Изменено
1613

1714
### Исправлено
1815

16+
## [14.3.0] - 2026-04-15
17+
18+
### Добавлено
19+
20+
- Добавлен параметр `--additional-dependencies`, позволяющий указывать путь до файла с дополнительными зависимостями.
21+
- Добавлен параметр `--simplify-not-null` для упрощенного чтения ограничений NOT NULL через JDBC для PostgreSQL 18+.
22+
1923
## [14.2.0] - 2026-04-07
2024

2125
### Добавлено
@@ -164,7 +168,8 @@
164168
- Исправлена ошибка с работой настроек при сохранении объектов в проект.
165169
- Исправлены ложные различия при игнорировании порядка колонок таблицы.
166170

167-
[Новое]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.2.0...HEAD
171+
[Новое]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.3.0...HEAD
172+
[14.3.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.2.0...14.3.0
168173
[14.2.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.1.1...v14.2.0
169174
[14.1.1]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.1.0...v14.1.1
170175
[14.1.0]: https://github.com/pgcodekeeper/pgcodekeeper-cli/compare/v14.0.0...v14.1.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</developers>
2828

2929
<properties>
30-
<codekeeper.version>14.2.0</codekeeper.version>
30+
<codekeeper.version>14.3.0</codekeeper.version>
3131

3232
<java.version>17</java.version>
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/test/resources/org/pgcodekeeper/cli/usage_check.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Usage
116116
in CLI, selected means included by
117117
--allowed-object and ignore lists
118118
--simplify-not-null : simplified reading of NOT NULL
119-
constraints via JDBC (only for
119+
constraints via JDBC (only for
120120
PostgreSQL 18+)
121121
--simplify-views : simple formatting for VIEWs when
122122
reading via JDBC (not recomended by

0 commit comments

Comments
 (0)