Skip to content

Commit eb6bdd2

Browse files
committed
0.8.9 versioning & release notes
1 parent c988867 commit eb6bdd2

File tree

4 files changed

+64
-61
lines changed

4 files changed

+64
-61
lines changed

Diff for: build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects {
1616
}
1717

1818
group = "com.impossibl.pgjdbc-ng"
19-
version = "0.9-SNAPSHOT"
19+
version = "0.8.9"
2020

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

Diff for: documentation/src/docs/asciidoc/release-notes/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document contains the release notes for all {drivername} releases since 0.8
1212
Please refer to the <<../user-guide/index.adoc#user-guide, User Guide>> for comprehensive
1313
reference documentation on integrating and using {drivername}.
1414

15-
include::release-notes-0.9.adoc[]
15+
include::release-notes-0.8.9.adoc[]
1616

1717
include::release-notes-0.8.8.adoc[]
1818

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[[release-notes-0.8.9]]
2+
== 0.8.9
3+
4+
*Date of Release:* 2021-05-25
5+
6+
*Scope:* Repackage of 0.8.8
7+
8+
9+
**_This is a re-relase of 0.8.8 with fixed "uber jars"._**
10+
11+
12+
For a complete list of all _closed_ issues and pull requests for this release, consult
13+
the link:{projectrepo}+/milestone/10?closed=1+[0.8.8] milestone page in the PGJDBC-NG repository
14+
on GitHub.
15+
16+
17+
[[release-notes-0.8.9-pgjdbc-ng-driver]]
18+
=== PGJDBC-NG Driver
19+
20+
==== Bug Fixes
21+
22+
* Fix packaging and publishing of "UberJar"
23+
24+
==== Deprecations and Breaking Changes
25+
26+
None
27+
28+
==== New Features and Improvements
29+
30+
None
31+
32+
[[release-notes-0.8.9-pgjdbc-ng-udt]]
33+
=== PGJDBC-NG UDT Generator
34+
35+
==== Bug Fixes
36+
37+
* Fix packaging and publishing of "UberJar"
38+
39+
==== Deprecations and Breaking Changes
40+
41+
* Maven artifactId has changed to 'pgjdbc-ng-udt-gen`; prefix was added to disambiguate.
42+
43+
==== New Features and Improvements
44+
45+
None
46+
47+
48+
[[release-notes-0.8.9-pgjdbc-ng-spy]]
49+
=== PGJDBC-NG Spy
50+
51+
==== Bug Fixes
52+
53+
None
54+
55+
==== Deprecations and Breaking Changes
56+
57+
* Maven artifactId has changed to 'pgjdbc-ng-udt-gen`; prefix was added to disambiguate.
58+
59+
==== New Features and Improvements
60+
61+
None
62+

Diff for: documentation/src/docs/asciidoc/release-notes/release-notes-0.9.adoc

-59
This file was deleted.

0 commit comments

Comments
 (0)