chore(main): release openfeature-meta_provider 0.0.8#103
chore(main): release openfeature-meta_provider 0.0.8#103openfeaturebot wants to merge 1 commit intomainfrom
Conversation
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Summary of ChangesHello, 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 performs a release of the Highlights
Changelog
Activity
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
Code Review
This pull request, generated by Release Please, is intended to release version 0.0.8. However, the current version in the source files on the base branch appears to be 0.1.0. This PR downgrades the version from 0.1.0 to 0.0.8 in lib/openfeature/meta_provider_version.rb and Gemfile.lock. Downgrading a version number is a critical issue as it violates semantic versioning and can cause significant problems for consumers of this gem. It seems there's an inconsistency between the version tracked by release-please in .release-please-manifest.json (which was 0.0.7) and the version present in the code (0.1.0). This underlying inconsistency should be resolved before this release can proceed.
| remote: . | ||
| specs: | ||
| openfeature-meta_provider (0.1.0) | ||
| openfeature-meta_provider (0.0.8) |
| module OpenFeature | ||
| class MetaProvider | ||
| VERSION = "0.1.0" | ||
| VERSION = "0.0.8" |
There was a problem hiding this comment.
This change downgrades the package version from 0.1.0 to 0.0.8. Downgrading version numbers is strongly discouraged as it violates semantic versioning and can cause dependency resolution issues for users of this gem. This is likely due to an inconsistency between the version on the base branch and the version history tracked by the release automation. This should be investigated and resolved before merging.
🤖 I have created a release beep boop
0.0.8 (2026-03-16)
✨ New Features
This PR was generated with Release Please. See documentation.