Skip to content

chore: bump version to 0.6.0 - #118

Merged
CybotTM merged 1 commit into
mainfrom
chore/bump-version-0.6.0
Mar 24, 2026
Merged

chore: bump version to 0.6.0#118
CybotTM merged 1 commit into
mainfrom
chore/bump-version-0.6.0

Conversation

@just-tobi

Copy link
Copy Markdown
Contributor

Summary

  • Bump ext_emconf.php version to 0.6.0
  • Bump Documentation/guides.xml version/release to 0.6.0 (was stuck at 0.4.11 since v0.5.0 release)
  • Add v0.6.0 changelog entry to Documentation/Changelog.rst

After merging, create the signed release tag on main:
```
git tag -a -s v0.6.0 -m "v0.6.0"
git push origin v0.6.0
```

Copilot AI review requested due to automatic review settings March 24, 2026 14:03
@gemini-code-assist

Copy link
Copy Markdown

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 prepares the project for its 0.6.0 release by systematically updating all version references across key configuration and documentation files. It ensures that the project's metadata accurately reflects the new version and provides a detailed record of the changes introduced in this release, making it ready for deployment and future reference.

Highlights

  • Version Bump: Updated the extension's primary version in ext_emconf.php to 0.6.0.
  • Documentation Synchronization: Synchronized the documentation's project version and release in Documentation/guides.xml to 0.6.0.
  • Changelog Entry: Introduced a comprehensive changelog entry for v0.6.0 in Documentation/Changelog.rst, detailing new features, modifications, and bug fixes.
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.

@github-actions github-actions Bot added documentation Improvements or additions to documentation configuration Configuration changes labels Mar 24, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

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

Snapshot Warnings

⚠️: No snapshots were found for the head SHA b60bb9a.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

None

@github-actions github-actions Bot left a comment

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.

Automated approval for solo maintainer project

This PR has passed all automated quality gates:

  • ✅ Static analysis (PHPStan)
  • ✅ Code style (PHP-CS-Fixer)
  • ✅ Unit & functional tests
  • ✅ Security scanning
  • ✅ Dependency review

See SECURITY_CONTROLS.md for compensating controls documentation.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

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 correctly bumps the version to 0.6.0. The changes include updating the version in ext_emconf.php and Documentation/guides.xml, and adding a new changelog entry for the release. The changes are consistent and accurate for a version bump. I have no issues to report.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Bumps the extension and documentation versions to 0.6.0 and adds the corresponding 0.6.0 changelog entry, aligning metadata across TYPO3 extension packaging and rendered docs.

Changes:

  • Update extension version in ext_emconf.php to 0.6.0.
  • Update documentation project version/release in Documentation/guides.xml to 0.6.0.
  • Add a 0.6.0 section to Documentation/Changelog.rst dated 2026-03-24.

Reviewed changes

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

File Description
ext_emconf.php Bumps extension metadata version to 0.6.0 for TYPO3 packaging.
Documentation/guides.xml Aligns rendered documentation version/release to 0.6.0.
Documentation/Changelog.rst Adds the 0.6.0 changelog entry at the top with Added/Changed/Fixed items.

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

@CybotTM
CybotTM added this pull request to the merge queue Mar 24, 2026
Merged via the queue into main with commit efd5fff Mar 24, 2026
47 of 49 checks passed
@CybotTM
CybotTM deleted the chore/bump-version-0.6.0 branch March 24, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

configuration Configuration changes documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants