Skip to content

Tags: wvlet/runi

Tags

v0.1.2

Toggle v0.1.2's commit message
v0.1.2

runi-core now bundles every workspace sub-crate by default (log + cli);
runi-test stays out as a dev-only helper.

Docs genericized so adding more bundled sub-crates doesn't require
doc cascade edits (#14).

v0.1.1

Toggle v0.1.1's commit message
v0.1.1

- runi-core now plays dual role: foundation + feature-gated bundle re-exporting runi-log and runi-cli (#12)
- Release workflow publish order fixed for the new optional deps (#13)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Publish runi-cli-macros in release workflow (#10)

## Summary

- PR #7 added `runi-cli-macros` as a separate workspace crate.
- `runi-cli` depends on it via the default `derive` feature, so `cargo
publish -p runi-cli` would fail until `runi-cli-macros` is on crates.io.
- Slot `publish runi-cli-macros` between `runi-log` and `runi-cli` in
`release.yml`.

## Test plan

- [ ] Push a `v0.1.0` tag once merged and confirm all five crates
publish in dependency order.

🤖 Generated with [Claude Code](https://claude.com/claude-code)