Skip to content

Commit

Permalink
Publish 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaarthShah committed Aug 13, 2024
1 parent c4b2134 commit b6b07d2
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

All notable changes to this project will be documented in this file.

## [0.25.0] - 2024-08-13

### Features
- [[#449]] Aggregated Event Relations + Threading + Threaded/Private Read Receipts
- [[#489]] Compliance with MSC2844. BREAKING CHANGE.
- [[#490]] Moved callback execution to separate methods.
- [[#499]] Add stop_sync_forever method, to gracefully exit sync_forever loop.

### Bug Fixes
- [[#471]] Changing room_messages to conform to MSC3567
- [[#482]] [[#483]] [[#486]] Spec-compliant bugfixes for joined_member, e2ee, RoomContext
- [[#495]] remove creator property from event
- [[#498]] Properly pass JSON content to DownloadResponse
- [[#508]] Add room_read_markers type hints

### Miscellaneous Tasks
- Tagged releases will automatically be published to PyPI
- Many dependency bumps

[#449]: https://github.com/matrix-nio/matrix-nio/pull/449
[#471]: https://github.com/matrix-nio/matrix-nio/pull/471
[#482]: https://github.com/matrix-nio/matrix-nio/pull/482
[#483]: https://github.com/matrix-nio/matrix-nio/pull/483
[#486]: https://github.com/matrix-nio/matrix-nio/pull/486
[#489]: https://github.com/matrix-nio/matrix-nio/pull/489
[#498]: https://github.com/matrix-nio/matrix-nio/pull/498
[#499]: https://github.com/matrix-nio/matrix-nio/pull/499
[#490]: https://github.com/matrix-nio/matrix-nio/pull/490
[#495]: https://github.com/matrix-nio/matrix-nio/pull/495
[#508]: https://github.com/matrix-nio/matrix-nio/pull/508


## [0.24.0] - 2024-01-18

### Miscellaneous Tasks
Expand Down
4 changes: 2 additions & 2 deletions contrib/archlinux/pkgbuild/PKGBUILD.git
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

pkgbase=matrix-nio
pkgname='python-matrix-nio-git'
pkgver=0.25.0rc3
_pkgver=0.25.0rc3
pkgver=0.25.0
_pkgver=0.25.0
pkgrel=1
pkgdesc='python no-IO library for the matrix chat protocol'
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "0.25.0rc3"
release = "0.25.0"


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

[tool.poetry]
name = "matrix-nio"
version = "0.25.0rc3"
version = "0.25.0"
description = "A Python Matrix client library, designed according to sans I/O principles."
authors = [
"Damir Jelić <[email protected]>",
Expand Down

0 comments on commit b6b07d2

Please sign in to comment.