Skip to content

chore(main): release 0.4.7#711

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

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

Conversation

@Aureliolo
Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo commented Mar 22, 2026

🤖 I have created a release beep boop

0.4.7 (2026-03-22)

Features

  • add system user for CLI-to-backend authentication (#710) (dc6bd3f)
  • dev channel builds with incremental pre-releases between stable releases (#715) (0e8a714)
  • replace hardcoded name pools with Faker multi-locale name generation (#714) (5edc6ec)

Bug Fixes

  • dev-release tag creation, dependabot coverage, go -C cli convention (#730) (7634843)
  • improve name generation step UX and fix sentinel expansion bug (#739) (f03fd05)
  • settings page UX polish -- toggle bug, source badges, form improvements (#712) (d16a0ac)
  • switch dev tags to semver and use same release pipeline as stable (#729) (4df6b9b), closes #713
  • unify CLI image discovery and standardize Go tooling (#738) (712a785)
  • use PAT in dev-release workflow to trigger downstream pipelines (#716) (d767aa3)

CI/CD

  • bump astral-sh/setup-uv from 7.4.0 to 7.6.0 in /.github/actions/setup-python-uv in the minor-and-patch group (#731) (7887257)
  • bump the minor-and-patch group with 3 updates (#735) (7cd253a)
  • bump wrangler from 4.75.0 to 4.76.0 in /.github in the minor-and-patch group (#732) (a6cafc7)
  • clean up all dev releases and tags on stable release (#737) (8d90f5c)

Maintenance

  • bump the minor-and-patch group across 2 directories with 2 updates (#733) (2b60069)
  • bump the minor-and-patch group with 3 updates (#734) (859bc25)
  • fix dependabot labels and add scope tags (#736) (677eb15)
  • remove redundant pytest.mark.timeout(30) markers (#740) (9ec2163)

This PR was generated with Release Please. See documentation.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 22, 2026

Dependency Review

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

Scanned Files

None

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 22, 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: 9d16a297-9b29-4026-b06e-d29fbeab022d

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.

@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 11:50 — with GitHub Actions Inactive
@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.4.7, updating the version number across several key files and incorporating the addition of a system user for CLI-to-backend authentication into the changelog. The changes are primarily version bumps and changelog updates to reflect the new release.

Highlights

  • Release Update: This PR updates the project to version 0.4.7, including changes to the manifest, changelog, pyproject.toml, and init files.
  • Feature Integration: The release incorporates a new feature: adding a system user for CLI-to-backend authentication.
  • Changelog Update: The changelog has been updated to reflect the new version and the included feature.
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 is an automated release for version 0.4.7, generated by Release Please. The changes correctly update the version number across the relevant project files and update the changelog. I've noted a minor issue in the changelog where the release date for v0.4.7 is identical to the previous release, which should be corrected to avoid confusion.

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

## [0.4.7](https://github.com/Aureliolo/synthorg/compare/v0.4.6...v0.4.7) (2026-03-22)
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 for this new version 0.4.7 is (2026-03-22), which is identical to the release date of the previous version 0.4.6. This is likely an error in the release automation process. Please verify the configuration to ensure that new releases are generated with the correct date.

@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from d834695 to 079257d Compare March 22, 2026 12:46
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 12:47 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 079257d to 481b2b1 Compare March 22, 2026 13:15
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 13:16 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 481b2b1 to 0a319de Compare March 22, 2026 13:31
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 13:32 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 0a319de to 40e5355 Compare March 22, 2026 13:58
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 13:59 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 40e5355 to 3ae4dfe Compare March 22, 2026 14:07
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 14:08 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 3ae4dfe to 9fc1282 Compare March 22, 2026 14:38
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 14:39 — with GitHub Actions Inactive
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 22, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #711   +/-   ##
=======================================
  Coverage   92.27%   92.27%           
=======================================
  Files         573      573           
  Lines       29655    29655           
  Branches     2870     2870           
=======================================
  Hits        27365    27365           
  Misses       1810     1810           
  Partials      480      480           

☔ 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 9fc1282 to ef3aee3 Compare March 22, 2026 14:47
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 14:48 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from ef3aee3 to 7c761fc Compare March 22, 2026 14:56
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 7c761fc to e1338fd Compare March 22, 2026 14:57
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 14:59 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from e1338fd to 9689351 Compare March 22, 2026 14:59
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 15:01 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 9689351 to a24858b Compare March 22, 2026 15:05
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 15:06 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from a24858b to 6536842 Compare March 22, 2026 15:16
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 15:17 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 6536842 to 4df7c61 Compare March 22, 2026 15:39
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 15:40 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 4df7c61 to 2d1977a Compare March 22, 2026 15:54
@Aureliolo Aureliolo had a problem deploying to cloudflare-preview March 22, 2026 15:55 — with GitHub Actions Failure
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 2d1977a to 7200a36 Compare March 22, 2026 16:43
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 22, 2026 16:44 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 7200a36 to 3c02b1d Compare March 22, 2026 16:55
@Aureliolo Aureliolo merged commit 3045df8 into main Mar 22, 2026
26 of 27 checks passed
@Aureliolo Aureliolo deleted the release-please--branches--main--components--synthorg branch March 22, 2026 16:56
@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.

feat: dev channel builds with incremental pre-releases between stable releases

1 participant