Skip to content

chore(main): release 0.3.8#599

Merged
Aureliolo merged 1 commit intomainfrom
release-please--branches--main--components--synthorg
Mar 19, 2026
Merged

chore(main): release 0.3.8#599
Aureliolo merged 1 commit intomainfrom
release-please--branches--main--components--synthorg

Conversation

@Aureliolo
Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo commented Mar 19, 2026

🤖 I have created a release beep boop

0.3.8 (2026-03-19)

Features

  • dynamic settings UI with auto-discovery and basic/advanced toggle (#600) (11b32b7)

Bug Fixes

  • ci: remove dst: . from GoReleaser archive config (#598) (c8bf862)
  • engine: wire compaction_callback and plan_execute_config through auto-selection (#601) (795327f)
  • harden setup wizard completion and status checks (#616) (d99d7b7)

Maintenance

  • add /codebase-audit skill for deep parallel codebase auditing (#613) (db02320)

This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

Release Notes - Version 0.3.8

  • New Features

    • Dynamic settings UI with auto-discovery and basic/advanced toggle.
  • Bug Fixes

    • Setup wizard completion and status hardening.
  • Maintenance

    • Codebase-audit skill for deep parallel codebase auditing.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 19, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Excluded labels (none allowed) (1)
  • autorelease: pending

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 (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Pro

Run ID: 2bfb722f-cc34-4301-ad5b-a59f8610fc0b

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:

  • ✅ Review completed - (🔄 Check again to review again)
📝 Coding Plan
  • Generate coding plan for human review comments

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 19, 2026

Dependency Review

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

Scanned Files

None

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request automates the release of version 0.3.8, integrating a critical bug fix related to the GoReleaser archive configuration within the continuous integration setup. The primary objective is to propagate the new version number across all relevant project files, ensuring consistency and reflecting the latest changes.

Highlights

  • Automated Release: This pull request represents an automated release for version 0.3.8 of the project, generated by Release Please.
  • Bug Fix Included: The release incorporates a bug fix that removes dst: . from the GoReleaser archive configuration in the CI pipeline, addressing issue fix(ci): remove dst: . from GoReleaser archive config #598.
  • Version Updates: Project version numbers have been consistently updated across the release manifest, changelog, pyproject.toml, and the __init__.py file.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

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 automates the release of version 0.3.8. The changes correctly update the version number in pyproject.toml, src/synthorg/__init__.py, and the release-please manifest. The changelog is also updated. However, I've noticed that the release date in the changelog is set to a future date, which could be confusing. This appears to be a recurring issue from the previous release and likely points to a misconfiguration in the release automation tool.

@@ -1,5 +1,12 @@
# Changelog

## [0.3.8](https://github.com/Aureliolo/synthorg/compare/v0.3.7...v0.3.8) (2026-03-19)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The release date is set to a future date (2026-03-19). This is likely due to a misconfiguration in the release automation process and could be misleading to users. This issue also seems to be present for the previous release version.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.42%. Comparing base (d99d7b7) to head (3af5ad5).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #599   +/-   ##
=======================================
  Coverage   92.42%   92.42%           
=======================================
  Files         551      551           
  Lines       27745    27745           
  Branches     2681     2681           
=======================================
  Hits        25644    25644           
  Misses       1650     1650           
  Partials      451      451           

☔ 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 ad11dc8 to 89cba87 Compare March 19, 2026 16:34
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 19, 2026 16:36 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 89cba87 to 9e3a65d Compare March 19, 2026 16:45
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 19, 2026 16:47 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 9e3a65d to 3af5ad5 Compare March 19, 2026 17:27
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 19, 2026 17:28 — with GitHub Actions Inactive
@Aureliolo Aureliolo merged commit e6a11a3 into main Mar 19, 2026
29 checks passed
@Aureliolo Aureliolo deleted the release-please--branches--main--components--synthorg branch March 19, 2026 17:29
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 19, 2026 17:29 — 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.

1 participant