Skip to content

docs: assign version header for v0.48.39 in CHANGELOG#464

Merged
laurentiu021 merged 1 commit into
mainfrom
docs/changelog-v0.48.39
May 20, 2026
Merged

docs: assign version header for v0.48.39 in CHANGELOG#464
laurentiu021 merged 1 commit into
mainfrom
docs/changelog-v0.48.39

Conversation

@laurentiu021

@laurentiu021 laurentiu021 commented May 20, 2026

Copy link
Copy Markdown
Owner

Assigns [0.48.39] header to the released entry.

Summary by CodeRabbit

  • Documentation
    • Updated changelog to formally document version 0.48.39 release and reorganize release notes for improved clarity.

Review Change Stack

@coderabbitai

coderabbitai Bot commented May 20, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4c4780e2-6f5c-4694-b231-979a68b33150

📥 Commits

Reviewing files that changed from the base of the PR and between bdb1cb2 and 98c57ae.

📒 Files selected for processing (1)
  • CHANGELOG.md
📜 Recent review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Build & unit tests
  • GitHub Check: Analyze (csharp)
🔇 Additional comments (1)
CHANGELOG.md (1)

9-10: LGTM!


📝 Walkthrough

Walkthrough

CHANGELOG.md now includes an explicit release section ## [0.48.39] - 2026-05-20 following the ## [Unreleased] heading, reclassifying subsequent Fixed entries from Unreleased to the new release.

Changes

Release Header Addition

Layer / File(s) Summary
Release 0.48.39 header
CHANGELOG.md
Adds a dated release section header for version 0.48.39 (2026-05-20) after the Unreleased section, causing subsequent Fixed entries to be grouped under this release.

Possibly related PRs

Poem

🐰 A version takes flight,
Zero-point-forty-eight-thirty-nine,
May twentieth shines bright,
Fixed entries now align,
The changelog feels just right! 📝

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a version header for v0.48.39 in CHANGELOG, which matches the file modification and PR objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/changelog-v0.48.39

Comment @coderabbitai help to get the list of available commands and usage tips.

@laurentiu021
laurentiu021 merged commit 877ccdd into main May 20, 2026
5 checks passed
@laurentiu021
laurentiu021 deleted the docs/changelog-v0.48.39 branch May 20, 2026 12:42
laurentiu021 added a commit that referenced this pull request May 22, 2026
…vice (#464)

## Summary
Resolves CodeQL alert #285 (cs/missed-using-statement) in
ProcessManagerService.cs.

## Problem
Process.GetProcesses() returns a Process[] where each element is
IDisposable. If cancellation occurred during the first CPU-measurement
loop or during Thread.Sleep, process handles would leak because only the
second loop had finally { p.Dispose(); }.

## Fix
Wrapped the entire usage of the procs array in a try/finally block that
disposes ALL process handles unconditionally, regardless of where
execution exits.

## Testing
- Build: 0 errors (main project + tests)
- No behavioral change — disposal was already happening in the happy
path; this fixes the early-exit/cancellation path

Co-authored-by: laurentiu021 <laurentiu021@users.noreply.github.com>
laurentiu021 added a commit that referenced this pull request May 22, 2026
Co-authored-by: laurentiu021 <laurentiu021@users.noreply.github.com>
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.

1 participant