Skip to content

Commit d58f624

Browse files
committed
Release cargo-diet v1.2.4
1 parent 132307a commit d58f624

File tree

3 files changed

+41
-3
lines changed

3 files changed

+41
-3
lines changed

CHANGELOG.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
837
## 1.2.3 (2021-10-26)
938

1039
Re-release with no functional changes, but a nicer changelog.
@@ -13,7 +42,8 @@ Re-release with no functional changes, but a nicer changelog.
1342

1443
<csr-read-only-do-not-edit/>
1544

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.
1747
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
1848
- 0 issues like '(#ID)' where seen in commit messages
1949

@@ -24,6 +54,7 @@ Re-release with no functional changes, but a nicer changelog.
2454
<details><summary>view details</summary>
2555

2656
* **Uncategorized**
57+
- Release cargo-diet v1.2.3 ([`5525517`](https://github.com/the-lean-crate/cargo-diet/commit/5525517d9163618fc6fcbba7ee2e6ea8a66f4116))
2758
- update changelog prior to release ([`8615e13`](https://github.com/the-lean-crate/cargo-diet/commit/8615e1361f1b4b67de68572c84a79a8ec1891b77))
2859
- rewrite changelog ([`61a8c6a`](https://github.com/the-lean-crate/cargo-diet/commit/61a8c6a11a7f19c853b72f5aa9c35b33f52344bf))
2960
- cleanup changelog ([`0f712b9`](https://github.com/the-lean-crate/cargo-diet/commit/0f712b946d18b1840664d1de484c85ee068d589f))
@@ -40,6 +71,7 @@ Re-release with no functional changes, but a nicer changelog.
4071
<csr-read-only-do-not-edit/>
4172

4273
- 5 commits contributed to the release.
74+
- 20 days passed between releases.
4375
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
4476
- 0 issues like '(#ID)' where seen in commit messages
4577

@@ -67,6 +99,7 @@ Re-release with no functional changes, but a nicer changelog.
6799
<csr-read-only-do-not-edit/>
68100

69101
- 8 commits contributed to the release over the course of 216 calendar days.
102+
- 386 days passed between releases.
70103
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
71104
- 0 issues like '(#ID)' where seen in commit messages
72105

@@ -98,6 +131,7 @@ It's best used with `-n` to avoid any actual change to `Cargo.toml`.
98131
<csr-read-only-do-not-edit/>
99132

100133
- 2 commits contributed to the release.
134+
- 1 day passed between releases.
101135
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
102136
- 0 issues like '(#ID)' where seen in commit messages
103137

@@ -123,6 +157,7 @@ Use more generous exclude globs.
123157
<csr-read-only-do-not-edit/>
124158

125159
- 2 commits contributed to the release over the course of 12 calendar days.
160+
- 22 days passed between releases.
126161
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
127162
- 0 issues like '(#ID)' where seen in commit messages
128163

@@ -146,6 +181,7 @@ Use more generous exclude globs.
146181
<csr-read-only-do-not-edit/>
147182

148183
- 9 commits contributed to the release over the course of 31 calendar days.
184+
- 32 days passed between releases.
149185
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
150186
- 0 issues like '(#ID)' where seen in commit messages
151187

@@ -176,6 +212,7 @@ Use more generous exclude globs.
176212
<csr-read-only-do-not-edit/>
177213

178214
- 2 commits contributed to the release.
215+
- 2 days passed between releases.
179216
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
180217
- 0 issues like '(#ID)' where seen in commit messages
181218

@@ -289,6 +326,7 @@ Initial release
289326
<csr-read-only-do-not-edit/>
290327

291328
- 46 commits contributed to the release over the course of 6 calendar days.
329+
- 70 days passed between releases.
292330
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
293331
- 0 issues like '(#ID)' where seen in commit messages
294332

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-diet"
3-
version = "1.2.3"
3+
version = "1.2.4"
44
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
55
edition = "2018"
66
repository = "https://github.com/the-lean-crate/cargo-diet"

0 commit comments

Comments
 (0)