Skip to content

Commit c83a959

Browse files
committed
cargo changelog --write
1 parent 2487813 commit c83a959

File tree

4 files changed

+57
-5
lines changed

4 files changed

+57
-5
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,46 @@ 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+
## Unreleased
9+
10+
## 2.20.0 (2024-03-17)
11+
12+
This version marks the completion of the transition from [`git2`](https://crates.io/crates/git2) to [`gitoxide`](https://crates.io/crates/gix). No more dependency to git2, onefetch is now fully oxidized! 🎉
13+
14+
### New Features 🎉
15+
16+
- Add svg language support by @Localghost385 in https://github.com/o2sh/onefetch/pull/1266
17+
- lang: Adding Oz programming language by @luxluth in https://github.com/o2sh/onefetch/pull/1280
18+
19+
### Chores 🧹
20+
21+
- website: Filter entries by language type in onefetch.dev by @o2sh in https://github.com/o2sh/onefetch/pull/1227
22+
- Use GitHub's alert syntax by @spenserblack in https://github.com/o2sh/onefetch/pull/1234
23+
- Add german translation of `README.md` by @rdwz in https://github.com/o2sh/onefetch/pull/1236
24+
- Use `gitoxide` to get pending changes by @Byron in https://github.com/o2sh/onefetch/pull/1285
25+
26+
### Commit Statistics
27+
28+
<csr-read-only-do-not-edit/>
29+
30+
- 4 commits contributed to the release over the course of 94 calendar days.
31+
- 108 days passed between releases.
32+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
33+
- 2 unique issues were worked on: [#1229](https://github.com/o2sh/onefetch/issues/1229), [#1285](https://github.com/o2sh/onefetch/issues/1285)
34+
35+
### Commit Details
36+
37+
<csr-read-only-do-not-edit/>
38+
39+
<details><summary>view details</summary>
40+
41+
- **[#1229](https://github.com/o2sh/onefetch/issues/1229)**
42+
- Bump gix from 0.55.2 to 0.56.0 ([`1131d39`](https://github.com/o2sh/onefetch/commit/1131d39600bf60853825d0ee00afa3cab32ff901))
43+
- **[#1285](https://github.com/o2sh/onefetch/issues/1285)**
44+
- Conclude `gitoxide` to `git2` transition ([`8fcaf08`](https://github.com/o2sh/onefetch/commit/8fcaf08269a44e4074eea3b24ad9702d64fc3374))
45+
- **Uncategorized** - Refacto pending info ([`2e48f9e`](https://github.com/o2sh/onefetch/commit/2e48f9ea31effb6c1583b61134836b8e8a2dc3c0)) - Cargo clippy ([`e6c7c45`](https://github.com/o2sh/onefetch/commit/e6c7c45e8235dd4038d2dd4d5905d2453609ba57))
46+
</details>
47+
848
## 2.19.0 (2023-11-29)
949

1050
### New Features 🎉

ascii/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

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

24-
- 19 commits contributed to the release over the course of 314 calendar days.
24+
- 21 commits contributed to the release over the course of 423 calendar days.
2525
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2626
- 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

@@ -40,6 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4040
* **[#992](https://github.com/o2sh/onefetch/issues/992)**
4141
- Fix typo ([`fa80f33`](https://github.com/o2sh/onefetch/commit/fa80f3308ff6f19a3c62233ecbc9767ffa7b9ac9))
4242
* **Uncategorized**
43+
- Merge branch 'main' of github.com:o2sh/onefetch ([`6104bc2`](https://github.com/o2sh/onefetch/commit/6104bc2ecae02f39479ec022dfc6506404a0527a))
44+
- Cargo changelog --write ([`64e6117`](https://github.com/o2sh/onefetch/commit/64e6117b1cc2c2ac41dff99791c2a714317ecdf2))
4345
- Cargo changelog --write ([`871f98a`](https://github.com/o2sh/onefetch/commit/871f98a6b99e8ac28445951c545c7c32ca722079))
4446
- Bump version ([`dccd5a8`](https://github.com/o2sh/onefetch/commit/dccd5a8ccf51f10fb6e38af6b16735b3cac5b315))
4547
- Cargo changelog --write ([`7eb48ae`](https://github.com/o2sh/onefetch/commit/7eb48ae5c1ef2727a2bb070556aca21506667629))

image/CHANGELOG.md

Lines changed: 6 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-
- 50 commits contributed to the release over the course of 381 calendar days.
14+
- 53 commits contributed to the release over the course of 490 calendar days.
1515
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
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)
16+
- 24 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), [#1282](https://github.com/o2sh/onefetch/issues/1282), [#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

@@ -51,6 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5151
- Bump libc from 0.2.149 to 0.2.150 ([`5b1ef67`](https://github.com/o2sh/onefetch/commit/5b1ef678c2b3f86e90a848cf20fd236d230b3110))
5252
* **[#1212](https://github.com/o2sh/onefetch/issues/1212)**
5353
- Bump base64 from 0.21.4 to 0.21.5 ([`70fc8d5`](https://github.com/o2sh/onefetch/commit/70fc8d59bfde607f701b923a65a7381132558e0c))
54+
* **[#1282](https://github.com/o2sh/onefetch/issues/1282)**
55+
- Bump base64 from 0.21.5 to 0.22.0 ([`664f2a9`](https://github.com/o2sh/onefetch/commit/664f2a9fb22f169f79aa7e8fdd0a3b021a6e543d))
5456
* **[#838](https://github.com/o2sh/onefetch/issues/838)**
5557
- Bump libc from 0.2.134 to 0.2.137 ([`48a1b59`](https://github.com/o2sh/onefetch/commit/48a1b59cfa225967e9078e95173dc21990b117af))
5658
* **[#859](https://github.com/o2sh/onefetch/issues/859)**
@@ -68,6 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6870
* **[#992](https://github.com/o2sh/onefetch/issues/992)**
6971
- Fix typo ([`fa80f33`](https://github.com/o2sh/onefetch/commit/fa80f3308ff6f19a3c62233ecbc9767ffa7b9ac9))
7072
* **Uncategorized**
73+
- Merge branch 'main' of github.com:o2sh/onefetch ([`6104bc2`](https://github.com/o2sh/onefetch/commit/6104bc2ecae02f39479ec022dfc6506404a0527a))
74+
- Cargo changelog --write ([`64e6117`](https://github.com/o2sh/onefetch/commit/64e6117b1cc2c2ac41dff99791c2a714317ecdf2))
7175
- Cargo changelog --write ([`871f98a`](https://github.com/o2sh/onefetch/commit/871f98a6b99e8ac28445951c545c7c32ca722079))
7276
- Bump version ([`dccd5a8`](https://github.com/o2sh/onefetch/commit/dccd5a8ccf51f10fb6e38af6b16735b3cac5b315))
7377
- Cargo changelog --write ([`7eb48ae`](https://github.com/o2sh/onefetch/commit/7eb48ae5c1ef2727a2bb070556aca21506667629))

manifest/CHANGELOG.md

Lines changed: 8 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-
- 30 commits contributed to the release over the course of 382 calendar days.
14+
- 34 commits contributed to the release over the course of 490 calendar days.
1515
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
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)
16+
- 10 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), [#1238](https://github.com/o2sh/onefetch/issues/1238), [#1268](https://github.com/o2sh/onefetch/issues/1268), [#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

@@ -31,13 +31,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
- Bump cargo_toml from 0.15.3 to 0.17.0 ([`a8a6e2a`](https://github.com/o2sh/onefetch/commit/a8a6e2afa0418cb594d56cb6a989777abaee6910))
3232
* **[#1221](https://github.com/o2sh/onefetch/issues/1221)**
3333
- Bump cargo_toml from 0.17.0 to 0.17.1 ([`6cd892d`](https://github.com/o2sh/onefetch/commit/6cd892d70f4ebb422aba8f1a3f48f7aacb74e306))
34+
* **[#1238](https://github.com/o2sh/onefetch/issues/1238)**
35+
- Bump cargo_toml from 0.17.1 to 0.17.2 ([`7cf1434`](https://github.com/o2sh/onefetch/commit/7cf1434c24321d1b155fb34af96d990bfce2b256))
36+
* **[#1268](https://github.com/o2sh/onefetch/issues/1268)**
37+
- Bump cargo_toml from 0.17.2 to 0.19.1 ([`9378e09`](https://github.com/o2sh/onefetch/commit/9378e099fc7612f006805bbee9fdbb8e7414bd37))
3438
* **[#851](https://github.com/o2sh/onefetch/issues/851)**
3539
- Add manifest crate ([`ed96c45`](https://github.com/o2sh/onefetch/commit/ed96c4547d62e1660bd78663be428cad5dc57867))
3640
* **[#959](https://github.com/o2sh/onefetch/issues/959)**
3741
- Bump cargo_toml from 0.13.0 to 0.14.1 ([`81f852e`](https://github.com/o2sh/onefetch/commit/81f852ec6ab95714b422b4821d26e5f3536fd78c))
3842
* **[#981](https://github.com/o2sh/onefetch/issues/981)**
3943
- Bump cargo_toml from 0.14.1 to 0.15.2 ([`b6dbb62`](https://github.com/o2sh/onefetch/commit/b6dbb62c36cd9f38d4dcfe13dfe99ab608f4ef2a))
4044
* **Uncategorized**
45+
- Merge branch 'main' of github.com:o2sh/onefetch ([`6104bc2`](https://github.com/o2sh/onefetch/commit/6104bc2ecae02f39479ec022dfc6506404a0527a))
46+
- Cargo changelog --write ([`64e6117`](https://github.com/o2sh/onefetch/commit/64e6117b1cc2c2ac41dff99791c2a714317ecdf2))
4147
- Cargo changelog --write ([`871f98a`](https://github.com/o2sh/onefetch/commit/871f98a6b99e8ac28445951c545c7c32ca722079))
4248
- Bump version ([`dccd5a8`](https://github.com/o2sh/onefetch/commit/dccd5a8ccf51f10fb6e38af6b16735b3cac5b315))
4349
- Cargo changelog --write ([`7eb48ae`](https://github.com/o2sh/onefetch/commit/7eb48ae5c1ef2727a2bb070556aca21506667629))

0 commit comments

Comments
 (0)