Skip to content

Commit

Permalink
Merge pull request #83 from joewiz/prepare-v3.0.1
Browse files Browse the repository at this point in the history
Prepare v3.0.1
  • Loading branch information
joewiz authored Jan 11, 2023
2 parents c3372e2 + 932d51c commit 79406a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#

project.name=public-repo
project.version=3.0.0
project.version=3.0.1
5 changes: 5 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<finish>post-install.xq</finish>
<permissions password="repo" user="repo" group="repo" mode="rwxr-xr-x"/>
<changelog>
<change version="3.0.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<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>
</ul>
</change>
<change version="3.0.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<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>
Expand Down

0 comments on commit 79406a0

Please sign in to comment.