Skip to content

Conversation

@Vaiz
Copy link
Contributor

@Vaiz Vaiz commented Jan 26, 2026

[0.3.0] - 2026-01-26

  • ✨ Features

    • add AppError::downcast_ref and Into<std::error::Error> (#225)

@codecov
Copy link

codecov bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (da19a71) to head (d77927f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #231   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         105      105           
  Lines        6783     6783           
=======================================
  Hits         6783     6783           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Vaiz Vaiz enabled auto-merge (squash) January 26, 2026 10:50

# Maps the final group key to a user-friendly header in the changelog.
$script:HeaderNameMapping = @{
'breaking' = '⚠️ Breaking';
Copy link
Member

Choose a reason for hiding this comment

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

This keyword needs to be added to the list of terms the list of allowed keywords for the pr-title gate in main.yml

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that's not a keyword used in PR titles, breaking changes are indicated by adding ! after change type, e.g. feat!:

Copy link
Member

Choose a reason for hiding this comment

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

Does this work in our setup? I didn't implement this functionality in the support scripts I think.

Copy link
Contributor Author

@Vaiz Vaiz Jan 26, 2026

Choose a reason for hiding this comment

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

it follows this convention: https://www.conventionalcommits.org/en/v1.0.0/#summary
and the CI doesn't complain about such titles, for example #225

@Vaiz Vaiz force-pushed the u/vaiz/2026/01/26/ohno-0.3 branch from ef68eba to d77927f Compare January 26, 2026 15:54
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.

5 participants