Skip to content

Commit b10ba71

Browse files
committed
chore(release): bump to 1.7.1 (1.7.0 burnt on pypi)
1 parent 505c0ae commit b10ba71

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

diffctx/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

diffctx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diffctx"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
edition = "2024"
55
rust-version = "1.85"
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "maturin>=1.10,<1.14" ]
55

66
[project]
77
name = "diffctx"
8-
version = "1.7.0"
8+
version = "1.7.1"
99
description = "Export codebase structure and contents for AI/LLM context"
1010
readme = "README.md"
1111
keywords = [

src/diffctx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7.0"
1+
__version__ = "1.7.1"

0 commit comments

Comments
 (0)