chore(release): v1.8.0#193
Merged
Merged
Conversation
- Bump crate version to 1.8.0
- Promote the Unreleased changelog section to [1.8.0], including the
previously-omitted {reset_at} entry (#192)
- Drop {reset_at} from the cship.toml showcase usage_limits formats
Ships the security fix (#191), the breaking cost-duration formatting
change, and the new effort (#187) and account (#153) modules.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
bf8dc17 to
4c08ee3
Compare
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.
Release 1.8.0. Bumps the crate version and promotes the
[Unreleased]changelog section to[1.8.0] - 2026-06-29.What ships in 1.8.0
$cship.cost.total_duration_ms/total_api_duration_msnow render human-readable durations instead of raw ms (issue Feature: auto-format duration fields (ms → human-readable) #162)cship.effortmodule (#187),cship.accountmodule (#153), andtotal_duration/total_api_durationaliasescship explain cship.accountremediation, and account module docsRelease mechanics
After merge, tagging
v1.8.0triggers.github/workflows/release.yml, which builds the cross-platform binaries and publishes the GitHub release (notes auto-extracted fromCHANGELOG.md).Verified:
cargo fmt --check,cargo clippy -- -D warnings, 564 tests pass.🤖 Generated with Claude Code