Skip to content

Commit 0f31fd4

Browse files
authored
Merge pull request #154 from pharmaverse/fix/pagination-regression
Fix pagination regression and column width calculation
2 parents 8c1f3ac + 7ccc3a0 commit 0f31fd4

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

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

3+
## rtflite 2.1.1
4+
5+
### Bug fixes
6+
7+
- Reduce packging files size by excluding unnecessary files and directories (#152).
8+
- Fixed an issue when paginating tables with `page_by` and `subline_by` (#152).
9+
310
## rtflite 2.1.0
411

512
### New features

docs/changelog.md

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

3+
## rtflite 2.1.1
4+
5+
### Bug fixes
6+
7+
- Reduce packging files size by excluding unnecessary files and directories (#152).
8+
- Fixed an issue when paginating tables with `page_by` and `subline_by` (#152).
9+
310
## rtflite 2.1.0
411

512
### 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.1.0"
3+
version = "2.1.1"
44
description = "Lightweight RTF composer for Python"
55
authors = [
66
{ name = "Yilong Zhang", email = "elong0527@gmail.com" },

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)