Skip to content

Bump version to 0.0.19#2908

Merged
AlexWaygood merged 4 commits intomainfrom
alex/release
Feb 26, 2026
Merged

Bump version to 0.0.19#2908
AlexWaygood merged 4 commits intomainfrom
alex/release

Conversation

@AlexWaygood
Copy link
Member

@AlexWaygood AlexWaygood commented Feb 26, 2026

No description provided.

@AlexWaygood AlexWaygood added the release Related to the release process label Feb 26, 2026
@AlexWaygood AlexWaygood force-pushed the alex/release branch 4 times, most recently from 57a5bd6 to 6824319 Compare February 26, 2026 11:25
@AlexWaygood AlexWaygood marked this pull request as ready for review February 26, 2026 11:26
Copy link
Contributor

@sharkdp sharkdp left a comment

Choose a reason for hiding this comment

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

Thank you

- Understand that a scope's control flow terminates after `await foo()` if `foo` returns `typing.Awaitable[typing.Never]` or similar ([#23479](https://github.com/astral-sh/ruff/pull/23479))
- Implement stricter handling of calls to instances of `type[T]` types ([#23472](https://github.com/astral-sh/ruff/pull/23472))
- Narrow mapping patterns in `match` statements, applying the same semantics to them as we do for `isinstance(obj, typing.Mapping)` ([#23462](https://github.com/astral-sh/ruff/pull/23462))
- Fix bugs that could manifest in incorrect overload evaluation, false-positive complaints regarding `assert_type` calls or false-positive `redundant-cast` diagnostics by reimplementing the equivalence type relation as mutual subtyping of top and bottom materializations ([#23428](https://github.com/astral-sh/ruff/pull/23428))
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not going to tell you that it would be fine to edit some of the details out 😄

AlexWaygood and others added 2 commits February 26, 2026 11:51
Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
@AlexWaygood AlexWaygood enabled auto-merge (squash) February 26, 2026 11:54
@AlexWaygood AlexWaygood merged commit ae10022 into main Feb 26, 2026
29 checks passed
@AlexWaygood AlexWaygood deleted the alex/release branch February 26, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Related to the release process

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants