Skip to content

Commit 92c464c

Browse files
Kasper Jungeclaude
authored andcommitted
docs: document 0.1.4 release in changelog so users tracking versions see accurate release history
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f726c7f commit 92c464c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,25 @@ All notable changes to ralphify are documented here.
88

99
## Unreleased
1010

11+
Nothing yet.
12+
13+
---
14+
15+
## 0.1.4 — 2026-03-11
16+
17+
Ad-hoc prompts, better discoverability, and expanded cookbook recipes.
18+
1119
### Added
1220

1321
- **Ad-hoc prompts**`ralph run -p "Fix the login bug"` passes a prompt directly on the command line, bypassing `PROMPT.md` entirely. Useful for quick one-off tasks. Placeholders (contexts and instructions) resolve as normal.
22+
- **Test coverage cookbook recipe** — step-by-step setup for systematically increasing test coverage with a coverage context, threshold check, and focused prompt.
23+
- **Rust and Go cookbook recipes** — complete copy-pasteable setups for `cargo test`/`cargo clippy`/`cargo fmt` and `go test`/`go vet` workflows.
24+
25+
### Improved
26+
27+
- Page descriptions and search plugin for better SEO — docs pages now have meta descriptions and the search separates on dots and dashes.
28+
- `-p`/`--prompt` flag surfaced in README quickstart and CLI reference so new users discover it faster.
29+
- Comprehensive docstrings on all public functions and classes for contributors and AI agents working in the codebase.
1430

1531
---
1632

0 commit comments

Comments
 (0)