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: CHANGELOG.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,35 @@ 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
+
## 1.2.4 (2022-04-14)
9
+
10
+
### Bug Fixes
11
+
12
+
- <csr-id-132307a032acf5aab67e33cfe7c632e01860e376/> assure cyclic symlinks in package won't break it.
13
+
For now we just ignore any IO error due to limitations in error
14
+
granularity, which might mean that the package size is a little off.
15
+
16
+
That's preferable over not working at all.
17
+
18
+
### Commit Statistics
19
+
20
+
<csr-read-only-do-not-edit/>
21
+
22
+
- 1 commit contributed to the release.
23
+
- 170 days passed between releases.
24
+
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
25
+
- 0 issues like '(#ID)' where seen in commit messages
26
+
27
+
### Commit Details
28
+
29
+
<csr-read-only-do-not-edit/>
30
+
31
+
<details><summary>view details</summary>
32
+
33
+
***Uncategorized**
34
+
- assure cyclic symlinks in package won't break it. ([`132307a`](https://github.com/the-lean-crate/cargo-diet/commit/132307a032acf5aab67e33cfe7c632e01860e376))
35
+
</details>
36
+
8
37
## 1.2.3 (2021-10-26)
9
38
10
39
Re-release with no functional changes, but a nicer changelog.
@@ -13,7 +42,8 @@ Re-release with no functional changes, but a nicer changelog.
13
42
14
43
<csr-read-only-do-not-edit/>
15
44
16
-
- 5 commits contributed to the release over the course of 50 calendar days.
45
+
- 6 commits contributed to the release over the course of 50 calendar days.
46
+
- 50 days passed between releases.
17
47
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
18
48
- 0 issues like '(#ID)' where seen in commit messages
19
49
@@ -24,6 +54,7 @@ Re-release with no functional changes, but a nicer changelog.
0 commit comments