Skip to content

Commit ff9f1c9

Browse files
authored
Merge pull request #1203 from nextcloud/release/v1.15.0
chore: release v1.15.0
2 parents 85d516b + 0574518 commit ff9f1c9

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
- SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
33
- SPDX-License-Identifier: AGPL-3.0-or-later
44
-->
5+
6+
# 1.15.0 - 31 Mar 2026
7+
8+
- Support for Nextcloud 33
9+
510
# 1.14.0 - 21 Aug 2025
611

712
- Support for Nextcloud 32

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ldap_write_support",
3-
"version": "1.15.0-dev.0",
3+
"version": "1.15.0",
44
"description": "Adds write support to the LDAP backend",
55
"private": true,
66
"author": "Arthur Schiwon",

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
set -e
88

99
# Use version from changelog
10-
# version=$(head -n1 CHANGELOG.md|cut -d"v" -f2);
11-
version=$1
10+
version=$(grep '#' CHANGELOG.md|head -n1|cut -d" " -f2);
11+
# version=$1
1212
echo "Releasing version $version";
1313

1414
# Ask for confirmation

0 commit comments

Comments
 (0)