Skip to content

chore(main): release 0.1.2#316

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

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

Conversation

@Aureliolo
Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo commented Mar 12, 2026

🤖 I have created a release beep boop

0.1.2 (2026-03-12)

Features

  • add /review-dep-pr skill for dependency update PR review (#315) (56f6565)
  • add static OpenAPI reference page with Scalar UI (#319) (77cdbcc)

Bug Fixes

  • correct API reference link path in rest-api.md (#320) (3d08f92)

CI/CD

  • bump actions/setup-node from 4.4.0 to 6.3.0 (#311) (3c99d6f)
  • bump actions/setup-python from 5.6.0 to 6.2.0 (#312) (3273553)
  • bump astral-sh/setup-uv from 6.0.1 to 7.4.0 (#310) (b63cee7)

Maintenance

  • bump mkdocstrings[python] from 0.29.1 to 1.0.3 (#314) (d46ccad)
  • bump the minor-and-patch group with 2 updates (#313) (6337ae4)
  • improve review-dep-pr skill and add Codecov Test Analytics (#317) (eb5782e)

This PR was generated with Release Please. See documentation.

Copilot AI review requested due to automatic review settings March 12, 2026 07:47
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 12, 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: 32eef112-0501-4e28-88db-30d7d999ac72

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

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 12, 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 is an automated release for version 0.1.2, generated by Release Please. It primarily updates the project's version number and incorporates a new feature that introduces a skill for reviewing dependency update pull requests.

Highlights

  • Version Bump: The project version has been updated from 0.1.1 to 0.1.2 across relevant configuration and source files.
  • New Feature: A new skill, /review-dep-pr, was added to facilitate the review of dependency update pull requests.
Changelog
  • changelog
    • Added new changelog entries for version 0.1.2, detailing the new feature.
Activity
  • This pull request was automatically generated by Release Please.
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.

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 appears to be an automated release for version 0.1.2. The changes consistently update the version number across .github/.release-please-manifest.json, pyproject.toml, and src/ai_company/__init__.py, and also update the CHANGELOG.md. I have one piece of feedback regarding the date in the changelog.

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

## [0.1.2](https://github.com/Aureliolo/synthorg/compare/v0.1.1...v0.1.2) (2026-03-12)
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-12). This is likely an error and should be corrected to the actual release date before merging. This might indicate a misconfiguration in the release-please tool or the environment where it's running.

Copy link
Copy Markdown
Contributor

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 bump for SynthOrg v0.1.2, updating the library/package version metadata and publishing the corresponding changelog entry.

Changes:

  • Bump package version to 0.1.2 (Hatch version source and Commitizen version).
  • Add 0.1.2 release notes to the repository changelog.
  • Update Release Please manifest to track the new version.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/ai_company/__init__.py Updates the canonical package version used by Hatch dynamic versioning.
pyproject.toml Bumps Commitizen’s tracked version to 0.1.2.
.github/CHANGELOG.md Adds the 0.1.2 release entry (feature: /review-dep-pr skill).
.github/.release-please-manifest.json Advances Release Please manifest version from 0.1.1 to 0.1.2.

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

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 12, 2026

Greptile Summary

This is an auto-generated Release Please PR that bumps the project version from 0.1.1 to 0.1.2, with no logic or behavior changes of any kind.

  • Version string updated consistently across all four relevant locations: .github/.release-please-manifest.json, pyproject.toml ([tool.commitizen]), and src/ai_company/__init__.py (the canonical source read by [tool.hatch.version])
  • CHANGELOG.md prepended with the correctly structured 0.1.2 section covering features, bug fixes, CI/CD bumps, and maintenance items
  • All version references are in sync — no drift between the manifest, build system, runtime __version__, and changelog

Confidence Score: 5/5

  • Safe to merge — purely mechanical version bump with no code logic changes.
  • All four changed files contain only version string updates (0.1.10.1.2) and a new CHANGELOG section. The version is consistent across the manifest, commitizen config, hatchling build source, and the runtime __version__ attribute. No functional code is touched.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/.release-please-manifest.json Version bumped from "0.1.1" to "0.1.2" — correct and consistent with all other files.
.github/CHANGELOG.md New 0.1.2 changelog section prepended with accurate feature, bug fix, CI/CD, and maintenance entries. No issues found.
pyproject.toml Commitizen version bumped from "0.1.1" to "0.1.2". [tool.hatch.version] correctly points to src/ai_company/__init__.py, which is also bumped in this PR — the dynamic version is consistent.
src/ai_company/init.py __version__ bumped from "0.1.1" to "0.1.2". This is the canonical version source for the hatchling build system — correctly updated.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Push to main] --> B[Release Please workflow]
    B --> C{New releasable\ncommits?}
    C -- Yes --> D[Auto-create / update\nRelease PR]
    D --> E[Bump versions in\n.release-please-manifest.json\npyproject.toml\nsrc/ai_company/__init__.py]
    D --> F[Prepend CHANGELOG.md\nwith v0.1.2 section]
    E --> G[PR merged → main]
    F --> G
    G --> H[Release Please creates\ngit tag v0.1.2 +\nGitHub Release]
    H --> I[Tag push triggers\ndocker.yml workflow]
    I --> J[Build & scan images\nPush version-tagged images\nto GHCR]
Loading

Last reviewed commit: a81ba0a

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 12, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #316   +/-   ##
=======================================
  Coverage   93.64%   93.65%           
=======================================
  Files         427      427           
  Lines       19177    19177           
  Branches     1846     1846           
=======================================
+ Hits        17959    17960    +1     
+ Misses        943      941    -2     
- Partials      275      276    +1     

☔ 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 2b30cf9 to 9c4d9bf Compare March 12, 2026 07:51
Copilot AI review requested due to automatic review settings March 12, 2026 08:10
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 9c4d9bf to 1a96e63 Compare March 12, 2026 08:10
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.


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

@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 1a96e63 to dd19f05 Compare March 12, 2026 08:23
Copilot AI review requested due to automatic review settings March 12, 2026 08:23
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from dd19f05 to 7986ce0 Compare March 12, 2026 08:23
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.


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

@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 7986ce0 to 5213ac8 Compare March 12, 2026 08:26
Copilot AI review requested due to automatic review settings March 12, 2026 11:05
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 5213ac8 to d0f8d83 Compare March 12, 2026 11:05
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.


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

@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from d0f8d83 to a81ba0a Compare March 12, 2026 11:19
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 12, 2026 11:20 — with GitHub Actions Inactive
@Aureliolo Aureliolo merged commit d1203e5 into main Mar 12, 2026
15 checks passed
@Aureliolo Aureliolo deleted the release-please--branches--main--components--synthorg branch March 12, 2026 11:21
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview March 12, 2026 11:21 — 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