Skip to content

Commit 6104bc2

Browse files
committed
Merge branch 'main' of github.com:o2sh/onefetch
2 parents 1816e12 + 64e6117 commit 6104bc2

File tree

4 files changed

+96
-6
lines changed

4 files changed

+96
-6
lines changed

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,71 @@ 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+
## 2.19.0 (2023-11-29)
9+
10+
### New Features 🎉
11+
12+
- exclude files from churn by @o2sh in https://github.com/o2sh/onefetch/pull/1120
13+
- add odin support by @spsandwichman in https://github.com/o2sh/onefetch/pull/1064
14+
- New language: Arduino by @Sh4rk-Byte in https://github.com/o2sh/onefetch/pull/1176
15+
- Right align authorship percentages by @lukehsiao in https://github.com/o2sh/onefetch/pull/1207
16+
- Add Agda to languages.yaml by @Zoltan-Balazs in https://github.com/o2sh/onefetch/pull/1216
17+
18+
### Bug Fixes 🐛
19+
20+
- add a test for negative dates and see how onefetch handles it by @Byron in https://github.com/o2sh/onefetch/pull/1100
21+
22+
### Chores 🧹
23+
24+
- Group clap dependency updates by @spenserblack in https://github.com/o2sh/onefetch/pull/1101
25+
- Group all NPM dependency updates by @spenserblack in https://github.com/o2sh/onefetch/pull/1110
26+
- Added Turkish Translations by @4Chaffenel in https://github.com/o2sh/onefetch/pull/1135
27+
- use workspace inheritance by @o2sh in https://github.com/o2sh/onefetch/pull/1142
28+
- docs(contributing): Add syntax highlighting to YAML block by @spenserblack in https://github.com/o2sh/onefetch/pull/1172
29+
- add release.yml file by @o2sh in https://github.com/o2sh/onefetch/pull/1177
30+
- replace action-rs by @o2sh in https://github.com/o2sh/onefetch/pull/1191
31+
- Resolve clippy warnings by @spenserblack in https://github.com/o2sh/onefetch/pull/1201
32+
- Refactor and test info field styling by @spenserblack in https://github.com/o2sh/onefetch/pull/1214
33+
- Refactoring git metrics module by @o2sh in https://github.com/o2sh/onefetch/pull/1217
34+
35+
### Dependencies ⬆️⬇️
36+
37+
- upgrade to `gix` 0.53.1 by @Byron in https://github.com/o2sh/onefetch/pull/1166
38+
39+
### Commit Statistics
40+
41+
<csr-read-only-do-not-edit/>
42+
43+
- 17 commits contributed to the release over the course of 154 calendar days.
44+
- 157 days passed between releases.
45+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
46+
- 8 unique issues were worked on: [#1098](https://github.com/o2sh/onefetch/issues/1098), [#1100](https://github.com/o2sh/onefetch/issues/1100), [#1120](https://github.com/o2sh/onefetch/issues/1120), [#1201](https://github.com/o2sh/onefetch/issues/1201), [#1207](https://github.com/o2sh/onefetch/issues/1207), [#1214](https://github.com/o2sh/onefetch/issues/1214), [#1217](https://github.com/o2sh/onefetch/issues/1217), [#1220](https://github.com/o2sh/onefetch/issues/1220)
47+
48+
### Commit Details
49+
50+
<csr-read-only-do-not-edit/>
51+
52+
<details><summary>view details</summary>
53+
54+
- **[#1098](https://github.com/o2sh/onefetch/issues/1098)**
55+
- Bump gix from 0.46.0 to 0.47.0 ([`7328a35`](https://github.com/o2sh/onefetch/commit/7328a35a99dbf2738b19f51ca567ea9dd9474b65))
56+
- **[#1100](https://github.com/o2sh/onefetch/issues/1100)**
57+
- Add a test for negative dates and see how onefetch handles it ([`67cd11a`](https://github.com/o2sh/onefetch/commit/67cd11a3feb6f0198c8ffa36223491442285cee5))
58+
- **[#1120](https://github.com/o2sh/onefetch/issues/1120)**
59+
- Exclude files from churn ([`9b8ef7f`](https://github.com/o2sh/onefetch/commit/9b8ef7fd6f59527d333ab7fa21bc7e58b1f16dbb))
60+
- **[#1201](https://github.com/o2sh/onefetch/issues/1201)**
61+
- Resolve clippy warnings ([`d6bc16b`](https://github.com/o2sh/onefetch/commit/d6bc16be36a6bed1dbc7f473bdfbe42e48787b7a))
62+
- **[#1207](https://github.com/o2sh/onefetch/issues/1207)**
63+
- Right align authorship percentages ([`b1cf029`](https://github.com/o2sh/onefetch/commit/b1cf0299c6356c3b2754c7fd9a7076fac7fd6d8b))
64+
- **[#1214](https://github.com/o2sh/onefetch/issues/1214)**
65+
- Refactor and test info field styling ([`3186493`](https://github.com/o2sh/onefetch/commit/3186493e3923ede65857e6ba4d2f8390388f532b))
66+
- **[#1217](https://github.com/o2sh/onefetch/issues/1217)**
67+
- Refactoring git metrics module ([`f1905dc`](https://github.com/o2sh/onefetch/commit/f1905dcaf4cba63c6becea0b93abec6c0d57384f))
68+
- **[#1220](https://github.com/o2sh/onefetch/issues/1220)**
69+
- Bump byte-unit from 4.0.19 to 5.0.3 ([`4a5da46`](https://github.com/o2sh/onefetch/commit/4a5da46691bd4d8c2c0387ed018a5458b98f69ba))
70+
- **Uncategorized** - Limit fractional part in size ([`4174cc9`](https://github.com/o2sh/onefetch/commit/4174cc998c906b08b6dafbf9867713f98ab0d640)) - Remove comment ([`d928657`](https://github.com/o2sh/onefetch/commit/d928657c1167da6afcbf2e1813c64606a903f62c)) - Fix snapshot test ([`5a4b9b2`](https://github.com/o2sh/onefetch/commit/5a4b9b2254a86f2f0ef81653d838a54d22843199)) - Rename author module ([`bee580c`](https://github.com/o2sh/onefetch/commit/bee580c5ad90eb4dd1528bb6ed068535f4842b89)) - Move get_style and format_number in utils ([`7dd9711`](https://github.com/o2sh/onefetch/commit/7dd97115b699c45fb3dbef9cfa2e9c4225d3ef91)) - Add unit tests for digit_difference ([`ba08584`](https://github.com/o2sh/onefetch/commit/ba08584aa60b87fac34a5e95d6e52648e4e87b1b)) - Refacto languageInfo fmt method ([`9b54c9b`](https://github.com/o2sh/onefetch/commit/9b54c9b9b6ae60b4b1e6fe6f63c84e954d3c12ad)) - Remove empty line ([`6539e3b`](https://github.com/o2sh/onefetch/commit/6539e3ba0f70902bb2904ca4b01569d93f5fb2cb)) - Cargo clippy ([`0c060ed`](https://github.com/o2sh/onefetch/commit/0c060ede1fdd750bccee52ecf6b089b6b73802f9))
71+
</details>
72+
873
## 2.18.1 (2023-06-24)
974

1075
### Bug Fixes

ascii/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
<csr-read-only-do-not-edit/>
2323

24-
- 17 commits contributed to the release over the course of 180 calendar days.
24+
- 19 commits contributed to the release over the course of 314 calendar days.
2525
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
26-
- 3 unique issues were worked on: [#934](https://github.com/o2sh/onefetch/issues/934), [#936](https://github.com/o2sh/onefetch/issues/936), [#992](https://github.com/o2sh/onefetch/issues/992)
26+
- 4 unique issues were worked on: [#1142](https://github.com/o2sh/onefetch/issues/1142), [#934](https://github.com/o2sh/onefetch/issues/934), [#936](https://github.com/o2sh/onefetch/issues/936), [#992](https://github.com/o2sh/onefetch/issues/992)
2727

2828
### Commit Details
2929

3030
<csr-read-only-do-not-edit/>
3131

3232
<details><summary>view details</summary>
3333

34+
* **[#1142](https://github.com/o2sh/onefetch/issues/1142)**
35+
- Use workspace inheritance ([`83462df`](https://github.com/o2sh/onefetch/commit/83462df56b32082caf5718cd1665346765c6ee32))
3436
* **[#934](https://github.com/o2sh/onefetch/issues/934)**
3537
- Turn `AsciiArt.rs` into its own crate ([`1716519`](https://github.com/o2sh/onefetch/commit/17165192bf187fbd56298a53e34373d8329bfa3a))
3638
* **[#936](https://github.com/o2sh/onefetch/issues/936)**
3739
- Parse multi-byte unicode chars correctly + docs ([`5cc8ea6`](https://github.com/o2sh/onefetch/commit/5cc8ea62b8a7e467554ee7b20bb1e85fa36d4979))
3840
* **[#992](https://github.com/o2sh/onefetch/issues/992)**
3941
- Fix typo ([`fa80f33`](https://github.com/o2sh/onefetch/commit/fa80f3308ff6f19a3c62233ecbc9767ffa7b9ac9))
4042
* **Uncategorized**
43+
- Cargo changelog --write ([`871f98a`](https://github.com/o2sh/onefetch/commit/871f98a6b99e8ac28445951c545c7c32ca722079))
4144
- Bump version ([`dccd5a8`](https://github.com/o2sh/onefetch/commit/dccd5a8ccf51f10fb6e38af6b16735b3cac5b315))
4245
- Cargo changelog --write ([`7eb48ae`](https://github.com/o2sh/onefetch/commit/7eb48ae5c1ef2727a2bb070556aca21506667629))
4346
- Bump version ([`9cc5e52`](https://github.com/o2sh/onefetch/commit/9cc5e5295bfd678ae157a3fbcd8019ae6f7759e0))

image/CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
<csr-read-only-do-not-edit/>
1313

14-
- 42 commits contributed to the release over the course of 247 calendar days.
14+
- 50 commits contributed to the release over the course of 381 calendar days.
1515
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
16-
- 16 unique issues were worked on: [#1004](https://github.com/o2sh/onefetch/issues/1004), [#1027](https://github.com/o2sh/onefetch/issues/1027), [#1036](https://github.com/o2sh/onefetch/issues/1036), [#1053](https://github.com/o2sh/onefetch/issues/1053), [#1065](https://github.com/o2sh/onefetch/issues/1065), [#1073](https://github.com/o2sh/onefetch/issues/1073), [#1090](https://github.com/o2sh/onefetch/issues/1090), [#1114](https://github.com/o2sh/onefetch/issues/1114), [#838](https://github.com/o2sh/onefetch/issues/838), [#859](https://github.com/o2sh/onefetch/issues/859), [#865](https://github.com/o2sh/onefetch/issues/865), [#924](https://github.com/o2sh/onefetch/issues/924), [#930](https://github.com/o2sh/onefetch/issues/930), [#934](https://github.com/o2sh/onefetch/issues/934), [#964](https://github.com/o2sh/onefetch/issues/964), [#992](https://github.com/o2sh/onefetch/issues/992)
16+
- 23 unique issues were worked on: [#1004](https://github.com/o2sh/onefetch/issues/1004), [#1027](https://github.com/o2sh/onefetch/issues/1027), [#1036](https://github.com/o2sh/onefetch/issues/1036), [#1053](https://github.com/o2sh/onefetch/issues/1053), [#1065](https://github.com/o2sh/onefetch/issues/1065), [#1073](https://github.com/o2sh/onefetch/issues/1073), [#1090](https://github.com/o2sh/onefetch/issues/1090), [#1099](https://github.com/o2sh/onefetch/issues/1099), [#1114](https://github.com/o2sh/onefetch/issues/1114), [#1128](https://github.com/o2sh/onefetch/issues/1128), [#1142](https://github.com/o2sh/onefetch/issues/1142), [#1168](https://github.com/o2sh/onefetch/issues/1168), [#1187](https://github.com/o2sh/onefetch/issues/1187), [#1202](https://github.com/o2sh/onefetch/issues/1202), [#1212](https://github.com/o2sh/onefetch/issues/1212), [#838](https://github.com/o2sh/onefetch/issues/838), [#859](https://github.com/o2sh/onefetch/issues/859), [#865](https://github.com/o2sh/onefetch/issues/865), [#924](https://github.com/o2sh/onefetch/issues/924), [#930](https://github.com/o2sh/onefetch/issues/930), [#934](https://github.com/o2sh/onefetch/issues/934), [#964](https://github.com/o2sh/onefetch/issues/964), [#992](https://github.com/o2sh/onefetch/issues/992)
1717

1818
### Commit Details
1919

@@ -35,8 +35,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535
- Bump clap from 4.2.7 to 4.3.1 ([`e73f7b6`](https://github.com/o2sh/onefetch/commit/e73f7b652cfa656d48da465f243190c677d84adc))
3636
* **[#1090](https://github.com/o2sh/onefetch/issues/1090)**
3737
- Bump clap from 4.3.1 to 4.3.4 ([`4a30ac1`](https://github.com/o2sh/onefetch/commit/4a30ac1a1f1cbd4f1b8597dcab5a022b898da07b))
38+
* **[#1099](https://github.com/o2sh/onefetch/issues/1099)**
39+
- Bump libc from 0.2.142 to 0.2.147 ([`e78acea`](https://github.com/o2sh/onefetch/commit/e78acea09555bc0ebb537d83561fdfab47784f56))
3840
* **[#1114](https://github.com/o2sh/onefetch/issues/1114)**
3941
- Bump the clap group with 2 updates ([`40fb136`](https://github.com/o2sh/onefetch/commit/40fb136e392d7374ce517b1cd9ad82ddf52dad72))
42+
* **[#1128](https://github.com/o2sh/onefetch/issues/1128)**
43+
- Bump the clap group with 1 update ([`8a674ce`](https://github.com/o2sh/onefetch/commit/8a674ce73cf2c6a050d49f5d41154c30db23b8b0))
44+
* **[#1142](https://github.com/o2sh/onefetch/issues/1142)**
45+
- Use workspace inheritance ([`83462df`](https://github.com/o2sh/onefetch/commit/83462df56b32082caf5718cd1665346765c6ee32))
46+
* **[#1168](https://github.com/o2sh/onefetch/issues/1168)**
47+
- Bump base64 from 0.21.2 to 0.21.4 ([`8eb3d96`](https://github.com/o2sh/onefetch/commit/8eb3d9685a1ab1b0fb837fce63615ea347e7c2a6))
48+
* **[#1187](https://github.com/o2sh/onefetch/issues/1187)**
49+
- Bump libc from 0.2.147 to 0.2.149 ([`d2c9e0d`](https://github.com/o2sh/onefetch/commit/d2c9e0db77df35dc25d821291af94b95fc0ccf48))
50+
* **[#1202](https://github.com/o2sh/onefetch/issues/1202)**
51+
- Bump libc from 0.2.149 to 0.2.150 ([`5b1ef67`](https://github.com/o2sh/onefetch/commit/5b1ef678c2b3f86e90a848cf20fd236d230b3110))
52+
* **[#1212](https://github.com/o2sh/onefetch/issues/1212)**
53+
- Bump base64 from 0.21.4 to 0.21.5 ([`70fc8d5`](https://github.com/o2sh/onefetch/commit/70fc8d59bfde607f701b923a65a7381132558e0c))
4054
* **[#838](https://github.com/o2sh/onefetch/issues/838)**
4155
- Bump libc from 0.2.134 to 0.2.137 ([`48a1b59`](https://github.com/o2sh/onefetch/commit/48a1b59cfa225967e9078e95173dc21990b117af))
4256
* **[#859](https://github.com/o2sh/onefetch/issues/859)**
@@ -54,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5468
* **[#992](https://github.com/o2sh/onefetch/issues/992)**
5569
- Fix typo ([`fa80f33`](https://github.com/o2sh/onefetch/commit/fa80f3308ff6f19a3c62233ecbc9767ffa7b9ac9))
5670
* **Uncategorized**
71+
- Cargo changelog --write ([`871f98a`](https://github.com/o2sh/onefetch/commit/871f98a6b99e8ac28445951c545c7c32ca722079))
5772
- Bump version ([`dccd5a8`](https://github.com/o2sh/onefetch/commit/dccd5a8ccf51f10fb6e38af6b16735b3cac5b315))
5873
- Cargo changelog --write ([`7eb48ae`](https://github.com/o2sh/onefetch/commit/7eb48ae5c1ef2727a2bb070556aca21506667629))
5974
- Bump version ([`9cc5e52`](https://github.com/o2sh/onefetch/commit/9cc5e5295bfd678ae157a3fbcd8019ae6f7759e0))

manifest/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
<csr-read-only-do-not-edit/>
1313

14-
- 26 commits contributed to the release over the course of 247 calendar days.
14+
- 30 commits contributed to the release over the course of 382 calendar days.
1515
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
16-
- 5 unique issues were worked on: [#1077](https://github.com/o2sh/onefetch/issues/1077), [#1089](https://github.com/o2sh/onefetch/issues/1089), [#851](https://github.com/o2sh/onefetch/issues/851), [#959](https://github.com/o2sh/onefetch/issues/959), [#981](https://github.com/o2sh/onefetch/issues/981)
16+
- 8 unique issues were worked on: [#1077](https://github.com/o2sh/onefetch/issues/1077), [#1089](https://github.com/o2sh/onefetch/issues/1089), [#1142](https://github.com/o2sh/onefetch/issues/1142), [#1205](https://github.com/o2sh/onefetch/issues/1205), [#1221](https://github.com/o2sh/onefetch/issues/1221), [#851](https://github.com/o2sh/onefetch/issues/851), [#959](https://github.com/o2sh/onefetch/issues/959), [#981](https://github.com/o2sh/onefetch/issues/981)
1717

1818
### Commit Details
1919

@@ -25,13 +25,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Bump cargo_toml from 0.15.2 to 0.15.3 ([`b6ed0f7`](https://github.com/o2sh/onefetch/commit/b6ed0f7b28c4226bfb815ea3e94ddd6a98df930b))
2626
* **[#1089](https://github.com/o2sh/onefetch/issues/1089)**
2727
- Bump strum from 0.24.1 to 0.25.0 ([`3071110`](https://github.com/o2sh/onefetch/commit/3071110b80797d14af3a1c782079dc9d11601ca4))
28+
* **[#1142](https://github.com/o2sh/onefetch/issues/1142)**
29+
- Use workspace inheritance ([`83462df`](https://github.com/o2sh/onefetch/commit/83462df56b32082caf5718cd1665346765c6ee32))
30+
* **[#1205](https://github.com/o2sh/onefetch/issues/1205)**
31+
- Bump cargo_toml from 0.15.3 to 0.17.0 ([`a8a6e2a`](https://github.com/o2sh/onefetch/commit/a8a6e2afa0418cb594d56cb6a989777abaee6910))
32+
* **[#1221](https://github.com/o2sh/onefetch/issues/1221)**
33+
- Bump cargo_toml from 0.17.0 to 0.17.1 ([`6cd892d`](https://github.com/o2sh/onefetch/commit/6cd892d70f4ebb422aba8f1a3f48f7aacb74e306))
2834
* **[#851](https://github.com/o2sh/onefetch/issues/851)**
2935
- Add manifest crate ([`ed96c45`](https://github.com/o2sh/onefetch/commit/ed96c4547d62e1660bd78663be428cad5dc57867))
3036
* **[#959](https://github.com/o2sh/onefetch/issues/959)**
3137
- Bump cargo_toml from 0.13.0 to 0.14.1 ([`81f852e`](https://github.com/o2sh/onefetch/commit/81f852ec6ab95714b422b4821d26e5f3536fd78c))
3238
* **[#981](https://github.com/o2sh/onefetch/issues/981)**
3339
- Bump cargo_toml from 0.14.1 to 0.15.2 ([`b6dbb62`](https://github.com/o2sh/onefetch/commit/b6dbb62c36cd9f38d4dcfe13dfe99ab608f4ef2a))
3440
* **Uncategorized**
41+
- Cargo changelog --write ([`871f98a`](https://github.com/o2sh/onefetch/commit/871f98a6b99e8ac28445951c545c7c32ca722079))
3542
- Bump version ([`dccd5a8`](https://github.com/o2sh/onefetch/commit/dccd5a8ccf51f10fb6e38af6b16735b3cac5b315))
3643
- Cargo changelog --write ([`7eb48ae`](https://github.com/o2sh/onefetch/commit/7eb48ae5c1ef2727a2bb070556aca21506667629))
3744
- Bump version ([`9cc5e52`](https://github.com/o2sh/onefetch/commit/9cc5e5295bfd678ae157a3fbcd8019ae6f7759e0))

0 commit comments

Comments
 (0)