diff --git a/build.gradle.kts b/build.gradle.kts index a23a84bd9..59fe9df7b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ allprojects { } group = "com.impossibl.pgjdbc-ng" - version = "0.9-SNAPSHOT" + version = "0.8.9" extra["isSnapshot"] = version.toString().endsWith("SNAPSHOT") diff --git a/documentation/src/docs/asciidoc/release-notes/index.adoc b/documentation/src/docs/asciidoc/release-notes/index.adoc index bf462d3b2..88fe93766 100644 --- a/documentation/src/docs/asciidoc/release-notes/index.adoc +++ b/documentation/src/docs/asciidoc/release-notes/index.adoc @@ -12,7 +12,7 @@ This document contains the release notes for all {drivername} releases since 0.8 Please refer to the <<../user-guide/index.adoc#user-guide, User Guide>> for comprehensive reference documentation on integrating and using {drivername}. -include::release-notes-0.9.adoc[] +include::release-notes-0.8.9.adoc[] include::release-notes-0.8.8.adoc[] diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-0.8.9.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-0.8.9.adoc new file mode 100644 index 000000000..5aedaccf7 --- /dev/null +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-0.8.9.adoc @@ -0,0 +1,62 @@ +[[release-notes-0.8.9]] +== 0.8.9 + +*Date of Release:* 2021-05-25 + +*Scope:* Repackage of 0.8.8 + + +**_This is a re-relase of 0.8.8 with fixed "uber jars"._** + + +For a complete list of all _closed_ issues and pull requests for this release, consult +the link:{projectrepo}+/milestone/10?closed=1+[0.8.8] milestone page in the PGJDBC-NG repository +on GitHub. + + +[[release-notes-0.8.9-pgjdbc-ng-driver]] +=== PGJDBC-NG Driver + +==== Bug Fixes + +* Fix packaging and publishing of "UberJar" + +==== Deprecations and Breaking Changes + +None + +==== New Features and Improvements + +None + +[[release-notes-0.8.9-pgjdbc-ng-udt]] +=== PGJDBC-NG UDT Generator + +==== Bug Fixes + +* Fix packaging and publishing of "UberJar" + +==== Deprecations and Breaking Changes + +* Maven artifactId has changed to 'pgjdbc-ng-udt-gen`; prefix was added to disambiguate. + +==== New Features and Improvements + +None + + +[[release-notes-0.8.9-pgjdbc-ng-spy]] +=== PGJDBC-NG Spy + +==== Bug Fixes + +None + +==== Deprecations and Breaking Changes + +* Maven artifactId has changed to 'pgjdbc-ng-udt-gen`; prefix was added to disambiguate. + +==== New Features and Improvements + +None + diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-0.9.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-0.9.adoc deleted file mode 100644 index 3218b5814..000000000 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-0.9.adoc +++ /dev/null @@ -1,59 +0,0 @@ -[[release-notes-0.9]] -== 0.9 - -*Date of Release:* ❓ - -*Scope:* ❓ - -For a complete list of all _closed_ issues and pull requests for this release, consult -the link:{projectrepo}+/milestone/2?closed=1+[0.9] milestone page in the PGJDBC-NG repository -on GitHub. - - -[[release-notes-0.9-pgjdbc-ng-driver]] -=== PGJDBC-NG Driver - -==== Bug Fixes - -* ❓ - -==== Deprecations and Breaking Changes - -* ❓ - -==== New Features and Improvements - -* Batch executions use pipelined requests to increase performance by as much as 70% -* PostgreSQL COPY FROM/TO support - -[[release-notes-0.9-pgjdbc-ng-udt]] -=== PGJDBC-NG UDT Generator - -==== Bug Fixes - -* ❓ - -==== Deprecations and Breaking Changes - -* ❓ - -==== New Features and Improvements - -* ❓ - - -[[release-notes-0.9-pgjdbc-ng-spy]] -=== PGJDBC-NG Spy - -==== Bug Fixes - -* ❓ - -==== Deprecations and Breaking Changes - -* ❓ - -==== New Features and Improvements - -* ❓ -