Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh committed Jun 26, 2024
1 parent a6caf25 commit 15f93de
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Sygnal 0.15.0 (2024-06-26)

**NOTE**: Exercise caution when installing over an existing sygnal installation via pip. The
sygnal package name was inadvertently changed to `sygnal` during the change to use poetry in v0.14.2.
Release v0.15.0 changes the package name back to `matrix-sygnal`, which is what it was prior to v0.14.2.

### Bugfixes

- Change package name back to matrix-sygnal. ([\#385](https://github.com/matrix-org/sygnal/issues/385))


# Sygnal 0.14.4 (2024-06-26)

### Bugfixes
Expand Down
1 change: 0 additions & 1 deletion changelog.d/385.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "matrix-sygnal"
version = "0.14.4"
version = "0.15.0"
description = "Reference Push Gateway for Matrix Notifications"
authors = ["Matrix.org Team and Contributors <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 15f93de

Please sign in to comment.