Skip to content

Commit def4e89

Browse files
committed
build: prepare release-0.9.1
1 parent 49606db commit def4e89

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

66

7-
## [Unreleased] -
7+
## [0.9.1] - 2024-04-11
8+
9+
- [#626](https://github.com/owncloud/customgroups/pull/626) - fix: implement hooks to properly cleanup users upon complete removal
810

911

1012
## [0.9.0] - 2024-02-21
@@ -210,7 +212,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
210212

211213
- Fixes spinner issues - [#47](https://github.com/owncloud/customgroups/issues/47)
212214

213-
[Unreleased]: https://github.com/owncloud/customgroups/compare/v0.9.0...master
215+
[Unreleased]: https://github.com/owncloud/customgroups/compare/v0.9.1...master
216+
[0.9.1]: https://github.com/owncloud/customgroups/compare/v0.9.0...v0.9.1
214217
[0.9.0]: https://github.com/owncloud/customgroups/compare/v0.8.0...v0.9.0
215218
[0.8.0]: https://github.com/owncloud/customgroups/compare/v0.7.2...v0.8.0
216219
[0.7.2]: https://github.com/owncloud/customgroups/compare/v0.7.1...v0.7.2

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Sharing with a Custom Group is as easy and quick as always. Just click on the sh
2424
<repository type="git">http://github.com/owncloud/customgroups.git</repository>
2525
<licence>AGPL</licence>
2626
<author>Vincent Petry</author>
27-
<version>0.9.0</version>
27+
<version>0.9.1</version>
2828
<documentation>
2929
<user>https://doc.owncloud.com/server/latest/user_manual/files/webgui/custom_groups.html</user>
3030
<admin>https://doc.owncloud.com/server/latest/admin_manual/configuration/user/user_configuration.html?highlight=custom%20groups#enabling-custom-groups</admin>

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Organization and project keys are displayed in the right sidebar of the project homepage
22
sonar.organization=owncloud-1
33
sonar.projectKey=owncloud_customgroups
4-
sonar.projectVersion=0.9.0
4+
sonar.projectVersion=0.9.1
55
sonar.host.url=https://sonarcloud.io
66

77
# =====================================================

0 commit comments

Comments
 (0)