Commit f5c8c80
Release v0.5.0 (#221)
## Summary
Bump version to 0.5.0 and update CHANGELOG.md for the new release.
## Scope
- Goals: Prepare v0.5.0 release
- Non-goals: No functional code changes
## Invariants (Must Not Regress)
- [ ] Version string is valid semver
- [ ] CHANGELOG follows Keep a Changelog format
- [ ] All tests pass
- [ ] Import architecture is intact
## Acceptance Criteria
- [ ] `pyproject.toml` version is `0.5.0`
- [ ] `CHANGELOG.md` has `[0.5.0]` section with release date
- [ ] `./scripts/dev.sh check` passes
## Test Plan
- [ ] Targeted tests: N/A (no code changes)
- [ ] `./scripts/dev.sh test -q` ✅ 736 passed
- [ ] `TYPECHECK_STRICT=1 ./scripts/dev.sh typecheck` ✅ passed
## Smoke Run (Real CLI)
- [ ] N/A — release bump only
## Adversarial Review (Answer Briefly)
- What existing behavior could this break? None — only version +
changelog.
- Worst-case input/output size? N/A.
- Any secrets/logging risks? No.
- Any async/blocking I/O added on hot paths? No.
- What error message does the user see on failure? N/A.
## Docs / Compatibility
- [ ] CHANGELOG.md updated
- [ ] No secrets committed
🤖 Generated with ouro (https://github.com/ouro-ai-labs/ouro)
Co-authored-by: ouro <197364660+ouro-ai-lab@users.noreply.github.com>1 parent cc884a3 commit f5c8c80
2 files changed
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
10 | 33 | | |
11 | 34 | | |
12 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments