Skip to content

Commit 531677a

Browse files
committed
chore: release v0.2.1
1 parent dfc1c8a commit 531677a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.2.1] - 2026-01-09
6+
7+
### 🐛 Bug Fixes
8+
9+
- **CI/Cross-platform**: Fixed lint errors, MSRV compliance (Rust 1.70), and race conditions in tests.
10+
- **Windows Support**: Improved test stability on Windows by skipping shell syntax validation where `sh` is unavailable.
11+
- **Makefile**: Added `make ci` and updated test commands to consistent with CI configuration.
12+
13+
---
14+
515
## [0.2.0] - 2026-01-09
616

717
### 🎯 Highlights
@@ -173,6 +183,7 @@ use husky_rs::{hooks_dir, should_skip_installation, is_valid_hook_name};
173183

174184
---
175185

186+
[0.2.1]: https://github.com/pplmx/husky-rs/compare/v0.2.0...v0.2.1
176187
[0.2.0]: https://github.com/pplmx/husky-rs/compare/v0.1.5...v0.2.0
177188
[0.1.5]: https://github.com/pplmx/husky-rs/compare/v0.1.4...v0.1.5
178189
[0.1.4]: https://github.com/pplmx/husky-rs/compare/v0.1.3...v0.1.4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "husky-rs"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.70"
66
description = "Git hooks manager for Rust projects - automatically install and manage Git hooks on build"

0 commit comments

Comments
 (0)