diff --git a/Cargo.lock b/Cargo.lock index 742c753ccb..2a08953234 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -747,7 +747,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flake8-to-ruff" -version = "0.0.244" +version = "0.0.245" dependencies = [ "anyhow", "clap 4.1.4", @@ -1896,7 +1896,7 @@ dependencies = [ [[package]] name = "ruff" -version = "0.0.244" +version = "0.0.245" dependencies = [ "anyhow", "bisection", @@ -1952,7 +1952,7 @@ dependencies = [ [[package]] name = "ruff_cli" -version = "0.0.244" +version = "0.0.245" dependencies = [ "annotate-snippets 0.9.1", "anyhow", @@ -1988,7 +1988,7 @@ dependencies = [ [[package]] name = "ruff_dev" -version = "0.0.244" +version = "0.0.245" dependencies = [ "anyhow", "clap 4.1.4", @@ -2008,7 +2008,7 @@ dependencies = [ [[package]] name = "ruff_macros" -version = "0.0.244" +version = "0.0.245" dependencies = [ "itertools", "proc-macro2", @@ -2019,7 +2019,7 @@ dependencies = [ [[package]] name = "ruff_python" -version = "0.0.244" +version = "0.0.245" dependencies = [ "once_cell", "regex", diff --git a/README.md b/README.md index c8e05f2aaf..e65529b44c 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Ruff also works with [pre-commit](https://pre-commit.com): ```yaml - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: 'v0.0.244' + rev: 'v0.0.245' hooks: - id: ruff ``` diff --git a/crates/flake8_to_ruff/Cargo.toml b/crates/flake8_to_ruff/Cargo.toml index 3fc033b87d..a8b3890213 100644 --- a/crates/flake8_to_ruff/Cargo.toml +++ b/crates/flake8_to_ruff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flake8-to-ruff" -version = "0.0.244" +version = "0.0.245" edition = "2021" [dependencies] diff --git a/crates/ruff/Cargo.toml b/crates/ruff/Cargo.toml index 641e52bfd6..b2993df7c8 100644 --- a/crates/ruff/Cargo.toml +++ b/crates/ruff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff" -version = "0.0.244" +version = "0.0.245" authors = ["Charlie Marsh "] edition = "2021" rust-version = "1.65.0" @@ -39,8 +39,8 @@ num-traits = "0.2.15" once_cell = { version = "1.16.0" } path-absolutize = { version = "3.0.14", features = ["once_cell_cache", "use_unix_paths_on_wasm"] } regex = { version = "1.6.0" } -ruff_macros = { version = "0.0.244", path = "../ruff_macros" } -ruff_python = { version = "0.0.244", path = "../ruff_python" } +ruff_macros = { version = "0.0.245", path = "../ruff_macros" } +ruff_python = { version = "0.0.245", path = "../ruff_python" } rustc-hash = { version = "1.1.0" } rustpython-common = { workspace = true } rustpython-parser = { workspace = true } diff --git a/crates/ruff_cli/Cargo.toml b/crates/ruff_cli/Cargo.toml index 8c4afe9e20..6b1d98843d 100644 --- a/crates/ruff_cli/Cargo.toml +++ b/crates/ruff_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff_cli" -version = "0.0.244" +version = "0.0.245" authors = ["Charlie Marsh "] edition = "2021" rust-version = "1.65.0" diff --git a/crates/ruff_dev/Cargo.toml b/crates/ruff_dev/Cargo.toml index 04ea931084..e988af3c85 100644 --- a/crates/ruff_dev/Cargo.toml +++ b/crates/ruff_dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff_dev" -version = "0.0.244" +version = "0.0.245" edition = "2021" [dependencies] diff --git a/crates/ruff_macros/Cargo.toml b/crates/ruff_macros/Cargo.toml index 6cfe17650e..f440f0ae30 100644 --- a/crates/ruff_macros/Cargo.toml +++ b/crates/ruff_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff_macros" -version = "0.0.244" +version = "0.0.245" edition = "2021" [lib] diff --git a/crates/ruff_python/Cargo.toml b/crates/ruff_python/Cargo.toml index 09dc360a9b..f089643786 100644 --- a/crates/ruff_python/Cargo.toml +++ b/crates/ruff_python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruff_python" -version = "0.0.244" +version = "0.0.245" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index da16f5b587..a7a56a1cab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "maturin" [project] name = "ruff" -version = "0.0.244" +version = "0.0.245" description = "An extremely fast Python linter, written in Rust." authors = [{ name = "Charlie Marsh", email = "charlie.r.marsh@gmail.com" }] maintainers = [{ name = "Charlie Marsh", email = "charlie.r.marsh@gmail.com" }]