Skip to content

Commit 9dddd0b

Browse files
🔖 Release version v0.13.0
1 parent 2039502 commit 9dddd0b

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# CHANGELOG
22

3+
## [v0.13.0] - 2025-11-28
4+
5+
### What's Changed
6+
7+
- :sparkles: Show PR title after merge complete (#38) (2039502)
8+
9+
**Full Changelog**: https://github.com/AnandChowdhary/continuous-claude/compare/v0.12.0...v0.13.0
10+
11+
### Installation
12+
13+
Install with a single command:
14+
15+
```bash
16+
curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.13.0/install.sh | bash
17+
```
18+
19+
Or download the script directly:
20+
21+
```bash
22+
curl -fsSL https://raw.githubusercontent.com/AnandChowdhary/continuous-claude/refs/tags/v0.13.0/continuous_claude.sh -o continuous-claude
23+
chmod +x continuous-claude
24+
sudo mv continuous-claude /usr/local/bin/
25+
```
26+
327
## [v0.12.0] - 2025-11-26
428

529
### What's Changed

continuous_claude.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION="v0.12.0"
3+
VERSION="v0.13.0"
44

55
ADDITIONAL_FLAGS="--dangerously-skip-permissions --output-format json"
66

continuous_claude.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2e40f8cf87de57f47afa72669f09902d3bbcb458fab83634355aacd53e762ee7 continuous_claude.sh
1+
9910785124a4247a1e8ecc293c494fa44ddbc3e620a9641ee54f93dfa0383228 continuous_claude.sh

0 commit comments

Comments
 (0)