Skip to content

Commit 357ca3a

Browse files
committed
bump Shaarli version to v0.15.0
1 parent 089a215 commit 357ca3a

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
------------------------
88

9-
## [v0.15.0](https://github.com/shaarli/Shaarli/releases/tag/v0.15.0) - UNRELEASED
9+
## [v0.15.0](https://github.com/shaarli/Shaarli/releases/tag/v0.15.0) - 2025-08-16
1010

1111
### Added
1212

@@ -32,6 +32,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3232
* fix reflected XSS via searchtags parameter*
3333
* keep private links number private
3434

35+
**Full Changelog**: https://github.com/shaarli/Shaarli/compare/v0.14.0...v0.15.0
36+
37+
3538
------------------------
3639

3740
## [v0.14.0](https://github.com/shaarli/Shaarli/releases/tag/v0.14.0) - 2024-12-08

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ _Do you want to share the links you discover?_
66
_Shaarli is a minimalist link sharing service that you can install on your own server._
77
_It is designed to be personal (single-user), fast and handy._
88

9-
[![](https://img.shields.io/badge/release-v0.14.0-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.14.0)
10-
[![](https://img.shields.io/badge/master-v0.14.x-blue.svg)](https://github.com/shaarli/Shaarli)
9+
[![](https://img.shields.io/badge/release-v0.15.0-blue.svg)](https://github.com/shaarli/Shaarli/releases/tag/v0.15.0)
10+
[![](https://img.shields.io/badge/master-v0.15.x-blue.svg)](https://github.com/shaarli/Shaarli)
1111
[![](https://github.com/shaarli/Shaarli/actions/workflows/ci.yml/badge.svg)](https://github.com/shaarli/Shaarli/actions)
1212
[![](https://github.com/shaarli/Shaarli/actions/workflows/trivy-release.yml/badge.svg)](https://github.com/shaarli/Shaarli/actions)
1313
[![Join the chat at https://gitter.im/shaarli/Shaarli](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shaarli/Shaarli)

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# https://www.sphinx-doc.org/en/master/usage/configuration.html
33
project = 'shaarli'
44
author = 'shaarli community'
5-
version = '0.12.2'
6-
release = '0.12.2'
5+
version = '0.15.0'
6+
release = '0.15.0'
77
copyright = '2011-2023, the shaarli community'
88
language = 'en'
99
html_title = 'Shaarli documentation'

shaarli_version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php /* dev */ ?>
1+
<?php /* 0.15.0 */ ?>

0 commit comments

Comments
 (0)