Skip to content

Commit 15ef28a

Browse files
authored
Bump version to 0.2.12 (#978)
1 parent b533e78 commit 15ef28a

File tree

5 files changed

+38
-13
lines changed

5 files changed

+38
-13
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 0.2.12
4+
5+
Released on 2025-10-27.
6+
7+
### Enhancements
8+
9+
- Add a warning for unimplemented hooks ([#976](https://github.com/j178/prek/pull/976))
10+
- Allow using system trusted store by `PREK_NATIVE_TLS` ([#959](https://github.com/j178/prek/pull/959))
11+
12+
### Bug fixes
13+
14+
- Do not check for `script` subprocess status ([#964](https://github.com/j178/prek/pull/964))
15+
- Fix compatibility with older luarocks ([#967](https://github.com/j178/prek/pull/967))
16+
- Fix local relative path in `try-repo` ([#975](https://github.com/j178/prek/pull/975))
17+
18+
### Documentation
19+
20+
- Update language support status ([#970](https://github.com/j178/prek/pull/970))
21+
22+
### Contributors
23+
24+
- @yihong0618
25+
- @st1971
26+
- @j178
27+
328
## 0.2.11
429

530
Released on 2025-10-24.

Cargo.lock

Lines changed: 9 additions & 9 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.11"
16+
version = "0.2.12"
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
@@ -58,15 +58,15 @@ On Linux and macOS:
5858

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

6565
On Windows:
6666

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

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.11"
3+
version = "0.2.12"
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)