Skip to content

Commit 24ec266

Browse files
author
Sven Siegmund
committed
chore: update changelog
1 parent 7713c59 commit 24ec266

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 0.9.4 (2024-11-10)
6+
7+
8+
### Bugfixes
9+
10+
- add missing import statement in `html_decapsulator.py` [#42](https://github.com/fleetingbytes/rtfparse/issues/42)
11+
12+
13+
### Development Details
14+
15+
- replace `black` and `isort` with `ruff` [#44](https://github.com/fleetingbytes/rtfparse/issues/44)
16+
517
## 0.9.3 (2024-11-01)
618

719

changelog.d/42.fixed.md

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

changelog.d/44.unimportant.md

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

src/rtfparse/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python
22

33

4-
__version__ = "0.9.3"
4+
__version__ = "0.9.4"

0 commit comments

Comments
 (0)