chore: synchronize all plugin versions with main 0.15.0 release#269
Merged
bittcrafter merged 1 commit intormqtt:masterfrom Aug 28, 2025
Merged
chore: synchronize all plugin versions with main 0.15.0 release#269bittcrafter merged 1 commit intormqtt:masterfrom
bittcrafter merged 1 commit intormqtt:masterfrom
Conversation
Version Alignment: - Updated all plugin dependencies in main Cargo.toml to use 0.15.0 - Changed all plugin Cargo.toml files to use `version.workspace = true` - Ensured version consistency across the entire workspace Key Changes: 1. **Workspace Version Inheritance**: - All plugins now inherit version from workspace (0.15.0) - Replaced individual version numbers with `version.workspace = true` - Ensures synchronized versioning across all components 2. **Dependency Updates**: - Updated all plugin references in main Cargo.toml to 0.15.0 - Changed rmqtt-plugins meta-package from 0.1.1 to 0.15.0 - Maintained consistent versioning pattern 3. **Documentation Updates**: - Updated README.md examples to use 0.15.0 for plugin dependencies - Changed rmqtt-plugins version from 0.1 to 0.15 in examples - Updated individual plugin version references to 0.15 Benefits: - **Consistent Versioning**: All components now share the same 0.15.0 version - **Simplified Maintenance**: Single version source in workspace package - **Better Dependency Management**: Prevents version mismatch issues - **Clear Release Identity**: Unified version across entire ecosystem This change ensures that the 0.15.0 release has completely synchronized versions across all components, making dependency management straightforward and preventing potential version conflicts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version Alignment:
version.workspace = trueKey Changes:
Workspace Version Inheritance:
version.workspace = trueDependency Updates:
Documentation Updates:
Benefits:
This change ensures that the 0.15.0 release has completely synchronized versions across all components, making dependency management straightforward and preventing potential version conflicts.