Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 283053f

Browse files
committed
Added release notes for v0.6.4
1 parent 979ac7d commit 283053f

File tree

6 files changed

+34
-10
lines changed

6 files changed

+34
-10
lines changed

CHANGELOG.rst

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,42 @@ Change Log
33

44
.. towncrier release notes start
55
6+
0.6.4 (2023-02-07)
7+
------------------
8+
9+
Features
10+
--------
11+
12+
* Support for Python 3.11 was added. (`#61
13+
<https://github.com/beeware/gbulb/issues/61`__`)
14+
* Initial support for Python 3.12 was added. (`#69
15+
<https://github.com/beeware/gbulb/issues/69`__`)
16+
17+
18+
Bugfixes
19+
--------
20+
21+
* The GTK event loop no longer forces the use of the default GLib main context
22+
on every instance. (`#59 <https://github.com/beeware/gbulb/issues/59`__`)
23+
24+
25+
Misc
26+
----
27+
28+
* #62, #64
29+
30+
631
0.6.3 (2022-02-20)
732
------------------
833

934
Bugfixes
1035
^^^^^^^^
1136

12-
* Corrected the import of ``InvalidStateError`` to fix an error seen on Python 3.8+. (`#56 <https://github.com/beeware/gbulb/issues/56>`__)
37+
* Corrected the import of ``InvalidStateError`` to fix an error seen on Python
38+
3.8+. (`#56 <https://github.com/beeware/gbulb/issues/56>`__)
1339

14-
* Reverted the fix from #47; that change led to file descriptor leaks. (`#52 <https://github.com/beeware/gbulb/issues/52>`__)
40+
* Reverted the fix from #47; that change led to file descriptor leaks. (`#52
41+
<https://github.com/beeware/gbulb/issues/52>`__)
1542

1643

1744
0.6.2 (2021-10-24)
@@ -20,17 +47,19 @@ Bugfixes
2047
Features
2148
^^^^^^^^
2249

23-
* Added support for Python 3.10. (`#50 <https://github.com/beeware/gbulb/issues/50>`__)
50+
* Added support for Python 3.10. (`#50
51+
<https://github.com/beeware/gbulb/issues/50>`__)
2452

2553
Bugfixes
2654
^^^^^^^^
2755

28-
* Corrects a problem where a socket isn't forgotten and causes 100% CPU load. (`#47 <https://github.com/beeware/gbulb/issues/47>`__)
56+
* Corrects a problem where a socket isn't forgotten and causes 100% CPU load.
57+
(`#47 <https://github.com/beeware/gbulb/issues/47>`__)
2958

3059
Improved Documentation
3160
^^^^^^^^^^^^^^^^^^^^^^
3261

33-
* (`#49 <https://github.com/beeware/gbulb/issues/49>`__)
62+
* #49
3463

3564

3665
0.6.1 (2018-08-09)

changes/59.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/61.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/62.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/64.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/69.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)