mirror of
https://github.com/astral-sh/ty.git
synced 2025-08-04 17:08:04 +00:00
Bump version to 0.0.0a6
Upgrades rooster to support `trim-title-prefixes`
This commit is contained in:
parent
9cc1742c62
commit
5d8f8ee02d
4 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
[workspace]
|
||||
members = ["cargo:./ruff"]
|
||||
packages = ["ty"]
|
||||
version = "0.0.0-alpha.5"
|
||||
version = "0.0.0-alpha.6"
|
||||
|
||||
# Config for 'dist'
|
||||
[dist]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "ty"
|
||||
version = "0.0.0a5"
|
||||
version = "0.0.0a6"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = []
|
||||
description = "An extremely fast Python type checker, written in Rust."
|
||||
|
@ -83,7 +83,7 @@ required-imports = ["from __future__ import annotations"]
|
|||
|
||||
|
||||
[tool.uv.sources]
|
||||
rooster-blue = { git = "https://github.com/zanieb/rooster", rev = "1e7eeca" }
|
||||
rooster-blue = { git = "https://github.com/zanieb/rooster", rev = "e070bc9" }
|
||||
|
||||
[tool.maturin]
|
||||
bindings = "bin"
|
||||
|
@ -111,3 +111,4 @@ submodules = ["ruff"]
|
|||
required-labels = [{ submodule = "ruff", labels = ["ty"] }]
|
||||
version-format = "cargo"
|
||||
default-bump-type = "pre"
|
||||
trim-title-prefixes = ["[ty]"]
|
||||
|
|
2
ruff
2
ruff
|
@ -1 +1 @@
|
|||
Subproject commit 4510a236d31f578bddd9aee7aec62f5767e9b1a2
|
||||
Subproject commit 82d31a6014e8f3ddf126edc166b2cf14b465f1bb
|
4
uv.lock
generated
4
uv.lock
generated
|
@ -714,7 +714,7 @@ wheels = [
|
|||
[[package]]
|
||||
name = "rooster-blue"
|
||||
version = "0.0.0"
|
||||
source = { git = "https://github.com/zanieb/rooster?rev=1e7eeca#1e7eeca7bf2dbfab24994b9b6cac357fc2834be1" }
|
||||
source = { git = "https://github.com/zanieb/rooster?rev=e070bc9#e070bc971564b446557a7f7131b8cdc5091b223e" }
|
||||
dependencies = [
|
||||
{ name = "hishel", version = "0.0.33", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" },
|
||||
{ name = "hishel", version = "0.1.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.9'" },
|
||||
|
@ -773,7 +773,7 @@ release = [
|
|||
[package.metadata]
|
||||
|
||||
[package.metadata.requires-dev]
|
||||
release = [{ name = "rooster-blue", git = "https://github.com/zanieb/rooster?rev=1e7eeca" }]
|
||||
release = [{ name = "rooster-blue", git = "https://github.com/zanieb/rooster?rev=e070bc9" }]
|
||||
|
||||
[[package]]
|
||||
name = "typer"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue