From 1bc8c0e51789990c67c81efecd5b2069904c3b3c Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Tue, 10 Jan 2023 20:52:07 -0500 Subject: [PATCH] Prepare v3.0.0 --- build.properties | 2 +- repo.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.properties b/build.properties index a52d0ae..1e2819f 100644 --- a/build.properties +++ b/build.properties @@ -4,4 +4,4 @@ # project.name=public-repo -project.version=2.2.0 +project.version=3.0.0 diff --git a/repo.xml b/repo.xml index cd75ba6..7c112ea 100644 --- a/repo.xml +++ b/repo.xml @@ -12,6 +12,11 @@ post-install.xq + +
    +
  • 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 - #81
  • +
+
  • New: Add support for EXPath Package SemVer templates - #79