Skip to content

Commit

Permalink
Merge branch 'version_9_4_3' into 'master'
Browse files Browse the repository at this point in the history
version 9.4.3

See merge request codekeeper/codekeeper!813
  • Loading branch information
AxelCat committed Mar 18, 2024
2 parents c36b569 + f6fd1a1 commit eccb22d
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 18 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [9.4.3] - 2024-03-18

### Fixed

- Fixed bug when loading libraries at the same time.
- Fixed an error when trying to open the New Object wizard.

Expand Down Expand Up @@ -1891,7 +1895,8 @@ We increment major version in this release due to decision to shift our developm

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

[Unreleased]: https://github.com/pgcodekeeper/pgcodekeeper/compare/v9.4.2...HEAD
[Unreleased]: https://github.com/pgcodekeeper/pgcodekeeper/compare/v9.4.3...HEAD
[9.4.3]: https://github.com/pgcodekeeper/pgcodekeeper/compare/v9.4.2...v9.4.3
[9.4.2]: https://github.com/pgcodekeeper/pgcodekeeper/compare/v9.4.1...v9.4.2
[9.4.1]: https://github.com/pgcodekeeper/pgcodekeeper/compare/v9.4.0...v9.4.1
[9.4.0]: https://github.com/pgcodekeeper/pgcodekeeper/compare/v9.3.0...v9.4.0
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

### Изменено

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

## [9.4.3] - 2024-03-18

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

- Исправлена ошибка при одновременной загрузке библиотек.
Expand Down Expand Up @@ -1892,7 +1896,8 @@

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

[Новое]: https://github.com/pgcodekeeper/pgcodekeeper/compare/v9.4.2...HEAD
[Новое]: https://github.com/pgcodekeeper/pgcodekeeper/compare/v9.4.3...HEAD
[9.4.3]: https://github.com/pgcodekeeper/pgcodekeeper/compare/v9.4.2...v9.4.3
[9.4.2]: https://github.com/pgcodekeeper/pgcodekeeper/compare/v9.4.1...v9.4.2
[9.4.1]: https://github.com/pgcodekeeper/pgcodekeeper/compare/v9.4.0...v9.4.1
[9.4.0]: https://github.com/pgcodekeeper/pgcodekeeper/compare/v9.3.0...v9.4.0
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</modules>

<properties>
<revision>9.4.2-SNAPSHOT</revision>
<ui.revision>4.9.0-SNAPSHOT</ui.revision>
<revision>9.4.3-SNAPSHOT</revision>
<ui.revision>4.9.1-SNAPSHOT</ui.revision>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.cli/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: ru.taximaxim.codekeeper.cli;singleton:=true
Bundle-Version: 9.4.2.qualifier
Bundle-Version: 9.4.3.qualifier
Import-Package: org.slf4j;version="[1.7.0,2.0.0)",
org.slf4j.spi;version="[1.7.0,2.0.0)"
Bundle-Activator: ru.taximaxim.codekeeper.cli.Activator
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>ru.taximaxim.codekeeper.cli</artifactId>
<version>9.4.2-SNAPSHOT</version>
<version>9.4.3-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: ru.taximaxim.codekeeper.core;singleton:=true
Bundle-Version: 9.4.2.qualifier
Bundle-Version: 9.4.3.qualifier
Export-Package: ru.taximaxim.codekeeper.core,
ru.taximaxim.codekeeper.core.fileutils,
ru.taximaxim.codekeeper.core.formatter,
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>ru.taximaxim.codekeeper.core</artifactId>
<version>9.4.2-SNAPSHOT</version>
<version>9.4.3-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.mainapp/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: ru.taximaxim.codekeeper.mainapp;singleton:=true
Bundle-Version: 9.4.2.qualifier
Bundle-Version: 9.4.3.qualifier
Bundle-Activator: ru.taximaxim.codekeeper.mainapp.Activator
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.18.0,4.0.0)",
ru.taximaxim.codekeeper.core;bundle-version="[9.0.0,10.0.0)"
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.mainapp/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="ru.taximaxim.codekeeper.feature"
label="%feature.label"
version="9.4.2.qualifier"
version="9.4.3.qualifier"
provider-name="%feature.provider-name"
plugin="ru.taximaxim.codekeeper.mainapp">

Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.mainapp/feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>ru.taximaxim.codekeeper.feature</artifactId>
<version>9.4.2-SNAPSHOT</version>
<version>9.4.3-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.mainapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>ru.taximaxim.codekeeper.mainapp</artifactId>
<version>9.4.2-SNAPSHOT</version>
<version>9.4.3-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.mainapp/product/rcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>ru.taximaxim.codekeeper.rcp.product</artifactId>
<version>9.4.2-SNAPSHOT</version>
<version>9.4.3-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>

<repositories>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="pgCodeKeeper" uid="ru.taximaxim.codekeeper.rcp.product" id="ru.taximaxim.codekeeper.mainapp.product" application="org.eclipse.ui.ide.workbench" version="9.4.2.qualifier" useFeatures="true" includeLaunchers="true">
<product name="pgCodeKeeper" uid="ru.taximaxim.codekeeper.rcp.product" id="ru.taximaxim.codekeeper.mainapp.product" application="org.eclipse.ui.ide.workbench" version="9.4.3.qualifier" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.mainapp/product/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>ru.taximaxim.codekeeper.standalone.product</artifactId>
<version>9.4.2-SNAPSHOT</version>
<version>9.4.3-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="pgCodeKeeper cli" uid="ru.taximaxim.codekeeper.standalone.product" id="ru.taximaxim.codekeeper.cli.product-codekeeper-standalone" application="ru.taximaxim.codekeeper.cli.application-standalone" version="9.4.2.qualifier" useFeatures="false" includeLaunchers="false">
<product name="pgCodeKeeper cli" uid="ru.taximaxim.codekeeper.standalone.product" id="ru.taximaxim.codekeeper.cli.product-codekeeper-standalone" application="ru.taximaxim.codekeeper.cli.application-standalone" version="9.4.3.qualifier" useFeatures="false" includeLaunchers="false">

<configIni use="default">
</configIni>
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: ru.taximaxim.codekeeper.ui;singleton:=true
Bundle-Version: 4.9.0.qualifier
Bundle-Version: 4.9.1.qualifier
Bundle-Activator: ru.taximaxim.codekeeper.ui.Activator
Require-Bundle: ru.taximaxim.codekeeper.core;bundle-version="[9.0.0,10.0.0)",
ru.taximaxim.codekeeper.mainapp,
Expand Down
2 changes: 1 addition & 1 deletion ru.taximaxim.codekeeper.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

<groupId>ru.taximaxim.codeKeeper</groupId>
<artifactId>ru.taximaxim.codekeeper.ui</artifactId>
<version>4.9.0-SNAPSHOT</version>
<version>4.9.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

0 comments on commit eccb22d

Please sign in to comment.