File tree Expand file tree Collapse file tree 5 files changed +79
-54
lines changed
Expand file tree Collapse file tree 5 files changed +79
-54
lines changed Original file line number Diff line number Diff line change 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
528Released on 2025-10-18.
@@ -25,7 +48,6 @@ Released on 2025-10-18.
2548
2649### Other changes
2750
28-
2951### Contributors
3052
3153- @AdityasWorks
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ tracing = { version = "0.1.40" }
1313
1414[package ]
1515name = " prek"
16- version = " 0.2.10 "
16+ version = " 0.2.11 "
1717authors = [
" j178 <[email protected] >" ]
1818description = " Better `pre-commit`, re-engineered in Rust"
1919repository = { workspace = true }
Original file line number Diff line number Diff 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
6464On 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
Original file line number Diff line number Diff line change 11[project ]
22name = " prek"
3- version = " 0.2.10 "
3+ version = " 0.2.11 "
44description = " Better `pre-commit`, re-engineered in Rust"
55authors = [{
name =
" j178" ,
email =
" [email protected] " }]
66requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments