Skip to content

Commit c2f0468

Browse files
authored
Bump version to 0.2.11 (#962)
1 parent 8ccc795 commit c2f0468

File tree

5 files changed

+79
-54
lines changed

5 files changed

+79
-54
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 0.2.11
4+
5+
Released on 2025-10-24.
6+
7+
### Enhancements
8+
9+
- Support `language: lua` hooks ([#954](https://github.com/j178/prek/pull/954))
10+
- Support `language_version: system` ([#949](https://github.com/j178/prek/pull/949))
11+
- Implement `no-commit-to-branch` as builtin hook ([#930](https://github.com/j178/prek/pull/930))
12+
- Improve styling for stashing error message ([#953](https://github.com/j178/prek/pull/953))
13+
- Support nix-shell style shebang ([#929](https://github.com/j178/prek/pull/929))
14+
15+
### Documentation
16+
17+
- Add a page about "Quick start" ([#934](https://github.com/j178/prek/pull/934))
18+
- Add kreuzberg to "who is using prek" ([#936](https://github.com/j178/prek/pull/936))
19+
- Clarify minimum mise version required to use `mise use prek` ([#931](https://github.com/j178/prek/pull/931))
20+
21+
### Contributors
22+
23+
- @fllesser
24+
- @j178
25+
326
## 0.2.10
427

528
Released on 2025-10-18.
@@ -25,7 +48,6 @@ Released on 2025-10-18.
2548

2649
### Other changes
2750

28-
2951
### Contributors
3052

3153
- @AdityasWorks

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tracing = { version = "0.1.40" }
1313

1414
[package]
1515
name = "prek"
16-
version = "0.2.10"
16+
version = "0.2.11"
1717
authors = ["j178 <[email protected]>"]
1818
description = "Better `pre-commit`, re-engineered in Rust"
1919
repository = { workspace = true }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ On Linux and macOS:
5757

5858
<!-- linux-standalone-install:start -->
5959
```bash
60-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.10/prek-installer.sh | sh
60+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.11/prek-installer.sh | sh
6161
```
6262
<!-- linux-standalone-install:end -->
6363

6464
On Windows:
6565

6666
<!-- windows-standalone-install:start -->
6767
```powershell
68-
powershell -ExecutionPolicy ByPass -c "irm https://github.com/j178/prek/releases/download/v0.2.10/prek-installer.ps1 | iex"
68+
powershell -ExecutionPolicy ByPass -c "irm https://github.com/j178/prek/releases/download/v0.2.11/prek-installer.ps1 | iex"
6969
```
7070
<!-- windows-standalone-install:end -->
7171

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "prek"
3-
version = "0.2.10"
3+
version = "0.2.11"
44
description = "Better `pre-commit`, re-engineered in Rust"
55
authors = [{ name = "j178", email = "[email protected]" }]
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)