Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
5b735b22 by Philipp Hörist at 2022-09-13T21:13:23+02:00
chore: Update git-chglog template

- - - - -
359fa943 by Philipp Hörist at 2022-09-13T21:15:44+02:00
release: 3.2.2

- - - - -


5 changed files:

- .chglog/CHANGELOG.tpl.md
- .chglog/config.yml
- ChangeLog
- nbxmpp/__init__.py
- setup.cfg


Changes:

=====================================
.chglog/CHANGELOG.tpl.md
=====================================
@@ -13,7 +13,7 @@ nbxmpp {{ .Tag.Name }} ({{ datetime "02 Jan 2006" .Tag.Date 
}})
 {{ range .NoteGroups -}}
 {{ .Title }}
 {{ range .Notes }}
-{{ .Body }}
+  * {{ .Body }}
 {{ end }}
 {{ end -}}
 {{ end -}}


=====================================
.chglog/config.yml
=====================================
@@ -39,4 +39,4 @@ options:
       - Fixes
   notes:
     keywords:
-      - NOTES
+      - Notes


=====================================
ChangeLog
=====================================
@@ -1,3 +1,24 @@
+nbxmpp 3.2.2 (13 Sep 2022)
+
+  New
+
+  * Expose TLS version and ciphersuite
+  * Add stringprep implementation
+
+  Change
+
+  * Add packaging as dependency
+  * Use stringprep instead of precis for JID validation
+
+  Bug Fixes
+
+  * Add missing __init__.py to examples
+
+  Notes
+
+  * You can set the env variable NBXMPP_USE_PRECIS to revert back
+    to the old behavior.
+
 nbxmpp 3.2.1 (29 Aug 2022)
 
   Bug Fixes


=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ from .protocol import *
 
 gi.require_version('Soup', '2.4')
 
-__version__: str = '3.2.1'
+__version__: str = '3.2.2'


=====================================
setup.cfg
=====================================
@@ -1,6 +1,6 @@
 [metadata]
 name = nbxmpp
-version = 3.2.1
+version = 3.2.2
 description = XMPP Library
 author = Yann Leboulanger, Philipp Hoerist
 author_email = [email protected]



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/bfd5bfd36c2e392f7bb2ce41c40c35441916bbb7...359fa9438d240275ee1a86e13b767083af4684a1

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/bfd5bfd36c2e392f7bb2ce41c40c35441916bbb7...359fa9438d240275ee1a86e13b767083af4684a1
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to