Skip to content

Commit 77c0368

Browse files
pditommasoclaude
andcommitted
[release] bump version 1.8.0
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8d0c309 commit 77c0368

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

CLAUDE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,9 @@ The CLI supports three package ecosystems (mutually exclusive):
216216

217217
## Release Process
218218

219-
1. Update the `VERSION` file with a semantic version.
220-
2. Update the README with the new version number.
221-
3. Update the `changelog.txt file with changes against previous release. Use `git log --oneline v<PREVIOUS VERSION>..HEAD` to determine the changes to be added.
222-
4. Commit VERSION and changelog.txt file adding the tag `[release]` in the commit comment first line.
223-
5. Git push to upstream master branch.
219+
1. Update the local Git repo and fetch latest tags
220+
2. Update the `VERSION` file with a semantic version.
221+
3. Update the README with the new version number.
222+
4. Update the `changelog.txt file with changes against previous release. Use `git log --oneline v<PREVIOUS VERSION>..HEAD` to determine the changes to be added.
223+
5. Commit VERSION and changelog.txt file adding the tag `[release]` in the commit comment first line.
224+
6. Git push to upstream master branch.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.8.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name=wave-cli
2-
version=1.7.0
2+
version=1.8.0
33
commitId=unknown

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
WAVE CLI CHANGE-LOG
22
===================
3+
1.8.0 - 10 Dec 2025
4+
- Add --build-template option for container build templates [8d0c309]
5+
36
1.7.0 - 5 Nov 2025
47
- Add support for CRAN packages (requires Wave backend 1.28.0 or later) [c647027]
58
- Add support for container index inspection [d17c1c3]

0 commit comments

Comments
 (0)