Skip to content

Commit 1f775b3

Browse files
committed
chore: release v0.1.7
1 parent de49e91 commit 1f775b3

6 files changed

Lines changed: 8 additions & 6 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# repos:
1212
# - repo: https://github.com/DropFan/codelens
13-
# rev: v0.1.6-rust
13+
# rev: v0.1.7-rust
1414
# hooks:
1515
# - id: codelens-health
1616
# args: ['--fail-under', 'C']

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [0.1.7] - 2026-08-09
13+
1214
### Added
1315
- `codelens diff <FROM> [<TO>]` (or `FROM..TO`) — compare two git refs
1416
(TO defaults to the working tree) with health-score movement,

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/*"]
44

55
[workspace.package]
6-
version = "0.1.6"
6+
version = "0.1.7"
77
edition = "2021"
88
rust-version = "1.88"
99
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ codelens estimate . --avg-wage 120000 # Custom salary across all models
215215
```yaml
216216
repos:
217217
- repo: https://github.com/DropFan/codelens
218-
rev: v0.1.6-rust
218+
rev: v0.1.7-rust
219219
hooks:
220220
- id: codelens-health
221221
args: ['--fail-under', 'C']

crates/codelens/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ default = ["mcp"]
2424
mcp = ["dep:rmcp", "dep:tokio", "dep:serde", "dep:serde_json"]
2525

2626
[dependencies]
27-
codelens-core = { version = "0.1.1", path = "../codelens-core" }
27+
codelens-core = { version = "0.1.7", path = "../codelens-core" }
2828

2929
# MCP server (optional)
3030
rmcp = { version = "3.1", features = ["server", "transport-io", "macros"], optional = true }

0 commit comments

Comments
 (0)