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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 4.4.54 - Unreleased

Comment on lines +3 to +4
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Keep the new changelog entry in the repo’s release format.

## 4.4.54 - Unreleased doesn’t match the required ## X.Y.Z - YYYY-MM-DD heading, and this new block is also missing the standard Added/Changed/Fixed/Deprecated/Removed/Security sections. If this is only a start-of-cycle placeholder, I’d either add the empty section scaffolding now or wait to add the versioned header until the release date is known.

As per coding guidelines, "Changelog format must use sections: Added, Changed, Fixed, Deprecated, Removed, Security, with date in format ## X.Y.Z - YYYY-MM-DD."

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CHANGELOG.md` around lines 3 - 4, Replace the placeholder heading "## 4.4.54
- Unreleased" with the required release header format "## X.Y.Z - YYYY-MM-DD"
and add the standard empty section scaffolding (Added, Changed, Fixed,
Deprecated, Removed, Security) under that heading; if this is only a
start-of-cycle placeholder instead of a dated release, remove the versioned
header or leave a single commented note and only add the full "## X.Y.Z -
YYYY-MM-DD" heading plus the six sections
(Added/Changed/Fixed/Deprecated/Removed/Security) when the release date is known
so the CHANGELOG.md complies with the project guideline.

## 4.4.53 - 2026-03-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _maybe_copy_theta_terminal(self):

setuptools.setup(
name="lumibot",
version="4.4.53",
version="4.4.54",
author="Robert Grzesik",
author_email="rob@lumiwealth.com",
description="Backtesting and Trading Library, Made by Lumiwealth",
Expand Down