Skip to content

chore: update changelog for v1.0.4#45

Open
github-actions[bot] wants to merge 1 commit intomainfrom
chore/changelog-1.0.4
Open

chore: update changelog for v1.0.4#45
github-actions[bot] wants to merge 1 commit intomainfrom
chore/changelog-1.0.4

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Apr 21, 2026

This PR updates the changelog for release v1.0.4.

Summary by Sourcery

Documentation:

  • Add a v1.0.4 section to the changelog summarizing style cleanups, dependency bumps, configuration and documentation tweaks, and minor bug fixes.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Apr 21, 2026

Reviewer's Guide

Adds a new v1.0.4 release entry to the changelog with categorized lists of changes, fixes, removals, and dependency bumps, leaving existing unreleased and v1.0.3 entries intact.

File-Level Changes

Change Details Files
Document the v1.0.4 release in the changelog with categorized entries for changes, fixes, removals, and dependency updates.
  • Insert a new v1.0.4 section below the Unreleased header with the release date 2026-04-21.
  • Under a Changed subsection, enumerate various code, documentation, style, and dependency update commits included in the release.
  • Under a Fixed subsection, list the commit addressing an extra trailing slash issue.
  • Under a Removed subsection, describe style cleanup and ordering changes, including removal of !important and duplicate configuration entries.
  • Preserve the existing Unreleased placeholder and the v1.0.3 section content and ordering.
CHANGELOG.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've found 1 issue, and left some high level feedback:

  • Consider correcting the typo in the changelog entries (e.g., "Order alphatically" → "Order alphabetically" and "conformsTO" → "conformsTo") for better readability.
  • Names in the changelog are inconsistently capitalized (e.g., @Hans-christian vs @Hans-Christian); aligning these to a single, correct form will make the log more consistent.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- Consider correcting the typo in the changelog entries (e.g., "Order alphatically" → "Order alphabetically" and "conformsTO" → "conformsTo") for better readability.
- Names in the changelog are inconsistently capitalized (e.g., `@Hans-christian` vs `@Hans-Christian`); aligning these to a single, correct form will make the log more consistent.

## Individual Comments

### Comment 1
<location path="CHANGELOG.md" line_range="39" />
<code_context>
+
+### Removed
+- remove !important by @Hans-christian in 9044fcc
+- Order alphatically and remove duplicate conformsTO by @Hans-christian in 7230e01
+
+
</code_context>
<issue_to_address>
**issue (typo):** Fix spelling of "alphabetically" and casing of "conformsTo".

These changes will align the wording with earlier usage and standard camelCase conventions.

Suggested implementation:

```
### Removed
- remove !important by @Hans-christian in 9044fcc
- Order alphabetically and remove duplicate conformsTo by @Hans-christian in 7230e01

```

If the `Order alphatically and remove duplicate conformsTO` entry is not yet present under `### Removed` in `CHANGELOG.md` (because the snippet you shared only showed the first bullet), add the corrected version directly:
- `- Order alphabetically and remove duplicate conformsTo by @Hans-christian in 7230e01`
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread CHANGELOG.md

### Removed
- remove !important by @Hans-christian in 9044fcc
- Order alphatically and remove duplicate conformsTO by @Hans-christian in 7230e01
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): Fix spelling of "alphabetically" and casing of "conformsTo".

These changes will align the wording with earlier usage and standard camelCase conventions.

Suggested implementation:

### Removed
- remove !important by @Hans-christian in 9044fcc
- Order alphabetically and remove duplicate conformsTo by @Hans-christian in 7230e01

If the Order alphatically and remove duplicate conformsTO entry is not yet present under ### Removed in CHANGELOG.md (because the snippet you shared only showed the first bullet), add the corrected version directly:

  • - Order alphabetically and remove duplicate conformsTo by @Hans-christian in 7230e01

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.

0 participants