From 4a5f543957bce63a1741375459447ae55ad14a13 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 7 Dec 2023 15:52:39 +0100 Subject: [PATCH] docs: prepare release, bump version --- changelog/{ => 3.0.0_2023-06-06}/fix-compile-date.md | 0 changelog/4.0.4_2023-12-07/update-reva.md | 7 +++++++ ocis-pkg/version/version.go | 2 +- sonar-project.properties | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) rename changelog/{ => 3.0.0_2023-06-06}/fix-compile-date.md (100%) create mode 100644 changelog/4.0.4_2023-12-07/update-reva.md diff --git a/changelog/fix-compile-date.md b/changelog/3.0.0_2023-06-06/fix-compile-date.md similarity index 100% rename from changelog/fix-compile-date.md rename to changelog/3.0.0_2023-06-06/fix-compile-date.md diff --git a/changelog/4.0.4_2023-12-07/update-reva.md b/changelog/4.0.4_2023-12-07/update-reva.md new file mode 100644 index 00000000000..43176315da8 --- /dev/null +++ b/changelog/4.0.4_2023-12-07/update-reva.md @@ -0,0 +1,7 @@ +Enhancement: update reva to improve trashbin listing + +## Changelog for reva 2.13.3 + +* Enhancement [cs3org/reva#4377](https://github.com/cs3org/reva/pull/4377): Handle trashbin file listings concurrently + +https://github.com/owncloud/ocis/pull/7858 diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index fa0bd97eba9..3b7f33940f8 100644 --- a/ocis-pkg/version/version.go +++ b/ocis-pkg/version/version.go @@ -16,7 +16,7 @@ var ( // LatestTag is the latest released version plus the dev meta version. // Will be overwritten by the release pipeline // Needs a manual change for every tagged release - LatestTag = "4.0.3+dev" + LatestTag = "4.0.4+dev" // Date indicates the build date. // This has been removed, it looks like you can only replace static strings with recent go versions diff --git a/sonar-project.properties b/sonar-project.properties index 75b916cced5..6ca952d5bf0 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=owncloud_ocis sonar.organization=owncloud-1 sonar.projectName=ocis -sonar.projectVersion=4.0.3 +sonar.projectVersion=4.0.4 sonar.host.url=https://sonarcloud.io # =====================================================