@@ -5,6 +5,39 @@ 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.3.4 (2024-02-03)
9
+
10
+ ### New Features
11
+
12
+ - <csr-id-33517d08105287c264ceffd7d3d3ce9733051947 /> on windows, try to parse the interpreter out of files.
13
+ This is done by Git for Windows as well for additional compatibility
14
+ around launching hooks.
15
+ - <csr-id-5708fee845bf872aa53db8df6f1e8d78dfea3ef9 /> facilities to parse interpreters out of executables (windows compatible).
16
+ We also add facilities to parse the shebang (via ` shebang::parse() ` )
17
+ and extract the interpreter from an executable via ` extract_interpreter() ` .
18
+
19
+ ### Commit Statistics
20
+
21
+ <csr-read-only-do-not-edit />
22
+
23
+ - 4 commits contributed to the release over the course of 8 calendar days.
24
+ - 14 days passed between releases.
25
+ - 2 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
26
+ - 0 issues like '(#ID)' were seen in commit messages
27
+
28
+ ### Commit Details
29
+
30
+ <csr-read-only-do-not-edit />
31
+
32
+ <details ><summary >view details</summary >
33
+
34
+ * ** Uncategorized**
35
+ - Merge branch 'parse-interpreter' ([ ` 7503e5f ` ] ( https://github.com/Byron/gitoxide/commit/7503e5f730a5e18455ecd09773c5f25a1fc7b256 ) )
36
+ - On windows, try to parse the interpreter out of files. ([ ` 33517d0 ` ] ( https://github.com/Byron/gitoxide/commit/33517d08105287c264ceffd7d3d3ce9733051947 ) )
37
+ - Facilities to parse interpreters out of executables (windows compatible). ([ ` 5708fee ` ] ( https://github.com/Byron/gitoxide/commit/5708fee845bf872aa53db8df6f1e8d78dfea3ef9 ) )
38
+ - Release gix-path v0.10.5 ([ ` b8cba96 ` ] ( https://github.com/Byron/gitoxide/commit/b8cba96ce57f8b6b0067d6a8cf3e37eaf280a238 ) )
39
+ </details >
40
+
8
41
## 0.3.3 (2024-01-20)
9
42
10
43
A maintenance release without user-facing changes.
@@ -13,7 +46,7 @@ A maintenance release without user-facing changes.
13
46
14
47
<csr-read-only-do-not-edit />
15
48
16
- - 4 commits contributed to the release over the course of 5 calendar days.
49
+ - 5 commits contributed to the release over the course of 5 calendar days.
17
50
- 20 days passed between releases.
18
51
- 0 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
19
52
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +58,7 @@ A maintenance release without user-facing changes.
25
58
<details ><summary >view details</summary >
26
59
27
60
* ** Uncategorized**
61
+ - Release gix-utils v0.1.9, gix-features v0.38.0, gix-actor v0.30.0, gix-object v0.41.0, gix-path v0.10.4, gix-glob v0.16.0, gix-attributes v0.22.0, gix-command v0.3.3, gix-packetline-blocking v0.17.3, gix-filter v0.9.0, gix-fs v0.10.0, gix-commitgraph v0.24.0, gix-revwalk v0.12.0, gix-traverse v0.37.0, gix-worktree-stream v0.9.0, gix-archive v0.9.0, gix-config-value v0.14.4, gix-tempfile v13.0.0, gix-lock v13.0.0, gix-ref v0.41.0, gix-sec v0.10.4, gix-config v0.34.0, gix-url v0.27.0, gix-credentials v0.24.0, gix-ignore v0.11.0, gix-index v0.29.0, gix-worktree v0.30.0, gix-diff v0.40.0, gix-discover v0.29.0, gix-mailmap v0.22.0, gix-negotiate v0.12.0, gix-pack v0.47.0, gix-odb v0.57.0, gix-pathspec v0.6.0, gix-packetline v0.17.3, gix-transport v0.41.0, gix-protocol v0.44.0, gix-revision v0.26.0, gix-refspec v0.22.0, gix-status v0.5.0, gix-submodule v0.8.0, gix-worktree-state v0.7.0, gix v0.58.0, safety bump 39 crates ([`eb6aa8f`](https://github.com/Byron/gitoxide/commit/eb6aa8f502314f886fc4ea3d52ab220763968208))
28
62
- Prepare changelogs prior to release ([ ` 6a2e0be ` ] ( https://github.com/Byron/gitoxide/commit/6a2e0bebfdf012dc2ed0ff2604086081f2a0f96d ) )
29
63
- Release gix-trace v0.1.7, gix-features v0.37.2, gix-commitgraph v0.23.2, gix-traverse v0.36.2, gix-index v0.28.2 ([ ` b6c04c8 ` ] ( https://github.com/Byron/gitoxide/commit/b6c04c87b426bf36a059df8dc52b56d384b27b79 ) )
30
64
- Merge pull request #1248 from joshtriplett/tyop ([ ` 39f35da ` ] ( https://github.com/Byron/gitoxide/commit/39f35da390bc46005d0374b9bf4e7106fc1bd0ec ) )
0 commit comments