Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
80e82238 by lovetox at 2022-05-28T11:14:25+02:00
chore: Update ChangeLog
- - - - -
c49a7d0e by lovetox at 2022-05-28T11:27:46+02:00
chore: Update git-chglog config
- - - - -
a1d3e5ac by lovetox at 2022-05-28T11:27:58+02:00
release: 3.1.0
- - - - -
4 changed files:
- .chglog/config.yml
- ChangeLog
- nbxmpp/__init__.py
- setup.cfg
Changes:
=====================================
.chglog/config.yml
=====================================
@@ -8,17 +8,20 @@ options:
filters:
Type:
- feat
+ - imprv
- perf
- fix
commit_groups:
sort_by: Custom
title_order:
- feat
+ - imprv
- perf
- fix
title_maps:
feat: New
- perf: Performance Improvements
+ imprv: Improvements
+ perf: Performance
fix: Bug Fixes
header:
pattern: "^(\\w*)\\:\\s(.*)$"
=====================================
ChangeLog
=====================================
@@ -1,3 +1,13 @@
+python-nbxmpp 3.1.0 (28 May 2022)
+
+ New
+
+ * Examples: Allow to connect with different modes
+
+ Bug Fixes
+
+ * Client: Disconnect after stream restart in Login mode
+
python-nbxmpp 3.0.2 (18 May 2022)
Bug Fixes
=====================================
nbxmpp/__init__.py
=====================================
@@ -4,4 +4,4 @@ from .protocol import *
gi.require_version('Soup', '2.4')
-__version__: str = '3.0.2'
+__version__: str = '3.1.0'
=====================================
setup.cfg
=====================================
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 3.0.2
+version = 3.1.0
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = [email protected]
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/5516d597e8158fd746a4d501d05cc6a76ed1bc70...a1d3e5acf8ea5e446a252a8e69c02909f93db23c
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/compare/5516d597e8158fd746a4d501d05cc6a76ed1bc70...a1d3e5acf8ea5e446a252a8e69c02909f93db23c
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