Skip to content

chore(main): release 0.2.4#445

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

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

Conversation

@Aureliolo
Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo commented Mar 15, 2026

🤖 I have created a release beep boop

0.2.4 (2026-03-15)

Bug Fixes

  • attach cosign signatures and provenance bundle to release assets (#438) (f191a4d)
  • create git tag explicitly for draft releases (#432) (1f5120e)
  • docker healthcheck, CI optimization, and container hardening (#436) (4d32bca)
  • ensure security headers on all HTTP responses (#437) (837f2fc)
  • make install scripts usable immediately without terminal restart (#433) (b45533c)
  • migrate pids_limit to deploy.resources.limits.pids (#439) (66b94fd)
  • use cosign --bundle flag for checksums signing (#443) (19735b9)

Refactoring

Maintenance

  • main: release 0.2.4 (#431) (63b03c4)
  • remove stale v0.2.4 changelog section from failed release (#446) (769de10)
  • reset version to 0.2.3 for re-release (#444) (8579993)
  • site: replace hero CTA with license link and scroll arrow (#440) (56af41c)
  • web: adopt @vue/tsconfig preset (#435) (7d4b214)

This PR was generated with Release Please. See documentation.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 15, 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.2.4. It systematically updates the project's version identifiers and comprehensively documents all changes, including various bug fixes, refactoring efforts, and maintenance improvements, within the changelog. This ensures consistency across the codebase and provides a clear record of the latest release.

Highlights

  • Version Bump: The project version has been updated to 0.2.4 across all relevant configuration and source files.
  • Changelog Update: The CHANGELOG.md file has been updated to include all bug fixes, refactoring, and maintenance tasks completed for the 0.2.4 release.
Changelog
Activity
  • No human activity has been recorded on this pull request yet.
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.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 15, 2026

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (2)
  • chore(main): release ai-company
  • 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: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 5e752664-0b1a-4e6f-b3e4-dab79c2a6e76

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
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-please--branches--main--components--synthorg
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code 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.

@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 15, 2026 13:06 — with GitHub Actions Inactive
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 15, 2026

Greptile Summary

This is an automated release PR generated by Release Please, bumping the project version from 0.2.3 to 0.2.4. All four changed files are updated consistently and the changelog accurately reflects the included bug fixes, refactoring, and maintenance work.

  • src/synthorg/__init__.py: __version__ updated to "0.2.4"
  • pyproject.toml: Commitizen version marker updated to "0.2.4"
  • .github/.release-please-manifest.json: manifest version updated to "0.2.4"
  • .github/CHANGELOG.md: new 0.2.4 section prepended with all relevant commits, correctly linked to their issues and SHAs

No functional or logical issues were found. All version strings are consistent across the codebase.

Confidence Score: 5/5

  • This PR is safe to merge — it is a purely mechanical, auto-generated version bump with no logic changes.
  • All four changed files contain only version string updates from "0.2.3" to "0.2.4", and they are fully consistent with one another. The changelog content matches the PR description. There is no functional code being introduced or modified.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/.release-please-manifest.json Version string bumped from "0.2.3" to "0.2.4" — consistent with the rest of the release.
.github/CHANGELOG.md New 0.2.4 section prepended with all bug fixes, refactoring, and maintenance entries correctly linked to their respective commits and issues.
pyproject.toml Commitizen version marker bumped from "0.2.3" to "0.2.4" — matches all other version fields.
src/synthorg/init.py Package __version__ bumped from "0.2.3" to "0.2.4" — correct and consistent.

Last reviewed commit: 76a0541

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 for version 0.2.4, updating the version number in several files and adding the corresponding changelog entry. My review focuses on the generated CHANGELOG.md file, where I've found some duplicated content that should be removed for clarity.

Comment on lines 29 to 34
## [0.2.4](https://github.com/Aureliolo/synthorg/compare/v0.2.3...v0.2.4) (2026-03-15)


### Bug Fixes

* attach cosign signatures and provenance bundle to release assets ([#438](https://github.com/Aureliolo/synthorg/issues/438)) ([f191a4d](https://github.com/Aureliolo/synthorg/commit/f191a4dc810b90434ee01a44fe9827ac2f738232))
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

It appears there's some duplicated content in the changelog. The release notes for version 0.2.4, including the version header and the first bug fix, are repeated at the end of the entry. These duplicated lines should be removed to keep the changelog clean and avoid confusion.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 15, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #445   +/-   ##
=======================================
  Coverage   93.67%   93.67%           
=======================================
  Files         469      469           
  Lines       22213    22213           
  Branches     2144     2144           
=======================================
  Hits        20808    20808           
  Misses       1094     1094           
  Partials      311      311           

☔ 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 15, 2026
## Summary

- Remove the orphaned v0.2.4 changelog section left behind by the failed
release
- Gemini correctly flagged the duplication on the Release Please PR #445
- After merge, Release Please will regenerate a clean v0.2.4 section
without duplicates

## Test plan

- [ ] Release Please PR #445 updates to show a single v0.2.4 section
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 158a983 to 76a0541 Compare March 15, 2026 14:25
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 15, 2026 14:26 — with GitHub Actions Inactive
@Aureliolo Aureliolo merged commit fad9353 into main Mar 15, 2026
33 checks passed
@Aureliolo Aureliolo deleted the release-please--branches--main--components--synthorg branch March 15, 2026 14:29
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 15, 2026 14: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