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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [0.0.36] - 2026-04-02

### Fixed
- Read the Docs example page links now navigate correctly (renamed wrapper files to match example filenames)

## [0.0.35] - 2026-04-02

### Added
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ self-contained — start from the top or jump to whatever fits your use case.
```{toctree}
:maxdepth: 1

getting-started
configuration
starting-a-game
segments-and-events
rendering-shorts
highlights-and-reels
profiles-and-iterations
game-finish-and-cleanup
plugins
smart-zoom
01-getting-started
02-configuration
03-starting-a-game
04-segments-and-events
05-rendering-shorts
06-highlights-and-reels
07-profiles-and-iterations
08-game-finish-and-cleanup
09-plugins
10-smart-zoom
```
2 changes: 1 addition & 1 deletion reeln/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from __future__ import annotations

__version__ = "0.0.35"
__version__ = "0.0.36"
Loading