Skip to content

Commit 1bc8c0e

Browse files
committed
Prepare v3.0.0
1 parent 750d3f5 commit 1bc8c0e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
#
55

66
project.name=public-repo
7-
project.version=2.2.0
7+
project.version=3.0.0

repo.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
<finish>post-install.xq</finish>
1313
<permissions password="repo" user="repo" group="repo" mode="rwxr-xr-x"/>
1414
<changelog>
15+
<change version="3.0.0">
16+
<ul xmlns="http://www.w3.org/1999/xhtml">
17+
<li>Breaking: Refactored modules/versions.xqm to use semver.xq v3.0.0 in order to fix EXPath Package dependency resolution and ensure that the "find" endpoint can use all version attributes for finding packages - <a href="https://github.com/eXist-db/public-repo/pull/81">#81</a></li>
18+
</ul>
19+
</change>
1520
<change version="2.2.0">
1621
<ul xmlns="http://www.w3.org/1999/xhtml">
1722
<li>New: Add support for EXPath Package SemVer templates - <a href="https://github.com/eXist-db/public-repo/pull/79">#79</a></li>

0 commit comments

Comments
 (0)