Skip to content

Commit

Permalink
0.8.9 versioning & release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed May 25, 2021
1 parent c988867 commit eb6bdd2
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 61 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
}

group = "com.impossibl.pgjdbc-ng"
version = "0.9-SNAPSHOT"
version = "0.8.9"

extra["isSnapshot"] = version.toString().endsWith("SNAPSHOT")

Expand Down
2 changes: 1 addition & 1 deletion documentation/src/docs/asciidoc/release-notes/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

Expand Down
Original file line number Diff line number Diff line change
@@ -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

This file was deleted.

0 comments on commit eb6bdd2

Please sign in to comment.