Skip to content

Conversation

@pomcho555
Copy link
Owner

Summary

  • Replace hardcoded version strings with env\!("CARGO_PKG_VERSION") macro
  • Update CLI version display to read from Cargo.toml automatically
  • Fix test to use dynamic version checking instead of hardcoded assertions

Test plan

  • Verify rsp --version shows correct version from Cargo.toml
  • Run all tests to ensure version test works with dynamic checking
  • Build project successfully

🤖 Generated with Claude Code

- Replace hardcoded version "0.1.0" with env\!("CARGO_PKG_VERSION") in cli.rs
- Update test to use dynamic version checking instead of hardcoded string
- Ensures version consistency between Cargo.toml and application output

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

Co-Authored-By: Claude <[email protected]>
@pomcho555 pomcho555 self-assigned this Jul 27, 2025
@pomcho555 pomcho555 merged commit 91a0662 into main Jul 27, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants