Skip to content

Commit fa2d74d

Browse files
chore(main): release 1.0.0 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 344014d commit fa2d74d

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-01-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Complete rewrite of the Ralph Wiggum CLI
9+
10+
### Features
11+
12+
* bun and json write with better prompts ([ca4c974](https://github.com/theagenticguy/ralph-for-kiro/commit/ca4c974a6221c83b1ad83b9fb98efb4d0bb817bd))
13+
* **ci:** add release-please workflow and GitHub release automation ([#1](https://github.com/theagenticguy/ralph-for-kiro/issues/1)) ([833c8f7](https://github.com/theagenticguy/ralph-for-kiro/commit/833c8f70df31272b97656b7fefb69bd8a455a94a))
14+
* rewrite CLI from Python to TypeScript/Bun 1.3 ([4b6dbdd](https://github.com/theagenticguy/ralph-for-kiro/commit/4b6dbdd547a42e33a2e53be1b2103b935c3f101d))
15+
* tests and readme ([88ef552](https://github.com/theagenticguy/ralph-for-kiro/commit/88ef5523730e45fb4f444302dbd2fdaf474f68b8))
16+
* uber init ([faca3bf](https://github.com/theagenticguy/ralph-for-kiro/commit/faca3bf8cbb987bdf6224cd76a3da9f45d3cf98c))
17+
18+
19+
### Bug Fixes
20+
21+
* **cli:** pass prompt as positional arg + clear stale state on start ([069c005](https://github.com/theagenticguy/ralph-for-kiro/commit/069c005ad369e99a64a2bfc16917c591bcd9bd61))
22+
* **feedback:** sanitize extracted text to remove control characters ([935dd5d](https://github.com/theagenticguy/ralph-for-kiro/commit/935dd5d537419b2d9ac506f89e1816c835c7f7b9))
23+
* **security:** prevent ReDoS in extractTagContent ([#9](https://github.com/theagenticguy/ralph-for-kiro/issues/9)) ([344014d](https://github.com/theagenticguy/ralph-for-kiro/commit/344014dcc956a57b09d9f6309467c74f11885652))
24+
* **session:** add defensive measures against memory corruption ([9456343](https://github.com/theagenticguy/ralph-for-kiro/commit/9456343e945fc51beee58e8f3225c40e4881563d))
25+
* **session:** resolve path before SQLite query + add structured feedback ([db007c8](https://github.com/theagenticguy/ralph-for-kiro/commit/db007c84d16ae08fb84a13bec39b2af54df76212))
26+
* **sqlite:** use bun:sqlite Database class instead of Bun.SQL ([96dfe7c](https://github.com/theagenticguy/ralph-for-kiro/commit/96dfe7ca188659a936d8b10e9d2376e08e245dce))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ralph-wiggum",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"description": "Ralph Wiggum iterative loop technique for Kiro CLI",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)