Skip to content

Commit 15f93de

Browse files
committed
0.15.0
1 parent a6caf25 commit 15f93de

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Sygnal 0.15.0 (2024-06-26)
2+
3+
**NOTE**: Exercise caution when installing over an existing sygnal installation via pip. The
4+
sygnal package name was inadvertently changed to `sygnal` during the change to use poetry in v0.14.2.
5+
Release v0.15.0 changes the package name back to `matrix-sygnal`, which is what it was prior to v0.14.2.
6+
7+
### Bugfixes
8+
9+
- Change package name back to matrix-sygnal. ([\#385](https://github.com/matrix-org/sygnal/issues/385))
10+
11+
112
# Sygnal 0.14.4 (2024-06-26)
213

314
### Bugfixes

changelog.d/385.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ build-backend = "poetry.core.masonry.api"
5656

5757
[tool.poetry]
5858
name = "matrix-sygnal"
59-
version = "0.14.4"
59+
version = "0.15.0"
6060
description = "Reference Push Gateway for Matrix Notifications"
6161
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6262
readme = "README.md"

0 commit comments

Comments
 (0)