git-bot-feedback 0.2.0__tar.gz → 0.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/CHANGELOG.md +4 -3
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/Cargo.lock +2 -2
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/Cargo.toml +1 -1
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/PKG-INFO +1 -1
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/bindings/python/CHANGELOG.md +15 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/bindings/python/Cargo.toml +2 -2
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/client/local.rs +1 -1
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/.gitattributes +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/.gitignore +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/.pre-commit-config.yaml +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/CONTRIBUTING.md +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/LICENSE +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/README.md +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/README.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/bindings/python/README.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/bindings/python/git_bot_feedback.pyi +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/bindings/python/src/lib.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/bindings/python/src/wrapper.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/build.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/codecov.yml +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/cspell.config.yml +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/docs/API/client.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/docs/API/file-annotations.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/docs/API/file-changes.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/docs/API/index.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/docs/API/output-variables.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/docs/API/pr-reviews.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/docs/API/thread-comments.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/docs/_static/favicon.ico +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/docs/_static/logo.png +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/docs/conf.py +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/docs/index.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/docs/logo.xcf +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/git_bot_feedback.pyi +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/nurfile +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/pyproject.toml +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/client/common.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/client/gitea/mod.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/client/gitea/serde_structs.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/client/gitea/specific_api.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/client/github/graphql.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/client/github/mod.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/client/github/serde_structs.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/client/github/specific_api.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/client/mod.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/comments/mod.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/comments/review_comments.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/comments/thread_comments.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/error.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/file_annotations.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/file_utils/file_filter.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/file_utils/mod.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/git_diff.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/lib.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/src/output_variable.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.1}/uv.lock +0 -0
|
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
<!-- markdownlint-disable MD024 -->
|
|
8
8
|
|
|
9
|
-
## [git-bot-feedback/v0.8.
|
|
9
|
+
## [git-bot-feedback/v0.8.1] - 2026-07-14
|
|
10
10
|
|
|
11
11
|
### <!-- 1 --> 🚀 Added
|
|
12
12
|
|
|
@@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
45
45
|
- Trim line endings from file names when parsing diff strings by @2bndy5 in [#97](https://github.com/2bndy5/git-bot-feedback/pull/97)
|
|
46
46
|
- Fail on parsing erroneous diff by @2bndy5 in [#98](https://github.com/2bndy5/git-bot-feedback/pull/98)
|
|
47
47
|
- Move option's value instead of cloning it by @2bndy5 in [#99](https://github.com/2bndy5/git-bot-feedback/pull/99)
|
|
48
|
+
- Output only diff using `git show` by @2bndy5 in [#102](https://github.com/2bndy5/git-bot-feedback/pull/102)
|
|
48
49
|
|
|
49
50
|
### <!-- 8 --> 📝 Documentation
|
|
50
51
|
|
|
@@ -54,9 +55,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
54
55
|
|
|
55
56
|
- Revise `FileAnnotations` impl by @2bndy5 in [#64](https://github.com/2bndy5/git-bot-feedback/pull/64)
|
|
56
57
|
|
|
57
|
-
[git-bot-feedback/v0.8.
|
|
58
|
+
[git-bot-feedback/v0.8.1]: https://github.com/2bndy5/git-bot-feedback/compare/git-bot-feedback/v0.8.0...git-bot-feedback/v0.8.1
|
|
58
59
|
|
|
59
|
-
Full commit diff: [`git-bot-feedback/v0.
|
|
60
|
+
Full commit diff: [`git-bot-feedback/v0.8.0...git-bot-feedback/v0.8.1`][git-bot-feedback/v0.8.1]
|
|
60
61
|
|
|
61
62
|
|
|
62
63
|
<!-- generated by git-cliff -->
|
|
@@ -400,7 +400,7 @@ dependencies = [
|
|
|
400
400
|
|
|
401
401
|
[[package]]
|
|
402
402
|
name = "git-bot-feedback"
|
|
403
|
-
version = "0.8.
|
|
403
|
+
version = "0.8.1"
|
|
404
404
|
dependencies = [
|
|
405
405
|
"async-trait",
|
|
406
406
|
"chrono",
|
|
@@ -420,7 +420,7 @@ dependencies = [
|
|
|
420
420
|
|
|
421
421
|
[[package]]
|
|
422
422
|
name = "git-bot-feedback-py"
|
|
423
|
-
version = "0.2.
|
|
423
|
+
version = "0.2.1"
|
|
424
424
|
dependencies = [
|
|
425
425
|
"git-bot-feedback",
|
|
426
426
|
"pyo3",
|
|
@@ -21,7 +21,7 @@ features = ["http2", "charset", "system-proxy"]
|
|
|
21
21
|
[package]
|
|
22
22
|
name = "git-bot-feedback"
|
|
23
23
|
description = "A library designed for CI tools that posts comments on a Pull Request."
|
|
24
|
-
version = "0.8.
|
|
24
|
+
version = "0.8.1"
|
|
25
25
|
edition.workspace = true
|
|
26
26
|
license.workspace = true
|
|
27
27
|
repository.workspace = true
|
|
@@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
<!-- markdownlint-disable MD024 -->
|
|
8
8
|
|
|
9
|
+
## [git-bot-feedback-py/v0.2.1] - 2026-07-14
|
|
10
|
+
|
|
11
|
+
### <!-- 4 --> 🛠️ Fixed
|
|
12
|
+
|
|
13
|
+
- Output only diff using `git show` by @2bndy5 in [#102](https://github.com/2bndy5/git-bot-feedback/pull/102)
|
|
14
|
+
|
|
15
|
+
### <!-- 6 --> 📦 Dependency updates
|
|
16
|
+
|
|
17
|
+
- Bump version to git-bot-feedback/v0.8.1 by @2bndy5 in [`71dac26`](https://github.com/2bndy5/git-bot-feedback/commit/71dac265a5919e02ec2a6c54ee3dd1bebfb5d156)
|
|
18
|
+
|
|
19
|
+
[git-bot-feedback-py/v0.2.1]: https://github.com/2bndy5/git-bot-feedback/compare/git-bot-feedback-py/v0.2.0...git-bot-feedback-py/v0.2.1
|
|
20
|
+
|
|
21
|
+
Full commit diff: [`git-bot-feedback-py/v0.2.0...git-bot-feedback-py/v0.2.1`][git-bot-feedback-py/v0.2.1]
|
|
22
|
+
|
|
9
23
|
## [git-bot-feedback-py/v0.2.0] - 2026-07-01
|
|
10
24
|
|
|
11
25
|
### <!-- 1 --> 🚀 Added
|
|
@@ -22,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
22
36
|
### <!-- 6 --> 📦 Dependency updates
|
|
23
37
|
|
|
24
38
|
- Bump version to git-bot-feedback/v0.8.0 by @2bndy5 in [`d6070e7`](https://github.com/2bndy5/git-bot-feedback/commit/d6070e7d41cdc8a1c01c5f3a69a16aa8bdff0d25)
|
|
39
|
+
- Bump version to git-bot-feedback-py/v0.2.0 by @2bndy5 in [`17d58f4`](https://github.com/2bndy5/git-bot-feedback/commit/17d58f4b2e4b2f9cd229584648dd35f3a2d736f7)
|
|
25
40
|
|
|
26
41
|
### <!-- 8 --> 📝 Documentation
|
|
27
42
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "git-bot-feedback-py"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.1"
|
|
4
4
|
edition.workspace = true
|
|
5
5
|
license.workspace = true
|
|
6
6
|
repository.workspace = true
|
|
@@ -14,7 +14,7 @@ crate-type = ["cdylib"] # spell-checker: disable-line
|
|
|
14
14
|
path = "src/lib.rs"
|
|
15
15
|
|
|
16
16
|
[dependencies]
|
|
17
|
-
git-bot-feedback = { path = "../..", version = "0.8.
|
|
17
|
+
git-bot-feedback = { path = "../..", version = "0.8.1", features = ["file-changes", "pyo3"] }
|
|
18
18
|
pyo3 = { workspace = true }
|
|
19
19
|
pyo3-async-runtimes = { version = "0.29.0", features = ["tokio-runtime"] }
|
|
20
20
|
pyo3-log = "0.13.4"
|
|
@@ -111,7 +111,7 @@ impl RestApiClient for LocalClient {
|
|
|
111
111
|
if ignore_index {
|
|
112
112
|
// When ignoring the index, we want to compare
|
|
113
113
|
// the working directory changes, not the staged changes.
|
|
114
|
-
diff_args.push("--format
|
|
114
|
+
diff_args.push("--format=".to_string());
|
|
115
115
|
git_sub_cmd.push("show");
|
|
116
116
|
} else {
|
|
117
117
|
git_sub_cmd.push("diff");
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|