Skip to content

Commit f5263f9

Browse files
committed
chore: bump version to 0.1.1 and update CHANGELOG
1 parent 80fb3f6 commit f5263f9

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1] - 2026-04-11
11+
12+
### Fixed
13+
- Hotspot analysis returning empty results due to path prefix mismatch (`./src/main.rs` vs `src/main.rs`)
14+
1015
## [0.1.0] - 2026-04-11
1116

1217
### Added

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.0"
6+
version = "0.1.1"
77
edition = "2021"
88
rust-version = "1.85"
99
license = "MIT"

crates/codelens/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "codelens"
1818
path = "src/main.rs"
1919

2020
[dependencies]
21-
codelens-core = { version = "0.1.0", path = "../codelens-core" }
21+
codelens-core = { version = "0.1.1", path = "../codelens-core" }
2222

2323
# CLI
2424
clap.workspace = true

0 commit comments

Comments
 (0)