File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ ## Release 1.1.1 (Unreleased)
4
+
5
+ ### Added
6
+
7
+ - Limit and offset support in the select statement
8
+
9
+
10
+ ## Release 1.1.0
Original file line number Diff line number Diff line change 60
60
</plugin >
61
61
</plugins >
62
62
</pluginManagement >
63
+ <plugins >
64
+ <!-- Copy the changelog into the generated site -->
65
+ <plugin >
66
+ <artifactId >maven-resources-plugin</artifactId >
67
+ <executions >
68
+ <execution >
69
+ <id >copy-changelog</id >
70
+ <phase >pre-site</phase >
71
+ <goals >
72
+ <goal >copy-resources</goal >
73
+ </goals >
74
+ <configuration >
75
+ <outputDirectory >${project.build.directory} /generated-site/markdown/docs</outputDirectory >
76
+ <resources >
77
+ <resource >
78
+ <directory >${basedir} </directory >
79
+ <include >CHANGELOG.md</include >
80
+ </resource >
81
+ </resources >
82
+ </configuration >
83
+ </execution >
84
+ </executions >
85
+ </plugin >
86
+ </plugins >
63
87
</build >
64
88
65
89
<reporting >
Original file line number Diff line number Diff line change 35
35
<body >
36
36
<menu name =" User's Guide" >
37
37
<item href =" docs/introduction.html" name =" Introduction" />
38
+ <item href =" docs/CHANGELOG.html" name =" Change Log" />
38
39
<item href =" docs/quickStart.html" name =" Quick Start" />
39
40
<item href =" docs/whereClauses.html" name =" WHERE Clause Support" >
40
41
<item href =" docs/conditions.html" name =" WHERE Conditions" />
You can’t perform that action at this time.
0 commit comments