Skip to content

Commit cd04c12

Browse files
committed
chore: bump version to 7.1.0 + make badge deploy non-blocking
- Version 7.0.2 → 7.1.0 for minor release - Badge gist deploy step now uses continue-on-error to not fail CI when GIST_TOKEN is not configured
1 parent 835599c commit cd04c12

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
6868
- name: Deploy badge to gist
6969
if: matrix.python-version == '3.12' && github.ref == 'refs/heads/main'
70+
continue-on-error: true
7071
uses: schneegans/dynamic-badges-action@v1.7.0
7172
with:
7273
auth: ${{ secrets.GIST_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "claw-compactor"
3-
version = "7.0.2"
3+
version = "7.1.0"
44
description = "14-stage Fusion Pipeline for LLM token compression — 15-82% reduction depending on content, zero LLM inference cost, reversible compression, AST-aware code analysis"
55
license = "MIT"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)