Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughWorkspace version bump: updated Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Bumps the workspace and internal crate versions for the next release.
Changes:
- Update
[workspace.package]version from0.1.1to0.1.2 - Update internal path dependency versions from
0.1.1to0.1.2
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| amaru-observability-macros = { path = "crates/amaru-observability/macros", version = "0.1.2" } | ||
| amaru-ouroboros = { path = "crates/amaru-ouroboros", version = "0.1.2" } | ||
| amaru-ouroboros-traits = { path = "crates/amaru-ouroboros-traits", version = "0.1.2" } | ||
| amaru-plutus = { path = "crates/amaru-plutus", version = "0.1.2" } | ||
| amaru-progress-bar = { path = "crates/amaru-progress-bar", version = "0.1.2" } | ||
| amaru-protocols = { path = "crates/amaru-protocols", version = "0.1.2" } | ||
| amaru-sim = { path = "crates/amaru-sim", version = "0.1.2" } | ||
| amaru-stores = { path = "crates/amaru-stores", version = "0.1.2" } | ||
| amaru-tracing-json = { path = "crates/amaru-tracing-json", version = "0.1.2" } | ||
| pure-stage = { path = "crates/pure-stage", version = "0.1.2" } |
There was a problem hiding this comment.
These internal path dependencies duplicate the workspace version in many places, which makes each release bump noisier and easier to miss. Consider using Cargo workspace inheritance (e.g., version.workspace = true for these deps, and/or defining them under [workspace.dependencies] with workspace-inherited version) so the version only needs to be bumped once.
| amaru-observability-macros = { path = "crates/amaru-observability/macros", version = "0.1.2" } | |
| amaru-ouroboros = { path = "crates/amaru-ouroboros", version = "0.1.2" } | |
| amaru-ouroboros-traits = { path = "crates/amaru-ouroboros-traits", version = "0.1.2" } | |
| amaru-plutus = { path = "crates/amaru-plutus", version = "0.1.2" } | |
| amaru-progress-bar = { path = "crates/amaru-progress-bar", version = "0.1.2" } | |
| amaru-protocols = { path = "crates/amaru-protocols", version = "0.1.2" } | |
| amaru-sim = { path = "crates/amaru-sim", version = "0.1.2" } | |
| amaru-stores = { path = "crates/amaru-stores", version = "0.1.2" } | |
| amaru-tracing-json = { path = "crates/amaru-tracing-json", version = "0.1.2" } | |
| pure-stage = { path = "crates/pure-stage", version = "0.1.2" } | |
| amaru-observability-macros = { path = "crates/amaru-observability/macros", version.workspace = true } | |
| amaru-ouroboros = { path = "crates/amaru-ouroboros", version.workspace = true } | |
| amaru-ouroboros-traits = { path = "crates/amaru-ouroboros-traits", version.workspace = true } | |
| amaru-plutus = { path = "crates/amaru-plutus", version.workspace = true } | |
| amaru-progress-bar = { path = "crates/amaru-progress-bar", version.workspace = true } | |
| amaru-protocols = { path = "crates/amaru-protocols", version.workspace = true } | |
| amaru-sim = { path = "crates/amaru-sim", version.workspace = true } | |
| amaru-stores = { path = "crates/amaru-stores", version.workspace = true } | |
| amaru-tracing-json = { path = "crates/amaru-tracing-json", version.workspace = true } | |
| pure-stage = { path = "crates/pure-stage", version.workspace = true } |
There was a problem hiding this comment.
this doesn't appear to be a valid syntax?
Signed-off-by: jeluard <jeluard@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
Summary by CodeRabbit