Skip to content

Commit d547833

Browse files
committed
Prepare v1.1.0
1 parent 08a9295 commit d547833

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.exist-db</groupId>
1414
<artifactId>exist-function-documentation</artifactId>
15-
<version>1.1-SNAPSHOT</version>
15+
<version>1.1.0</version>
1616

1717
<name>XQuery Function Documentation</name>
1818
<description>XQuery Function Documentation package for eXist-db</description>

xar-assembly.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
<dependency package="http://exist-db.org/apps/markdown" semver-min="0.5"/>
1919
<prepare>pre-install.xql</prepare>
2020
<changelog>
21+
<change version="1.1.0">
22+
<ul xmlns="http://www.w3.org/1999/xhtml">
23+
<li>Improved process:execute examples - <a href="https://github.com/eXist-db/function-documentation/pull/28">#28</a></li>
24+
<li>Fix use of deprecated functions for compatibility with 5.0 - <a href="https://github.com/eXist-db/function-documentation/pull/30">#30</a></li>
25+
</ul>
26+
</change>
2127
<change version="1.0.0">
2228
<ul xmlns="http://www.w3.org/1999/xhtml">
2329
<li>Adopt correct syntax for empty-sequence node test, supported from eXist-db 4.0.0</li>

0 commit comments

Comments
 (0)