docs(release): prepare 0.3.4 - #77
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
There was a problem hiding this comment.
🟡 Changes recommended
Adjust the release notes to remove or replace the internal refactor detail.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Prepares release 0.3.4 with release notes and an updated release-note catalog test.
Changes:
- Adds 0.3.4 release notes for leave creation and shared timesheet reads.
- Updates the catalog test to expect version 0.3.4.
File summaries
| File | Summary |
|---|---|
tests/SSW.TimePro.Cli.Tests/Features/Updates/ReleaseNotesCatalogTests.cs |
Updates the expected latest release version. |
release-notes/0.3.4.md |
Adds the 0.3.4 release notes. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+6
to
+7
| MCP server | ||
| - `get_timesheets`, `get_suggested_timesheets` and `check_week` now share their data fetches with the matching CLI commands. Output is unchanged: `get_timesheets` still skips weekends while `tp ts get` includes them, and suggestions are refreshed exactly once before being read. |
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.4 covering #73 (leave create returns the entry) and #75 (shared timesheet read fetches).
How verified
Release-notes catalog test passes locally; full gate runs on main after merge.
readlink release-notes/latest.md→0.3.4.md.🤖 Generated with Claude Code