Skip to content

chore(main): release 0.5.4#950

Merged
Aureliolo merged 2 commits intomainfrom
release-please--branches--main--components--synthorg
Apr 1, 2026
Merged

chore(main): release 0.5.4#950
Aureliolo merged 2 commits intomainfrom
release-please--branches--main--components--synthorg

Conversation

@Aureliolo
Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo commented Mar 31, 2026

🤖 I have created a release beep boop

0.5.4 (2026-04-01)

Features

  • artifact and project management UI in web dashboard (#954) (00a0430)
  • embed MkDocs build output in React web dashboard at /docs (#948) (f229fc2)
  • personality preset discovery API and user-defined preset CRUD (#952) (497848a)
  • support multi-provider model resolution with budget-based selection (#953) (146b782)
  • support per-agent memory retention overrides (#209) (#951) (020c610)

Documentation


This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 31, 2026

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • chore(main): release

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 8aa5333b-0d70-479e-9e26-ef6d5456f51d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 31, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA a19cd58.
Ensure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice.

Scanned Files

None

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the project version from 0.5.3 to 0.5.4 across the release manifest, pyproject.toml, and the package initialization file. The changelog has also been updated to reflect the addition of a feature that embeds MkDocs build output into the React web dashboard at /docs. I have no feedback to provide.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.00%. Comparing base (00a0430) to head (fec5cc3).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #950   +/-   ##
=======================================
  Coverage   92.00%   92.00%           
=======================================
  Files         612      612           
  Lines       33021    33021           
  Branches     3170     3170           
=======================================
  Hits        30380    30380           
  Misses       2097     2097           
  Partials      544      544           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 9de3486 to c62f37e Compare March 31, 2026 15:05
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 31, 2026 15:06 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from c62f37e to b55fb19 Compare March 31, 2026 20:45
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 31, 2026 20:46 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from b55fb19 to 137c335 Compare March 31, 2026 22:02
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 31, 2026 22:03 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 137c335 to 0fc8116 Compare March 31, 2026 22:06
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 31, 2026 22:07 — with GitHub Actions Inactive
Copilot AI review requested due to automatic review settings April 1, 2026 06:54
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 0fc8116 to a19cd58 Compare April 1, 2026 06:54
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Release-please generated release PR for SynthOrg v0.5.4, updating repository version markers and release metadata for the new tag.

Changes:

  • Bump package/version markers to 0.5.4 (__version__, commitizen, release-please manifest).
  • Add the 0.5.4 entry to .github/CHANGELOG.md.
  • Update BSL “Change Date” in LICENSE.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/synthorg/__init__.py Bumps __version__ to 0.5.4.
pyproject.toml Updates commitizen version to 0.5.4.
LICENSE Updates BSL Change Date for the release.
.github/CHANGELOG.md Adds changelog section for 0.5.4.
.github/.release-please-manifest.json Updates manifest version to 0.5.4.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 31 to 34
testing, development, evaluation) is always permitted
regardless of organization size.
Change Date: March 31, 2029
Change Date: April 1, 2029
Change License: Apache License, Version 2.0
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

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

LICENSE Change Date appears to still be set to March 31, 2029, which doesn’t match the 0.5.4 release date (2026-04-01). For the BSL Change Date, bump it to +3 years from the actual release/PR date so the license terms remain consistent with the release automation.

Copilot uses AI. Check for mistakes.
@Aureliolo Aureliolo merged commit a755ec3 into main Apr 1, 2026
31 checks passed
@Aureliolo Aureliolo deleted the release-please--branches--main--components--synthorg branch April 1, 2026 07:02
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 1, 2026 07:02 — with GitHub Actions Inactive
@Aureliolo
Copy link
Copy Markdown
Owner Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants