espressif / idf-eclipse-plugin

Espressif-IDE (based on Eclipse CDT) for ESP-IDF CMake based projects 4.x and above
Eclipse Public License 2.0
302 stars 121 forks source link

change: bump version v2.12.0 #870

Closed kolipakakondal closed 9 months ago

kolipakakondal commented 9 months ago

Description

Please include a summary of the change and which issue is fixed.

Fixes # (IEP-XXX)

Type of change

Please delete options that are not relevant.

How has this been tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Dependent components impacted by this PR:

Checklist

Summary by CodeRabbit

coderabbitai[bot] commented 9 months ago

Walkthrough

The changes indicate a version upgrade for an Espressif IDF bundle and its associated product configuration. The bundle version has been incremented from 2.11.1 to 2.12.0, suggesting new features or fixes. Additionally, the product configuration now specifies its type as "features" and includes empty "name" attributes for repository elements, possibly in preparation for future repository identification.

Changes

File Path Change Summary
.../idf.branding/META-INF/MANIFEST.MF Bundle-Version updated from 2.11.1.qualifier to 2.12.0.qualifier.
releng/com.espressif.idf.product/idf.product Product version updated from "2.11.1" to "2.12.0"; added "type" attribute with value "features"; added empty "name" attributes to <repository> elements.

πŸ‡βœ¨ A hop of version, a leap in the code, From 2.11 to 2.12, the changes forebode. New features to discover, bugs left behind, A rabbit's delight in the progress we find. πŸš€πŸŒŸ

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ?


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - You can reply to a review comment made by CodeRabbit. - You can tag CodeRabbit on specific lines of code or files in the PR by tagging `@coderabbitai` in a comment. - You can tag `@coderabbitai` in a PR comment and ask one-off questions about the PR and the codebase. Use quoted replies to pass the context for follow-up questions. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json`