Skip to content

Commit 73b7d85

Browse files
authored
Merge pull request #162 from pharmaverse/release
Release rtflite 2.3.0
2 parents 57dc865 + b06c637 commit 73b7d85

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## rtflite 2.3.0
4+
5+
### New features
6+
7+
- Added `concatenate_docx` function to merge DOCX outputs without manual
8+
field refreshes, preserving per-section orientation (#160).
9+
10+
### Testing
11+
12+
- Added DOCX concatenation coverage and centralized optional dependency
13+
skip markers for `python-docx` and LibreOffice to keep tests gated
14+
appropriately (#160).
15+
16+
### Documentation
17+
18+
- Updated the assembly article to use `concatenate_docx` in code examples and
19+
added a reference page for assemble function to the mkdocs site (#160).
20+
321
## rtflite 2.2.0
422

523
### New features

docs/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## rtflite 2.3.0
4+
5+
### New features
6+
7+
- Added `concatenate_docx` function to merge DOCX outputs without manual
8+
field refreshes, preserving per-section orientation (#160).
9+
10+
### Testing
11+
12+
- Added DOCX concatenation coverage and centralized optional dependency
13+
skip markers for `python-docx` and LibreOffice to keep tests gated
14+
appropriately (#160).
15+
16+
### Documentation
17+
18+
- Updated the assembly article to use `concatenate_docx` in code examples and
19+
added a reference page for assemble function to the mkdocs site (#160).
20+
321
## rtflite 2.2.0
422

523
### New features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rtflite"
3-
version = "2.2.0"
3+
version = "2.3.0"
44
description = "Lightweight RTF composer for Python"
55
authors = [
66
{ name = "Yilong Zhang", email = "elong0527@gmail.com" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)