@@ -5,6 +5,44 @@ 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+ ### New Features
11+
12+ - <csr-id-2b8d09f785f471aa12fc6793f0ea40c1f8d9ea4a /> remove ` log ` dependency in favor of ` gix-trace `
13+ - <csr-id-7df8cf31f794ae75868c606329a5685d198b0f59 /> make it easier to access the value of ` StateRef ` .
14+
15+ ### Bug Fixes (BREAKING)
16+
17+ - <csr-id-072ee32f693a31161cd6a843da6582d13efbb20b /> use ` dyn ` trait where possible.
18+ This reduces compile time due to avoiding duplication.
19+
20+ ### Commit Statistics
21+
22+ <csr-read-only-do-not-edit />
23+
24+ - 8 commits contributed to the release over the course of 17 calendar days.
25+ - 17 days passed between releases.
26+ - 3 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
27+ - 0 issues like '(#ID)' were seen in commit messages
28+
29+ ### Commit Details
30+
31+ <csr-read-only-do-not-edit />
32+
33+ <details ><summary >view details</summary >
34+
35+ * ** Uncategorized**
36+ - Prepare changelogs for release ([ ` 001c1c3 ` ] ( https://github.com/Byron/gitoxide/commit/001c1c351579118c78bd6906c3c4100c53bc3472 ) )
37+ - Merge branch 'optimizations' ([ ` 6135a5e ` ] ( https://github.com/Byron/gitoxide/commit/6135a5ea8709646f01da62939a59dd3a9750e007 ) )
38+ - Remove ` log ` dependency in favor of ` gix-trace ` ([ ` 2b8d09f ` ] ( https://github.com/Byron/gitoxide/commit/2b8d09f785f471aa12fc6793f0ea40c1f8d9ea4a ) )
39+ - Merge branch ` dyn ` ification ([ ` f658fcc ` ] ( https://github.com/Byron/gitoxide/commit/f658fcc52dc2200ae34ca53dc10be97fb9012057 ) )
40+ - Use ` dyn ` trait where possible. ([ ` 072ee32 ` ] ( https://github.com/Byron/gitoxide/commit/072ee32f693a31161cd6a843da6582d13efbb20b ) )
41+ - Merge branch 'improvements' ([ ` 8a7c2af ` ] ( https://github.com/Byron/gitoxide/commit/8a7c2af0d302d5acc87ef2d432bd6870017af63e ) )
42+ - Make it easier to access the value of ` StateRef ` . ([ ` 7df8cf3 ` ] ( https://github.com/Byron/gitoxide/commit/7df8cf31f794ae75868c606329a5685d198b0f59 ) )
43+ - Merge branch 'gix-submodule' ([ ` 363ee77 ` ] ( https://github.com/Byron/gitoxide/commit/363ee77400805f473c9ad66eadad9214e7ab66f4 ) )
44+ </details >
45+
846## 0.17.0 (2023-08-22)
947
1048<csr-id-229bd4899213f749a7cc124aa2b82a1368fba40f />
@@ -24,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2462
2563<csr-read-only-do-not-edit />
2664
27- - 10 commits contributed to the release over the course of 18 calendar days.
65+ - 11 commits contributed to the release over the course of 18 calendar days.
2866 - 30 days passed between releases.
2967 - 2 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
3068 - 0 issues like '(#ID)' were seen in commit messages
@@ -36,6 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3674<details ><summary >view details</summary >
3775
3876 * ** Uncategorized**
77+ - Release gix-date v0.7.3, gix-hash v0.12.0, gix-features v0.33.0, gix-actor v0.25.0, gix-object v0.35.0, gix-path v0.9.0, gix-glob v0.11.0, gix-quote v0.4.7, gix-attributes v0.17.0, gix-command v0.2.9, gix-packetline-blocking v0.16.5, gix-filter v0.3.0, gix-fs v0.5.0, gix-commitgraph v0.19.0, gix-hashtable v0.3.0, gix-revwalk v0.6.0, gix-traverse v0.31.0, gix-worktree-stream v0.3.0, gix-archive v0.3.0, gix-config-value v0.13.0, gix-tempfile v8.0.0, gix-lock v8.0.0, gix-ref v0.35.0, gix-sec v0.9.0, gix-config v0.28.0, gix-prompt v0.6.0, gix-url v0.22.0, gix-credentials v0.18.0, gix-diff v0.34.0, gix-discover v0.23.0, gix-ignore v0.6.0, gix-bitmap v0.2.7, gix-index v0.22.0, gix-mailmap v0.17.0, gix-negotiate v0.6.0, gix-pack v0.41.0, gix-odb v0.51.0, gix-pathspec v0.1.0, gix-packetline v0.16.5, gix-transport v0.35.0, gix-protocol v0.38.0, gix-revision v0.20.0, gix-refspec v0.16.0, gix-submodule v0.2.0, gix-worktree v0.24.0, gix-worktree-state v0.1.0, gix v0.52.0, gitoxide-core v0.31.0, gitoxide v0.29.0, safety bump 41 crates ([`30b2761`](https://github.com/Byron/gitoxide/commit/30b27615047692d3ced1b2d9c2ac15a80f79fbee))
3978 - Update changelogs prior to release ([ ` f23ea88 ` ] ( https://github.com/Byron/gitoxide/commit/f23ea8828f2d9ba7559973daca388c9591bcc5fc ) )
4079 - Don't call crate 'WIP' in manifest anymore. ([ ` 229bd48 ` ] ( https://github.com/Byron/gitoxide/commit/229bd4899213f749a7cc124aa2b82a1368fba40f ) )
4180 - Merge branch 'pathspec-matching' ([ ` 9f4dfe0 ` ] ( https://github.com/Byron/gitoxide/commit/9f4dfe0f0b948280692916b596923959ea2fd9da ) )
0 commit comments