Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
5aa0b3bb by Philipp Hörist at 2025-03-03T21:42:14+01:00
release: 6.0.1
- - - - -
2 changed files:
- ChangeLog
- nbxmpp/__init__.py
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,14 @@
+nbxmpp 6.0.1 (03 Mar 2025)
+
+ Improvements
+
+ * DiscoInfo: Add more MUC config fields
+
+ Bug Fixes
+
+ * DiscoInfo: Return correct values in get_field_value()
+ * JID: Raise error on IRIs with auth component
+
nbxmpp 6.0.0 (24 Feb 2025)
Change
=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ gi.require_version("Soup", "3.0")
from .protocol import * # noqa: F403, E402
-__version__: str = "6.0.0"
+__version__: str = "6.0.1"
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/5aa0b3bb711b5cf0de6c87b1666249735cdc1431
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/5aa0b3bb711b5cf0de6c87b1666249735cdc1431
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]