@@ -5,6 +5,42 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## Unreleased
9+
10+ ### Chore
11+
12+ - <csr-id-39879af6eaf2bf4fe159a5c6371c98d516c4febe /> remove repetitive words
13+
14+ ### Bug Fixes
15+
16+ - <csr-id-88061a176b2f4b5a377a4cff513979ddb1e306a1 /> assure memory maps are created with ` MAP_PRIVATE `
17+ That way, the mmap process should work under more circumstances.
18+
19+ ### Commit Statistics
20+
21+ <csr-read-only-do-not-edit />
22+
23+ - 6 commits contributed to the release over the course of 5 calendar days.
24+ - 18 days passed between releases.
25+ - 2 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
26+ - 1 unique issue was worked on: [ #1312 ] ( https://github.com/Byron/gitoxide/issues/1312 )
27+
28+ ### Commit Details
29+
30+ <csr-read-only-do-not-edit />
31+
32+ <details ><summary >view details</summary >
33+
34+ * ** [ #1312 ] ( https://github.com/Byron/gitoxide/issues/1312 ) **
35+ - Assure memory maps are created with ` MAP_PRIVATE ` ([ ` 88061a1 ` ] ( https://github.com/Byron/gitoxide/commit/88061a176b2f4b5a377a4cff513979ddb1e306a1 ) )
36+ * ** Uncategorized**
37+ - Merge branch 'status' ([ ` 3e5c974 ` ] ( https://github.com/Byron/gitoxide/commit/3e5c974dd62ac134711c6c2f5a5490187a6ea55e ) )
38+ - Merge pull request #1314 from avoidalone/main ([ ` 5722e3a ` ] ( https://github.com/Byron/gitoxide/commit/5722e3aeeba5dd44e38a6cdbb70717a45345307e ) )
39+ - Remove repetitive words ([ ` 39879af ` ] ( https://github.com/Byron/gitoxide/commit/39879af6eaf2bf4fe159a5c6371c98d516c4febe ) )
40+ - Fix lints for nightly, and clippy ([ ` f8ce3d0 ` ] ( https://github.com/Byron/gitoxide/commit/f8ce3d0721b6a53713a9392f2451874f520bc44c ) )
41+ - Merge branch 'mmap-mode' ([ ` 9e9b9fe ` ] ( https://github.com/Byron/gitoxide/commit/9e9b9fe6f63759d3bf479a8ec2f9dd1fbef87a08 ) )
42+ </details >
43+
844## 0.24.1 (2024-02-25)
945
1046A maintenance release without user-facing changes.
@@ -13,7 +49,7 @@ A maintenance release without user-facing changes.
1349
1450<csr-read-only-do-not-edit />
1551
16- - 5 commits contributed to the release over the course of 19 calendar days.
52+ - 6 commits contributed to the release over the course of 19 calendar days.
1753 - 36 days passed between releases.
1854 - 0 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
1955 - 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +61,7 @@ A maintenance release without user-facing changes.
2561<details ><summary >view details</summary >
2662
2763 * ** Uncategorized**
64+ - Release gix-date v0.8.4, gix-utils v0.1.10, gix-actor v0.30.1, gix-object v0.41.1, gix-path v0.10.6, gix-glob v0.16.1, gix-quote v0.4.11, gix-attributes v0.22.1, gix-command v0.3.5, gix-filter v0.10.0, gix-commitgraph v0.24.1, gix-worktree-stream v0.10.0, gix-archive v0.10.0, gix-config-value v0.14.5, gix-ref v0.42.0, gix-sec v0.10.5, gix-config v0.35.0, gix-prompt v0.8.3, gix-url v0.27.1, gix-credentials v0.24.1, gix-ignore v0.11.1, gix-index v0.30.0, gix-worktree v0.31.0, gix-diff v0.41.0, gix-discover v0.30.0, gix-pathspec v0.7.0, gix-dir v0.1.0, gix-pack v0.48.0, gix-odb v0.58.0, gix-transport v0.41.1, gix-protocol v0.44.1, gix-revision v0.26.1, gix-refspec v0.22.1, gix-status v0.6.0, gix-submodule v0.9.0, gix-worktree-state v0.8.0, gix v0.59.0, gix-fsck v0.3.0, gitoxide-core v0.36.0, gitoxide v0.34.0, safety bump 10 crates ([ ` 45b4470 ` ] ( https://github.com/Byron/gitoxide/commit/45b447045bc826f252129c300c531acde2652c64 ) )
2865 - Prepare changelogs prior to release ([ ` f2e111f ` ] ( https://github.com/Byron/gitoxide/commit/f2e111f768fc1bc6182355261c20b63610cffec7 ) )
2966 - Merge branch 'dirwalk' ([ ` face359 ` ] ( https://github.com/Byron/gitoxide/commit/face359443ba33e8985ec1525d5ec38b743ea7a9 ) )
3067 - Adjust gitignore files with precious declarations ([ ` ae86a6a ` ] ( https://github.com/Byron/gitoxide/commit/ae86a6a206074b85ff1eba32aea9c8b40c087b17 ) )
0 commit comments