You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gix-actor/CHANGELOG.md
+5-27Lines changed: 5 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,37 +5,16 @@ 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
-
## Unreleased
9
-
10
-
### Commit Statistics
11
-
12
-
<csr-read-only-do-not-edit/>
13
-
14
-
- 1 commit contributed to the release over the course of 1 calendar day.
15
-
- 3 days passed between releases.
16
-
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
17
-
- 0 issues like '(#ID)' were seen in commit messages
18
-
19
-
### Commit Details
20
-
21
-
<csr-read-only-do-not-edit/>
22
-
23
-
<details><summary>view details</summary>
24
-
25
-
***Uncategorized**
26
-
- Update license field following SPDX 2.1 license expression standard ([`9064ea3`](https://github.com/Byron/gitoxide/commit/9064ea31fae4dc59a56bdd3a06c0ddc990ee689e))
27
-
</details>
28
-
29
-
## 0.24.0 (2023-07-19)
8
+
## 0.24.0 (2023-07-22)
30
9
31
10
A maintenance release without user-facing changes.
32
11
33
12
### Commit Statistics
34
13
35
14
<csr-read-only-do-not-edit/>
36
15
37
-
-3 commits contributed to the release.
38
-
-19 days passed between releases.
16
+
-2 commits contributed to the release over the course of 1 calendar day.
17
+
-3 days passed between releases.
39
18
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
40
19
- 0 issues like '(#ID)' were seen in commit messages
41
20
@@ -46,9 +25,8 @@ A maintenance release without user-facing changes.
- Prepare changelogs prior to release ([`e4dded0`](https://github.com/Byron/gitoxide/commit/e4dded05138562f9737a7dcfb60570c55769486d))
28
+
- Update changelogs prior to release ([`2fc66b5`](https://github.com/Byron/gitoxide/commit/2fc66b55097ed494b72d1af939ba5561f71fde97))
29
+
- Update license field following SPDX 2.1 license expression standard ([`9064ea3`](https://github.com/Byron/gitoxide/commit/9064ea31fae4dc59a56bdd3a06c0ddc990ee689e))
- Add `zip` support for `gix-archive`, with the similarly named cargo feature. ([`b9b9e9e`](https://github.com/Byron/gitoxide/commit/b9b9e9e3da0692dd9b3acc4270b286d72b9c718e))
- Make information about whether or not the matched item is a directory available. ([`0634d54`](https://github.com/Byron/gitoxide/commit/0634d543dacc9b3ce3d39938b116a890bcb0686f))
33
-
- Update license field following SPDX 2.1 license expression standard ([`9064ea3`](https://github.com/Byron/gitoxide/commit/9064ea31fae4dc59a56bdd3a06c0ddc990ee689e))
34
-
</details>
35
-
36
-
## 0.15.0 (2023-07-19)
37
-
38
15
### Bug Fixes
39
16
40
17
- <csr-id-8a361b46bc84428af88e5adc10a53b23bac41edf/> make sure that `search::Outcome` initialized with a selection works.
@@ -50,8 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
27
51
28
<csr-read-only-do-not-edit/>
52
29
53
-
-5 commits contributed to the release over the course of 12 calendar days.
54
-
-19 days passed between releases.
30
+
-4 commits contributed to the release over the course of 1 calendar day.
31
+
-3 days passed between releases.
55
32
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
56
33
- 0 issues like '(#ID)' were seen in commit messages
57
34
@@ -62,11 +39,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Make sure that `search::Outcome` initialized with a selection works. ([`8a361b4`](https://github.com/Byron/gitoxide/commit/8a361b46bc84428af88e5adc10a53b23bac41edf))
42
+
- Update changelogs prior to release ([`2fc66b5`](https://github.com/Byron/gitoxide/commit/2fc66b55097ed494b72d1af939ba5561f71fde97))
- Make information about whether or not the matched item is a directory available. ([`0634d54`](https://github.com/Byron/gitoxide/commit/0634d543dacc9b3ce3d39938b116a890bcb0686f))
45
+
- Update license field following SPDX 2.1 license expression standard ([`9064ea3`](https://github.com/Byron/gitoxide/commit/9064ea31fae4dc59a56bdd3a06c0ddc990ee689e))
Copy file name to clipboardExpand all lines: gix-bitmap/CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ 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
-
## Unreleased
8
+
## 0.2.6 (2023-07-22)
9
9
10
10
A maintenance release without user-facing changes.
11
11
12
12
### Commit Statistics
13
13
14
14
<csr-read-only-do-not-edit/>
15
15
16
-
-1 commit contributed to the release over the course of 1 calendar day.
16
+
-2 commits contributed to the release over the course of 1 calendar day.
17
17
- 30 days passed between releases.
18
18
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19
19
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
25
25
<details><summary>view details</summary>
26
26
27
27
***Uncategorized**
28
+
- Update changelogs prior to release ([`2fc66b5`](https://github.com/Byron/gitoxide/commit/2fc66b55097ed494b72d1af939ba5561f71fde97))
28
29
- Update license field following SPDX 2.1 license expression standard ([`9064ea3`](https://github.com/Byron/gitoxide/commit/9064ea31fae4dc59a56bdd3a06c0ddc990ee689e))
Copy file name to clipboardExpand all lines: gix-chunk/CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ 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
-
## Unreleased
8
+
## 0.4.4 (2023-07-22)
9
9
10
10
A maintenance release without user-facing changes.
11
11
12
12
### Commit Statistics
13
13
14
14
<csr-read-only-do-not-edit/>
15
15
16
-
-1 commit contributed to the release over the course of 1 calendar day.
16
+
-2 commits contributed to the release over the course of 1 calendar day.
17
17
- 30 days passed between releases.
18
18
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19
19
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +25,7 @@ A maintenance release without user-facing changes.
25
25
<details><summary>view details</summary>
26
26
27
27
***Uncategorized**
28
+
- Update changelogs prior to release ([`2fc66b5`](https://github.com/Byron/gitoxide/commit/2fc66b55097ed494b72d1af939ba5561f71fde97))
28
29
- Update license field following SPDX 2.1 license expression standard ([`9064ea3`](https://github.com/Byron/gitoxide/commit/9064ea31fae4dc59a56bdd3a06c0ddc990ee689e))
0 commit comments