Skip to content

Commit 1c41789

Browse files
Bump version to 0.0.252 (#3142)
1 parent 2f9de33 commit 1c41789

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Ruff also works with [pre-commit](https://pre-commit.com):
168168
```yaml
169169
- repo: https://github.com/charliermarsh/ruff-pre-commit
170170
# Ruff version.
171-
rev: 'v0.0.251'
171+
rev: 'v0.0.252'
172172
hooks:
173173
- id: ruff
174174
```
@@ -178,7 +178,7 @@ Or, to enable autofix:
178178
```yaml
179179
- repo: https://github.com/charliermarsh/ruff-pre-commit
180180
# Ruff version.
181-
rev: 'v0.0.251'
181+
rev: 'v0.0.252'
182182
hooks:
183183
- id: ruff
184184
args: [--fix, --exit-non-zero-on-fix]

crates/flake8_to_ruff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flake8-to-ruff"
3-
version = "0.0.251"
3+
version = "0.0.252"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
66

crates/ruff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruff"
3-
version = "0.0.251"
3+
version = "0.0.252"
44
authors = ["Charlie Marsh <[email protected]>"]
55
edition = { workspace = true }
66
rust-version = { workspace = true }

crates/ruff_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruff_cli"
3-
version = "0.0.251"
3+
version = "0.0.252"
44
authors = ["Charlie Marsh <[email protected]>"]
55
edition = { workspace = true }
66
rust-version = { workspace = true }

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "maturin"
77

88
[project]
99
name = "ruff"
10-
version = "0.0.251"
10+
version = "0.0.252"
1111
description = "An extremely fast Python linter, written in Rust."
1212
authors = [{ name = "Charlie Marsh", email = "[email protected]" }]
1313
maintainers = [{ name = "Charlie Marsh", email = "[email protected]" }]

0 commit comments

Comments
 (0)