Skip to content

Commit

Permalink
Release 0.21.1 of matrix-nio
Browse files Browse the repository at this point in the history
  • Loading branch information
PaarthShah committed Jul 17, 2023
1 parent 4dc00bf commit abc717f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [0.21.1] - 2023-7-16

### Bug Fixes

- [[#422]] `async_client.whoami` will alter the state of `async_client` correctly, and accept all spec-compliant fields.

### Miscellaneous Tasks

- [[#420]] Add `python3.8` tests to workflow.

[#422]: https://github.com/poljar/matrix-nio/pull/422
[#420]: https://github.com/poljar/matrix-nio/pull/420

## [0.21.0] - 2023-7-14

### Breaking Changes
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.21.0
_pkgver=0.21.0
pkgver=0.21.1
_pkgver=0.21.1
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 @@ -29,7 +29,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "0.21.0"
release = "0.21.1"


# -- 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.21.0"
version = "0.21.1"
description = "A Python Matrix client library, designed according to sans I/O principles."
authors = ["Damir Jelić <poljar@termina.org.uk>"]
license = "ISC"
Expand Down

0 comments on commit abc717f

Please sign in to comment.