Skip to content

Commit 79406a0

Browse files
authored
Merge pull request #83 from joewiz/prepare-v3.0.1
Prepare v3.0.1
2 parents c3372e2 + 932d51c commit 79406a0

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=3.0.0
7+
project.version=3.0.1

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.1">
16+
<ul xmlns="http://www.w3.org/1999/xhtml">
17+
<li>Fixed: Packages w/o explicit eXist dependency are presumed compatible with eXist >=2.2.0 - <a href="https://github.com/eXist-db/public-repo/pull/82">#82</a></li>
18+
</ul>
19+
</change>
1520
<change version="3.0.0">
1621
<ul xmlns="http://www.w3.org/1999/xhtml">
1722
<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>

0 commit comments

Comments
 (0)