File tree 4 files changed +64
-61
lines changed
documentation/src/docs/asciidoc/release-notes
4 files changed +64
-61
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ allprojects {
16
16
}
17
17
18
18
group = " com.impossibl.pgjdbc-ng"
19
- version = " 0.9-SNAPSHOT "
19
+ version = " 0.8.9 "
20
20
21
21
extra[" isSnapshot" ] = version.toString().endsWith(" SNAPSHOT" )
22
22
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This document contains the release notes for all {drivername} releases since 0.8
12
12
Please refer to the <<../user-guide/index.adoc#user-guide, User Guide>> for comprehensive
13
13
reference documentation on integrating and using {drivername}.
14
14
15
- include::release-notes-0.9.adoc[]
15
+ include::release-notes-0.8. 9.adoc[]
16
16
17
17
include::release-notes-0.8.8.adoc[]
18
18
Original file line number Diff line number Diff line change
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
+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments