Skip to content

Commit f40bf5c

Browse files
authored
chore(release): rlease v0.1.10 (#14)
* chore(husky): remove error code from pre-commit hook - Clean up erroneous error code in husky pre-commit hook - Fix hook execution issues * chore(release): release v0.1.10 - Update CHANGELOG.md
1 parent c8d9c8e commit f40bf5c

4 files changed

Lines changed: 23 additions & 13 deletions

File tree

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
bunx --no-install commitlint --edit $1

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
## [0.1.9] - 2025-08-28
1+
## [0.1.10] - 2025-08-30
2+
3+
### 📚 Documentation
4+
5+
- Add unified CHANGELOG.md for dxc package ([`d5aceee`](https://github.com/efahnjoe/dxc/commit/d5aceee84162026931b70268be5e4ebf3af867e3))
6+
27

38
### ⚙️ Miscellaneous Tasks
49

510
- Add CHANGELOG.md files for dxc packages ([`c3002f6`](https://github.com/efahnjoe/dxc/commit/c3002f69f6dec3a320917e6e7a3b2447e1a6e40c))
611

712
- Release v0.1.9 (#13) ([`9685d16`](https://github.com/efahnjoe/dxc/commit/9685d16a9ca50fbd63fe8751fe3ff4b250735042))
813

14+
- Remove `release-plz` workflow ([`ddb4677`](https://github.com/efahnjoe/dxc/commit/ddb467728f389665effdbe8a280b1510f0dc8260))
15+
16+
- Add GitHub Actions workflow to publish crate on tag push ([`c8d9c8e`](https://github.com/efahnjoe/dxc/commit/c8d9c8e06aae0face230bef27889d5ea7e15e2cb))
17+
18+
- *(husky)* Remove error code from pre-commit hook ([`fc62449`](https://github.com/efahnjoe/dxc/commit/fc62449d074345668fa624715776bae4eca86c49))
19+
20+
- *(release)* Release v0.1.10 ([`0c265de`](https://github.com/efahnjoe/dxc/commit/0c265de5958e6890e52d361d3c86a1afbcf3ee7e))
21+
922
## [0.1.8] - 2025-08-28
1023

1124
### 🚀 Features

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -14,7 +14,7 @@ members = [
1414
[workspace.package]
1515
edition = "2021"
1616
rust-version = "1.89.0"
17-
version = "0.1.9"
17+
version = "0.1.10"
1818
authors = ["efahnjoe"]
1919
license = "MIT"
2020
repository = "https://github.com/efahnjoe/dxc"

0 commit comments

Comments
 (0)