@@ -5,6 +5,55 @@ All notable changes to this project will be documented in this file.
5
5
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
8
+ ## 0.42.0 (2025-04-04)
9
+
10
+ <csr-id-dd366a52d46078729a6e36468211b97c92c2921d />
11
+
12
+ ### New Features
13
+
14
+ - <csr-id-dbb15328d7b26aaa51ceadcd5a8cb021155023b3 /> add first 'debug' version of ` gix diff file `
15
+
16
+ ### Refactor
17
+
18
+ - <csr-id-dd366a52d46078729a6e36468211b97c92c2921d /> use revspecs for revision and path
19
+
20
+ ### Commit Statistics
21
+
22
+ <csr-read-only-do-not-edit />
23
+
24
+ - 14 commits contributed to the release.
25
+ - 2 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
26
+ - 0 issues like '(#ID)' were seen in commit messages
27
+
28
+ ### Thanks Clippy
29
+
30
+ <csr-read-only-do-not-edit />
31
+
32
+ [ Clippy] ( https://github.com/rust-lang/rust-clippy ) helped 1 time to make code idiomatic.
33
+
34
+ ### Commit Details
35
+
36
+ <csr-read-only-do-not-edit />
37
+
38
+ <details ><summary >view details</summary >
39
+
40
+ * ** Uncategorized**
41
+ - Merge pull request #1880 from cruessler/add-gix-diff-file ([ ` b10cc6f ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/b10cc6f0f2c3757677d9fdb3c01196d371ac6631 ) )
42
+ - Apply suggestions from code review ([ ` 1039ae9 ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/1039ae95981a21340c77739891baa742b801a604 ) )
43
+ - Use revspecs for revision and path ([ ` dd366a5 ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/dd366a52d46078729a6e36468211b97c92c2921d ) )
44
+ - Add first 'debug' version of ` gix diff file ` ([ ` dbb1532 ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/dbb15328d7b26aaa51ceadcd5a8cb021155023b3 ) )
45
+ - Merge pull request #1888 from cruessler/respect-diff-algorithm-in-blame ([ ` dce127e ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/dce127e63f7788c5424e2da2cf4e3112f9c3b159 ) )
46
+ - Adapt to changes in ` gix-blame ` ([ ` 8a31d88 ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/8a31d88dab3f2a79d4a0343f62d63a8d074ed94d ) )
47
+ - Merge pull request #1859 from cruessler/add-failing-test-for-as-time ([ ` 36a846f ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/36a846f23ae0a3dfe95648605f0f618ccb55a881 ) )
48
+ - Merge pull request #1858 from cruessler/add-git-blame-since ([ ` 7059609 ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/70596096e35ff8a910dacd6fefdc31d162282b81 ) )
49
+ - Add test for ` --since ` ([ ` 330711d ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/330711d69b343d3f4d59b3c9d9b87f75408fdc25 ) )
50
+ - Adapt to changes in ` gix-blame ` ([ ` e7084d8 ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/e7084d8db829bbc33aea958a997deb1db4b5a453 ) )
51
+ - Merge pull request #1861 from GitoxideLabs/revert-lazylock ([ ` 6acca19 ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/6acca19163196f8402603cb031cb1d37f7178a43 ) )
52
+ - Don't use LazyLock just yet. ([ ` 147eb41 ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/147eb4196acea76110b4adb26a295089e2365df5 ) )
53
+ - Merge pull request #1854 from GitoxideLabs/montly-report ([ ` 16a248b ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/16a248beddbfbd21621f2bb57aaa82dca35acb19 ) )
54
+ - Thanks clippy ([ ` 8e96ed3 ` ] ( https://github.com/GitoxideLabs/gitoxide/commit/8e96ed37db680855d194c10673ba2dab28655d95 ) )
55
+ </details >
56
+
8
57
## 0.41.0 (2025-01-18)
9
58
10
59
### New Features
0 commit comments