Skip to content

Commit

Permalink
cargo changelog --write
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Mar 19, 2024
1 parent 2487813 commit c83a959
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 5 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,46 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 2.20.0 (2024-03-17)

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! 🎉

### New Features 🎉

- Add svg language support by @Localghost385 in https://github.com/o2sh/onefetch/pull/1266
- lang: Adding Oz programming language by @luxluth in https://github.com/o2sh/onefetch/pull/1280

### Chores 🧹

- website: Filter entries by language type in onefetch.dev by @o2sh in https://github.com/o2sh/onefetch/pull/1227
- Use GitHub's alert syntax by @spenserblack in https://github.com/o2sh/onefetch/pull/1234
- Add german translation of `README.md` by @rdwz in https://github.com/o2sh/onefetch/pull/1236
- Use `gitoxide` to get pending changes by @Byron in https://github.com/o2sh/onefetch/pull/1285

### Commit Statistics

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

- 4 commits contributed to the release over the course of 94 calendar days.
- 108 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#1229](https://github.com/o2sh/onefetch/issues/1229), [#1285](https://github.com/o2sh/onefetch/issues/1285)

### Commit Details

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

<details><summary>view details</summary>

- **[#1229](https://github.com/o2sh/onefetch/issues/1229)**
- Bump gix from 0.55.2 to 0.56.0 ([`1131d39`](https://github.com/o2sh/onefetch/commit/1131d39600bf60853825d0ee00afa3cab32ff901))
- **[#1285](https://github.com/o2sh/onefetch/issues/1285)**
- Conclude `gitoxide` to `git2` transition ([`8fcaf08`](https://github.com/o2sh/onefetch/commit/8fcaf08269a44e4074eea3b24ad9702d64fc3374))
- **Uncategorized** - Refacto pending info ([`2e48f9e`](https://github.com/o2sh/onefetch/commit/2e48f9ea31effb6c1583b61134836b8e8a2dc3c0)) - Cargo clippy ([`e6c7c45`](https://github.com/o2sh/onefetch/commit/e6c7c45e8235dd4038d2dd4d5905d2453609ba57))
</details>

## 2.19.0 (2023-11-29)

### New Features 🎉
Expand Down
4 changes: 3 additions & 1 deletion ascii/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

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

Expand All @@ -40,6 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* **[#992](https://github.com/o2sh/onefetch/issues/992)**
- Fix typo ([`fa80f33`](https://github.com/o2sh/onefetch/commit/fa80f3308ff6f19a3c62233ecbc9767ffa7b9ac9))
* **Uncategorized**
- Merge branch 'main' of github.com:o2sh/onefetch ([`6104bc2`](https://github.com/o2sh/onefetch/commit/6104bc2ecae02f39479ec022dfc6506404a0527a))
- Cargo changelog --write ([`64e6117`](https://github.com/o2sh/onefetch/commit/64e6117b1cc2c2ac41dff99791c2a714317ecdf2))
- Cargo changelog --write ([`871f98a`](https://github.com/o2sh/onefetch/commit/871f98a6b99e8ac28445951c545c7c32ca722079))
- Bump version ([`dccd5a8`](https://github.com/o2sh/onefetch/commit/dccd5a8ccf51f10fb6e38af6b16735b3cac5b315))
- Cargo changelog --write ([`7eb48ae`](https://github.com/o2sh/onefetch/commit/7eb48ae5c1ef2727a2bb070556aca21506667629))
Expand Down
8 changes: 6 additions & 2 deletions image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 50 commits contributed to the release over the course of 381 calendar days.
- 53 commits contributed to the release over the course of 490 calendar days.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 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)
- 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)

### Commit Details

Expand Down Expand Up @@ -51,6 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump libc from 0.2.149 to 0.2.150 ([`5b1ef67`](https://github.com/o2sh/onefetch/commit/5b1ef678c2b3f86e90a848cf20fd236d230b3110))
* **[#1212](https://github.com/o2sh/onefetch/issues/1212)**
- Bump base64 from 0.21.4 to 0.21.5 ([`70fc8d5`](https://github.com/o2sh/onefetch/commit/70fc8d59bfde607f701b923a65a7381132558e0c))
* **[#1282](https://github.com/o2sh/onefetch/issues/1282)**
- Bump base64 from 0.21.5 to 0.22.0 ([`664f2a9`](https://github.com/o2sh/onefetch/commit/664f2a9fb22f169f79aa7e8fdd0a3b021a6e543d))
* **[#838](https://github.com/o2sh/onefetch/issues/838)**
- Bump libc from 0.2.134 to 0.2.137 ([`48a1b59`](https://github.com/o2sh/onefetch/commit/48a1b59cfa225967e9078e95173dc21990b117af))
* **[#859](https://github.com/o2sh/onefetch/issues/859)**
Expand All @@ -68,6 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* **[#992](https://github.com/o2sh/onefetch/issues/992)**
- Fix typo ([`fa80f33`](https://github.com/o2sh/onefetch/commit/fa80f3308ff6f19a3c62233ecbc9767ffa7b9ac9))
* **Uncategorized**
- Merge branch 'main' of github.com:o2sh/onefetch ([`6104bc2`](https://github.com/o2sh/onefetch/commit/6104bc2ecae02f39479ec022dfc6506404a0527a))
- Cargo changelog --write ([`64e6117`](https://github.com/o2sh/onefetch/commit/64e6117b1cc2c2ac41dff99791c2a714317ecdf2))
- Cargo changelog --write ([`871f98a`](https://github.com/o2sh/onefetch/commit/871f98a6b99e8ac28445951c545c7c32ca722079))
- Bump version ([`dccd5a8`](https://github.com/o2sh/onefetch/commit/dccd5a8ccf51f10fb6e38af6b16735b3cac5b315))
- Cargo changelog --write ([`7eb48ae`](https://github.com/o2sh/onefetch/commit/7eb48ae5c1ef2727a2bb070556aca21506667629))
Expand Down
10 changes: 8 additions & 2 deletions manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 30 commits contributed to the release over the course of 382 calendar days.
- 34 commits contributed to the release over the course of 490 calendar days.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 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)
- 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)

### Commit Details

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

0 comments on commit c83a959

Please sign in to comment.