docs(release): prepare 0.3.5 - #90
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The reviewed release notes and catalog update have no unresolved blocking issues.
Review effort: Lite
Findings: None
What changed in this PR
Prepares release 0.3.5 with documentation for staff listing and iteration-aware timesheet creation.
Changes:
- Adds 0.3.5 release notes.
- Updates the release catalog test for version 0.3.5.
| File | Summary |
|---|---|
tests/SSW.TimePro.Cli.Tests/Features/Updates/ReleaseNotesCatalogTests.cs |
Updates the expected latest release version. |
release-notes/0.3.5.md |
Documents the 0.3.5 user-facing changes. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Summary
Prepares release 0.3.5 covering #88 (
ts create/create_timesheetiteration by name or ID) and #89 (user list --staffand thelist_staffMCP tool).git log v0.3.4..origin/mainhas only those two commits.How verified
By execution, Release build of
origin/main(524127e) against thessw-stagingtenant:dotnet test SSW.TimePro.Timesheets.Cli.slnx: 598 unit + 305 integration passed.tp user list --staff --limit 0 --json: 11 of 49 active users; default limit, query filter and table output behave.--staff --allis refused with exit 1.list_staffovertp mcpstdio returns the same 11 rows as the CLI (identical JSON);check_weekwith one of thoseempIds answers normally.scripts/e2e/test-mcp-smoke.shpassed: 19 default tools, onecreate_timesheetvia the legacyiterationIdargument, read back and deleted.ts create --iteration "Sprint 99"and an iteration on a project without them fail before writing; no row was left on the test date.readlink release-notes/latest.md→0.3.5.md.Found, not fixed here:
tp user list --staff --all --jsonwrites its error to stderr only, so stdout is empty rather than carrying the--jsonerror envelope. The existing--limit -1check in the same command has the same gap.🤖 Generated with Claude Code