Skip to content

Commit 23a6000

Browse files
Bump version to 0.0.68 (#4199)
1 parent dc3b7af commit 23a6000

6 files changed

Lines changed: 28 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 0.0.68
4+
5+
Released on 2026-08-05.
6+
7+
### Diagnostics
8+
9+
- Preserve property getter call errors ([#27509](https://github.com/astral-sh/ruff/pull/27509))
10+
- Simplify numeric tower displays (e.g., `float` over `int | float`) ([#27406](https://github.com/astral-sh/ruff/pull/27406))
11+
- Suggest closing open `TypedDict` types for `Mapping` compatibility ([#27512](https://github.com/astral-sh/ruff/pull/27512))
12+
13+
### Core type checking
14+
15+
- Avoid double inference of `Unpack` operands in `Union` ([#27525](https://github.com/astral-sh/ruff/pull/27525))
16+
- Fix panic from mismatched OR-pattern bindings ([#27533](https://github.com/astral-sh/ruff/pull/27533))
17+
18+
### Contributors
19+
20+
- [@AlexWaygood](https://github.com/AlexWaygood)
21+
- [@charliermarsh](https://github.com/charliermarsh)
22+
- [@carljm](https://github.com/carljm)
23+
324
## 0.0.67
425

526
Released on 2026-08-05.

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
22
members = ["cargo:./ruff"]
33
packages = ["ty"]
4-
version = "0.0.67"
4+
version = "0.0.68"
55

66
# Config for 'dist'
77
[dist]

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ty includes a standalone installer.
7171
Request a specific version by including it in the URL:
7272

7373
```console
74-
$ curl -LsSf https://astral.sh/ty/0.0.67/install.sh | sh
74+
$ curl -LsSf https://astral.sh/ty/0.0.68/install.sh | sh
7575
```
7676

7777
=== "Windows"
@@ -87,7 +87,7 @@ ty includes a standalone installer.
8787
Request a specific version by including it in the URL:
8888

8989
```pwsh-session
90-
PS> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/ty/0.0.67/install.ps1 | iex"
90+
PS> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/ty/0.0.68/install.ps1 | iex"
9191
```
9292

9393
!!! tip
@@ -163,7 +163,7 @@ COPY --from=ghcr.io/astral-sh/ty:latest /ty /bin/
163163
The following tags are available:
164164

165165
- `ghcr.io/astral-sh/ty:latest`
166-
- `ghcr.io/astral-sh/ty:{major}.{minor}.{patch}`, e.g., `ghcr.io/astral-sh/ty:0.0.67`
166+
- `ghcr.io/astral-sh/ty:{major}.{minor}.{patch}`, e.g., `ghcr.io/astral-sh/ty:0.0.68`
167167
- `ghcr.io/astral-sh/ty:{major}.{minor}`, e.g., `ghcr.io/astral-sh/ty:0.0` (the latest patch
168168
version)
169169

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ty"
3-
version = "0.0.67"
3+
version = "0.0.68"
44
requires-python = ">=3.8"
55
dependencies = []
66
description = "An extremely fast Python type checker, written in Rust."

ruff

Submodule ruff updated 72 files

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)