Skip to content

Commit 424bd2a

Browse files
author
semantic-release
committed
chore(release): 0.52.1
1 parent 05a0e86 commit 424bd2a

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.52.1 (2026-05-18)
6+
7+
### Bug Fixes
8+
9+
- Address code review findings for disabled skill feature
10+
([#48](https://github.com/wpfleger96/ai-agent-rules/pull/48),
11+
[`05a0e86`](https://github.com/wpfleger96/ai-agent-rules/commit/05a0e86f84415b3f0aaaf1be8d4e2c2c972393a4))
12+
13+
### Refactoring
14+
15+
- Compress AGENTS.md and add nbsp ban + PR maintenance rules
16+
([#48](https://github.com/wpfleger96/ai-agent-rules/pull/48),
17+
[`05a0e86`](https://github.com/wpfleger96/ai-agent-rules/commit/05a0e86f84415b3f0aaaf1be8d4e2c2c972393a4))
18+
19+
- Reduce static token overhead in agent sessions
20+
([#48](https://github.com/wpfleger96/ai-agent-rules/pull/48),
21+
[`05a0e86`](https://github.com/wpfleger96/ai-agent-rules/commit/05a0e86f84415b3f0aaaf1be8d4e2c2c972393a4))
22+
23+
524
## v0.52.0 (2026-05-18)
625

726
### Chores

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ai-agent-rules"
3-
version = "0.52.0"
3+
version = "0.52.1"
44
description = "Manage user-level AI agent configurations"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)