From cec15c1bcd09e9ab5ace1fe0659533fabade747f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 19:14:02 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ crates/comment-lint-core/Cargo.toml | 2 +- crates/comment-lint-ml/Cargo.toml | 2 +- crates/comment-lint/Cargo.toml | 2 +- version.txt | 2 +- 6 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc1b0e..e0c9c3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.3.0](https://github.com/SentioLabs/comment-linter/compare/v0.2.0...v0.3.0) (2026-03-17) + + +### Features + +* **cli:** add --input-mode flag with diff/files modes ([9d8c26c](https://github.com/SentioLabs/comment-linter/commit/9d8c26c6a991b2775e22a945003a68793e066a30)) +* **diff:** add diff module with InputMode and FileDelta types ([da53088](https://github.com/SentioLabs/comment-linter/commit/da53088d224fbcbb4f9dc8003539878c5e4f8eb2)) +* **diff:** implement DiffFilter for changed-line comment filtering ([fc94e5d](https://github.com/SentioLabs/comment-linter/commit/fc94e5d13732202f6fdbb0a8045fbd873749f2e9)) +* **diff:** implement unified diff parser with unidiff crate ([2f1cb30](https://github.com/SentioLabs/comment-linter/commit/2f1cb30d6b52af06fd828ee0592898d07a3d671b)) +* **diff:** integrate DiffFilter into pipeline and CLI ([0eeb271](https://github.com/SentioLabs/comment-linter/commit/0eeb271c32d74c863bf631691852ba26bc9b052f)) + + +### Bug Fixes + +* **diff:** fix DiffFilter::from_diff_text to match parser return type ([1ea4ef4](https://github.com/SentioLabs/comment-linter/commit/1ea4ef4162dece40781a22f6b45f7f949122da49)) + ## [0.2.0](https://github.com/SentioLabs/comment-linter/compare/v0.1.0...v0.2.0) (2026-03-03) diff --git a/crates/comment-lint-core/Cargo.toml b/crates/comment-lint-core/Cargo.toml index 6c22608..91dd054 100644 --- a/crates/comment-lint-core/Cargo.toml +++ b/crates/comment-lint-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "comment-lint-core" -version = "0.2.0" +version = "0.3.0" edition = "2021" [dependencies] diff --git a/crates/comment-lint-ml/Cargo.toml b/crates/comment-lint-ml/Cargo.toml index 6e537f5..c51d08a 100644 --- a/crates/comment-lint-ml/Cargo.toml +++ b/crates/comment-lint-ml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "comment-lint-ml" -version = "0.2.0" +version = "0.3.0" edition = "2021" [dependencies] diff --git a/crates/comment-lint/Cargo.toml b/crates/comment-lint/Cargo.toml index 9866e7b..d2ee6b8 100644 --- a/crates/comment-lint/Cargo.toml +++ b/crates/comment-lint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "comment-lint" -version = "0.2.0" +version = "0.3.0" edition = "2021" [[bin]] diff --git a/version.txt b/version.txt index 0ea3a94..0d91a54 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.0 +0.3.0