Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Changelog

## rtflite (development version)
## rtflite 2.5.3

### Documentation

- Update mkdocstrings settings to render Pydantic field metadata
via `griffe-pydantic` in API reference docs (#189).
- Declare `RTFDocument._table_space` as a Pydantic private attribute to
prevent mkdocstrings render errors in static mode (#189).
- Add Code Wiki link as README badge and site navigation link (#191).
- Add Code Wiki link as README badge and site navigation link.
This is a useful resource that helps developers and AI agents
understand the codebase fast (#191).

## rtflite 2.5.2

Expand Down
6 changes: 4 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Changelog

## rtflite (development version)
## rtflite 2.5.3

### Documentation

- Update mkdocstrings settings to render Pydantic field metadata
via `griffe-pydantic` in API reference docs (#189).
- Declare `RTFDocument._table_space` as a Pydantic private attribute to
prevent mkdocstrings render errors in static mode (#189).
- Add Code Wiki link as README badge and site navigation link (#191).
- Add Code Wiki link as README badge and site navigation link.
This is a useful resource that helps developers and AI agents
understand the codebase fast (#191).

## rtflite 2.5.2

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rtflite"
version = "2.5.2"
version = "2.5.3"
description = "Lightweight RTF composer for Python"
authors = [
{ name = "Yilong Zhang", email = "[email protected]" },
Expand Down
Loading