Skip to content

Commit dbe83ec

Browse files
committed
Bump to 0.28.0
1 parent f8ca878 commit dbe83ec

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tach"
3-
version = "0.27.3"
3+
version = "0.28.0"
44
edition = "2021"
55

66
[lib]

docs/usage/commands.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ If you use the [pre-commit framework](https://github.com/pre-commit/pre-commit),
276276
```yaml
277277
repos:
278278
- repo: https://github.com/gauge-sh/tach-pre-commit
279-
rev: v0.27.3 # change this to the latest tag!
279+
rev: v0.28.0 # change this to the latest tag!
280280
hooks:
281281
- id: tach
282282
```

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tach"
3-
version = "0.27.3"
3+
version = "0.28.0"
44
authors = [
55
{ name = "Caelean Barnes", email = "caeleanb@gmail.com" },
66
{ name = "Evan Doyle", email = "evanmdoyle@gmail.com" },

python/tach/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import annotations
22

3-
__version__: str = "0.27.3"
3+
__version__: str = "0.28.0"
44

55
__all__ = ["__version__"]

0 commit comments

Comments
 (0)