Skip to content

chore(main): release 0.3.7#592

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

chore(main): release 0.3.7#592
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.7 (2026-03-19)

Features

  • engine: implement Hybrid Plan + ReAct execution loop (#582) (008147c)
  • implement first-run setup wizard (#584) (dfed931)

Bug Fixes

  • api: address ZAP DAST scan findings (#579) (ce9a3e0)
  • cli: auto-delete binary on Windows, prune images, fix GoReleaser (#590) (eb7c691)
  • cli: regenerate compose and re-exec binary on update (#576) (3f226eb)

CI/CD

  • add SBOM generation to Docker and CLI releases (#580) (db459cf)

Maintenance


This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

  • New Features

    • Added engine Hybrid Plan + ReAct execution loop
    • Added first-run setup wizard
  • Bug Fixes

    • Addressed ZAP DAST scan issues
    • Fixed CLI Windows/image/update issues
  • Maintenance

    • Added SBOM generation for Docker/CLI releases
    • General maintenance updates

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 19, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 513bac0c-fdf9-4619-9f88-c71bf74f3e0e

📥 Commits

Reviewing files that changed from the base of the PR and between eb7c691 and 490ac3d.

📒 Files selected for processing (4)
  • .github/.release-please-manifest.json
  • .github/CHANGELOG.md
  • pyproject.toml
  • src/synthorg/__init__.py

📝 Walkthrough

Walkthrough

Version bump from 0.3.7 to 0.3.7 across release configuration, project metadata, and source code. Updates include manifest version mapping, changelog entry documenting features and fixes, commitizen version configuration, and exported module version constant.

Changes

Cohort / File(s) Summary
Release Configuration
.github/.release-please-manifest.json, pyproject.toml
Version incremented from 0.3.6 to 0.3.7 in both release-please manifest and commitizen configuration.
Source Code Version
src/synthorg/__init__.py
Exported __version__ constant updated from "0.3.6" to "0.3.7".
Release Notes
.github/CHANGELOG.md
New release section added for version 0.3.7 (2026-03-19) documenting Features (Hybrid Plan + ReAct loop, setup wizard), Bug Fixes (ZAP DAST, CLI), CI/CD (SBOM generation), and Maintenance items.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

autorelease: tagged

Poem

🐰 Hop-hop, a new release takes flight!
0.3.7 shines so bright,
With features and fixes in tow,
Watch the version numbers glow!
The rabbit declares: "Let it grow!" 🚀

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the pull request's primary objective to release version 0.3.7, with all file changes consistently updating version numbers.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main--components--synthorg
📝 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 represents the automated release of version 0.3.7, incorporating a range of new functionalities, critical bug fixes, and enhancements to the continuous integration and delivery processes. It ensures the project's version is consistently updated across all relevant configuration and source files, and comprehensively documents these changes in the project's changelog.

Highlights

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.

@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 0ff478b to 490ac3d Compare March 19, 2026 14:17
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.3.6 to 0.3.7 across the pyproject.toml, src/synthorg/__init__.py, and .github/.release-please-manifest.json files. It also includes the corresponding changelog entries in .github/CHANGELOG.md. These changes appear to be part of a routine release process and no specific code issues or bugs were identified.

@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 19, 2026 14:18 — with GitHub Actions Inactive
@Aureliolo Aureliolo merged commit 2e8e633 into main Mar 19, 2026
29 checks passed
@Aureliolo Aureliolo deleted the release-please--branches--main--components--synthorg branch March 19, 2026 14:21
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 19, 2026 14:21 — with GitHub Actions Inactive
@Aureliolo
Copy link
Copy Markdown
Owner Author

🤖 Created releases:

🌻

@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.46%. Comparing base (b69000d) to head (490ac3d).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #592   +/-   ##
=======================================
  Coverage   92.46%   92.46%           
=======================================
  Files         551      551           
  Lines       27681    27681           
  Branches     2678     2678           
=======================================
  Hits        25595    25595           
  Misses       1634     1634           
  Partials      452      452           

☔ 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 added a commit that referenced this pull request Mar 19, 2026
This was referenced Mar 19, 2026
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