mirror of https://github.com/o2sh/onefetch.git
5 changed files with 53 additions and 1454 deletions
File diff suppressed because one or more lines are too long
@ -1,61 +0,0 @@
@@ -1,61 +0,0 @@
|
||||
# Changelog |
||||
|
||||
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 |
||||
|
||||
### New Features |
||||
|
||||
- <csr-id-5cc8ea62b8a7e467554ee7b20bb1e85fa36d4979/> parse multi-byte unicode chars correctly + docs |
||||
* fix: parse multi-byte unicode chars correctly |
||||
* tests(ascii): add unicode block assertation to render |
||||
* docs(ascii): add AsciiArt usage example |
||||
* docs(ascii): fix ascii doc onefetch link |
||||
* docs(ascii): add badges to readme |
||||
* docs(ascii): add no_run to example |
||||
|
||||
### Commit Statistics |
||||
|
||||
<csr-read-only-do-not-edit/> |
||||
|
||||
- 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) |
||||
|
||||
### Commit Details |
||||
|
||||
<csr-read-only-do-not-edit/> |
||||
|
||||
<details><summary>view details</summary> |
||||
|
||||
* **[#1142](https://github.com/o2sh/onefetch/issues/1142)** |
||||
- Use workspace inheritance ([`83462df`](https://github.com/o2sh/onefetch/commit/83462df56b32082caf5718cd1665346765c6ee32)) |
||||
* **[#934](https://github.com/o2sh/onefetch/issues/934)** |
||||
- Turn `AsciiArt.rs` into its own crate ([`1716519`](https://github.com/o2sh/onefetch/commit/17165192bf187fbd56298a53e34373d8329bfa3a)) |
||||
* **[#936](https://github.com/o2sh/onefetch/issues/936)** |
||||
- Parse multi-byte unicode chars correctly + docs ([`5cc8ea6`](https://github.com/o2sh/onefetch/commit/5cc8ea62b8a7e467554ee7b20bb1e85fa36d4979)) |
||||
* **[#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)) |
||||
- Bump version ([`9cc5e52`](https://github.com/o2sh/onefetch/commit/9cc5e5295bfd678ae157a3fbcd8019ae6f7759e0)) |
||||
- Cargo clippy pedantic ([`ca1db57`](https://github.com/o2sh/onefetch/commit/ca1db57fd3e60656dd83993dc0a7ba6e8f0a6469)) |
||||
- Cargo changelog --write ([`83197c9`](https://github.com/o2sh/onefetch/commit/83197c9fa2f7ee36fe86af05743431921bdff68e)) |
||||
- Bump version ([`e42360d`](https://github.com/o2sh/onefetch/commit/e42360d1569cfab87d2f4d11a8c42e3401bd699f)) |
||||
- Cargo changelog --write ([`3d6d600`](https://github.com/o2sh/onefetch/commit/3d6d6001f1120508165e8ec6c1fad3660e316718)) |
||||
- Bump version ([`ae536d3`](https://github.com/o2sh/onefetch/commit/ae536d39edaaf55b395f32cea0a3b1b9586a1f15)) |
||||
- Merge branch 'main' of github.com:o2sh/onefetch ([`e57965a`](https://github.com/o2sh/onefetch/commit/e57965a82e2c11a9b0108db52d37d288dc6de5cd)) |
||||
- Cargo changelog --write ([`df0d5e8`](https://github.com/o2sh/onefetch/commit/df0d5e8af774b4c0676a94b81fed88dc10215f51)) |
||||
- Bump version ([`ca05166`](https://github.com/o2sh/onefetch/commit/ca05166f22910410f71615e6599e522e3885e64a)) |
||||
- Cargo clippy ([`0959021`](https://github.com/o2sh/onefetch/commit/095902190d4d6adf4548e203ffe3f5c680c08cd6)) |
||||
- Bump version ([`a39623a`](https://github.com/o2sh/onefetch/commit/a39623aee24e8f166cb4cc93aea051bd331dffc7)) |
||||
- Bump version ([`0a7fc67`](https://github.com/o2sh/onefetch/commit/0a7fc67bee24a9bfc7367ae6fdaee5bb336852c4)) |
||||
</details> |
||||
|
||||
@ -1,103 +0,0 @@
@@ -1,103 +0,0 @@
|
||||
# Changelog |
||||
|
||||
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 |
||||
|
||||
### Commit Statistics |
||||
|
||||
<csr-read-only-do-not-edit/> |
||||
|
||||
- 53 commits contributed to the release over the course of 490 calendar days. |
||||
- 0 commits were understood as [conventional](https://www.conventionalcommits.org). |
||||
- 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 |
||||
|
||||
<csr-read-only-do-not-edit/> |
||||
|
||||
<details><summary>view details</summary> |
||||
|
||||
* **[#1004](https://github.com/o2sh/onefetch/issues/1004)** |
||||
- Bump image from 0.24.4 to 0.24.6 ([`356b66a`](https://github.com/o2sh/onefetch/commit/356b66a46921dcc15aad5a3fb5c7c24d4eb6399a)) |
||||
* **[#1027](https://github.com/o2sh/onefetch/issues/1027)** |
||||
- Bump clap from 4.1.6 to 4.2.4 ([`65ba0f1`](https://github.com/o2sh/onefetch/commit/65ba0f10f75f9affc5f44008f76771cdc5a5a13b)) |
||||
* **[#1036](https://github.com/o2sh/onefetch/issues/1036)** |
||||
- Bump clap from 4.2.4 to 4.2.5 ([`a48715e`](https://github.com/o2sh/onefetch/commit/a48715e7f94d607e36eeb59c13127130f66f5b73)) |
||||
* **[#1053](https://github.com/o2sh/onefetch/issues/1053)** |
||||
- Bump clap from 4.2.5 to 4.2.7 ([`eb27cea`](https://github.com/o2sh/onefetch/commit/eb27cea1431be77656db7e78989f983026e0dcc5)) |
||||
* **[#1065](https://github.com/o2sh/onefetch/issues/1065)** |
||||
- Bump base64 from 0.21.0 to 0.21.2 ([`460d879`](https://github.com/o2sh/onefetch/commit/460d87929ae5c1bee8d6d4f6e46f1887191ca3b5)) |
||||
* **[#1073](https://github.com/o2sh/onefetch/issues/1073)** |
||||
- Bump clap from 4.2.7 to 4.3.1 ([`e73f7b6`](https://github.com/o2sh/onefetch/commit/e73f7b652cfa656d48da465f243190c677d84adc)) |
||||
* **[#1090](https://github.com/o2sh/onefetch/issues/1090)** |
||||
- Bump clap from 4.3.1 to 4.3.4 ([`4a30ac1`](https://github.com/o2sh/onefetch/commit/4a30ac1a1f1cbd4f1b8597dcab5a022b898da07b)) |
||||
* **[#1099](https://github.com/o2sh/onefetch/issues/1099)** |
||||
- Bump libc from 0.2.142 to 0.2.147 ([`e78acea`](https://github.com/o2sh/onefetch/commit/e78acea09555bc0ebb537d83561fdfab47784f56)) |
||||
* **[#1114](https://github.com/o2sh/onefetch/issues/1114)** |
||||
- Bump the clap group with 2 updates ([`40fb136`](https://github.com/o2sh/onefetch/commit/40fb136e392d7374ce517b1cd9ad82ddf52dad72)) |
||||
* **[#1128](https://github.com/o2sh/onefetch/issues/1128)** |
||||
- Bump the clap group with 1 update ([`8a674ce`](https://github.com/o2sh/onefetch/commit/8a674ce73cf2c6a050d49f5d41154c30db23b8b0)) |
||||
* **[#1142](https://github.com/o2sh/onefetch/issues/1142)** |
||||
- Use workspace inheritance ([`83462df`](https://github.com/o2sh/onefetch/commit/83462df56b32082caf5718cd1665346765c6ee32)) |
||||
* **[#1168](https://github.com/o2sh/onefetch/issues/1168)** |
||||
- Bump base64 from 0.21.2 to 0.21.4 ([`8eb3d96`](https://github.com/o2sh/onefetch/commit/8eb3d9685a1ab1b0fb837fce63615ea347e7c2a6)) |
||||
* **[#1187](https://github.com/o2sh/onefetch/issues/1187)** |
||||
- Bump libc from 0.2.147 to 0.2.149 ([`d2c9e0d`](https://github.com/o2sh/onefetch/commit/d2c9e0db77df35dc25d821291af94b95fc0ccf48)) |
||||
* **[#1202](https://github.com/o2sh/onefetch/issues/1202)** |
||||
- 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)** |
||||
- Bump base64 from 0.13.0 to 0.13.1 ([`471efcb`](https://github.com/o2sh/onefetch/commit/471efcb088c3ef3480cf0c85fd775a7d6993f05d)) |
||||
* **[#865](https://github.com/o2sh/onefetch/issues/865)** |
||||
- Bump clap from 4.0.22 to 4.0.26 ([`b2bf5ce`](https://github.com/o2sh/onefetch/commit/b2bf5cee748b4abe50559c78668b16eed72ab4e6)) |
||||
* **[#924](https://github.com/o2sh/onefetch/issues/924)** |
||||
- Bump base64 from 0.13.1 to 0.21.0 ([`ab2cff4`](https://github.com/o2sh/onefetch/commit/ab2cff431ea19ffa306cd96532ecd2319d8214b8)) |
||||
* **[#930](https://github.com/o2sh/onefetch/issues/930)** |
||||
- Bump clap from 4.0.26 to 4.1.1 ([`332796d`](https://github.com/o2sh/onefetch/commit/332796dacb3e5a6d6dba6b216a1ac8487dfe4e92)) |
||||
* **[#934](https://github.com/o2sh/onefetch/issues/934)** |
||||
- Turn `AsciiArt.rs` into its own crate ([`1716519`](https://github.com/o2sh/onefetch/commit/17165192bf187fbd56298a53e34373d8329bfa3a)) |
||||
* **[#964](https://github.com/o2sh/onefetch/issues/964)** |
||||
- Bump clap from 4.1.1 to 4.1.6 ([`3eb5eac`](https://github.com/o2sh/onefetch/commit/3eb5eac16e34ec48e78fab0f621564a57df84284)) |
||||
* **[#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)) |
||||
- Bump version ([`9cc5e52`](https://github.com/o2sh/onefetch/commit/9cc5e5295bfd678ae157a3fbcd8019ae6f7759e0)) |
||||
- Cargo changelog --write ([`83197c9`](https://github.com/o2sh/onefetch/commit/83197c9fa2f7ee36fe86af05743431921bdff68e)) |
||||
- Bump version ([`e42360d`](https://github.com/o2sh/onefetch/commit/e42360d1569cfab87d2f4d11a8c42e3401bd699f)) |
||||
- Cargo changelog --write ([`3d6d600`](https://github.com/o2sh/onefetch/commit/3d6d6001f1120508165e8ec6c1fad3660e316718)) |
||||
- Bump version ([`ae536d3`](https://github.com/o2sh/onefetch/commit/ae536d39edaaf55b395f32cea0a3b1b9586a1f15)) |
||||
- Merge branch 'main' of github.com:o2sh/onefetch ([`e57965a`](https://github.com/o2sh/onefetch/commit/e57965a82e2c11a9b0108db52d37d288dc6de5cd)) |
||||
- Cargo changelog --write ([`df0d5e8`](https://github.com/o2sh/onefetch/commit/df0d5e8af774b4c0676a94b81fed88dc10215f51)) |
||||
- Bump version ([`ca05166`](https://github.com/o2sh/onefetch/commit/ca05166f22910410f71615e6599e522e3885e64a)) |
||||
- Add badges to manifest and image crates readme ([`590c387`](https://github.com/o2sh/onefetch/commit/590c3874638fd7de6ce198d0b6f6d04e35ff5052)) |
||||
- Bump version ([`a39623a`](https://github.com/o2sh/onefetch/commit/a39623aee24e8f166cb4cc93aea051bd331dffc7)) |
||||
- Bump version ([`0a7fc67`](https://github.com/o2sh/onefetch/commit/0a7fc67bee24a9bfc7367ae6fdaee5bb336852c4)) |
||||
- Replace Base64 deprecated functinos ([`08ef8e5`](https://github.com/o2sh/onefetch/commit/08ef8e5e60ef57a84d84bb4f66d2acf77fcbf266)) |
||||
- Update changelog ([`f0e6acc`](https://github.com/o2sh/onefetch/commit/f0e6acc7e65756453b59f8f278c114f9d80a981c)) |
||||
- Add repository entry to cargo files ([`3bb3bb8`](https://github.com/o2sh/onefetch/commit/3bb3bb8f1cc0d46a444edcc747530cfa61e0ea62)) |
||||
- Bump version ([`5873a10`](https://github.com/o2sh/onefetch/commit/5873a10ff76ec9ca71d9425740f39c739cf94370)) |
||||
- Fix clap deps ([`8cca7af`](https://github.com/o2sh/onefetch/commit/8cca7af761ef365ef1c8f626172c1b7a8da4e8ed)) |
||||
- Add description field to image and manifest crate ([`2888186`](https://github.com/o2sh/onefetch/commit/2888186611d2f3ef2a595d1c0f8a210734f8715c)) |
||||
- Bump version ([`fff7713`](https://github.com/o2sh/onefetch/commit/fff7713ad4475e7c2b5d96a56a972061ece38b7e)) |
||||
- Bump version ([`2342483`](https://github.com/o2sh/onefetch/commit/2342483ec7ac1ce13ab0ac230699017c194a8e92)) |
||||
- Cargo sort ([`1f3053a`](https://github.com/o2sh/onefetch/commit/1f3053aa206339de06998245dde091e3c64219c8)) |
||||
- Add symlink for image crate license ([`38a8435`](https://github.com/o2sh/onefetch/commit/38a8435f3ef262d4fbca99a0737dc69762c07ebf)) |
||||
- Merge branch 'main' of github.com:o2sh/onefetch ([`25dc784`](https://github.com/o2sh/onefetch/commit/25dc784403435f4c8401cb95e3a16260189d073d)) |
||||
- Fix build ([`6af9bbd`](https://github.com/o2sh/onefetch/commit/6af9bbd640673b73e678cff2c39aa4a68598ffa9)) |
||||
- Move image_backends into its own crate ([`9ce17c1`](https://github.com/o2sh/onefetch/commit/9ce17c186f4b301b9af26fa2329ad54dda58e557)) |
||||
</details> |
||||
|
||||
@ -1,70 +0,0 @@
@@ -1,70 +0,0 @@
|
||||
# Changelog |
||||
|
||||
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 |
||||
|
||||
### Commit Statistics |
||||
|
||||
<csr-read-only-do-not-edit/> |
||||
|
||||
- 34 commits contributed to the release over the course of 490 calendar days. |
||||
- 0 commits were understood as [conventional](https://www.conventionalcommits.org). |
||||
- 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 |
||||
|
||||
<csr-read-only-do-not-edit/> |
||||
|
||||
<details><summary>view details</summary> |
||||
|
||||
* **[#1077](https://github.com/o2sh/onefetch/issues/1077)** |
||||
- Bump cargo_toml from 0.15.2 to 0.15.3 ([`b6ed0f7`](https://github.com/o2sh/onefetch/commit/b6ed0f7b28c4226bfb815ea3e94ddd6a98df930b)) |
||||
* **[#1089](https://github.com/o2sh/onefetch/issues/1089)** |
||||
- Bump strum from 0.24.1 to 0.25.0 ([`3071110`](https://github.com/o2sh/onefetch/commit/3071110b80797d14af3a1c782079dc9d11601ca4)) |
||||
* **[#1142](https://github.com/o2sh/onefetch/issues/1142)** |
||||
- Use workspace inheritance ([`83462df`](https://github.com/o2sh/onefetch/commit/83462df56b32082caf5718cd1665346765c6ee32)) |
||||
* **[#1205](https://github.com/o2sh/onefetch/issues/1205)** |
||||
- 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)) |
||||
- Bump version ([`9cc5e52`](https://github.com/o2sh/onefetch/commit/9cc5e5295bfd678ae157a3fbcd8019ae6f7759e0)) |
||||
- Merge branch 'main' of github.com:o2sh/onefetch ([`a91def0`](https://github.com/o2sh/onefetch/commit/a91def08355a096ca54cce477abfc8297cdea478)) |
||||
- Cargo changelog --write ([`83197c9`](https://github.com/o2sh/onefetch/commit/83197c9fa2f7ee36fe86af05743431921bdff68e)) |
||||
- Bump version ([`e42360d`](https://github.com/o2sh/onefetch/commit/e42360d1569cfab87d2f4d11a8c42e3401bd699f)) |
||||
- Cargo changelog --write ([`3d6d600`](https://github.com/o2sh/onefetch/commit/3d6d6001f1120508165e8ec6c1fad3660e316718)) |
||||
- Bump version ([`ae536d3`](https://github.com/o2sh/onefetch/commit/ae536d39edaaf55b395f32cea0a3b1b9586a1f15)) |
||||
- Cargo changelog --write ([`df0d5e8`](https://github.com/o2sh/onefetch/commit/df0d5e8af774b4c0676a94b81fed88dc10215f51)) |
||||
- Bump version ([`ca05166`](https://github.com/o2sh/onefetch/commit/ca05166f22910410f71615e6599e522e3885e64a)) |
||||
- Add badges to manifest and image crates readme ([`590c387`](https://github.com/o2sh/onefetch/commit/590c3874638fd7de6ce198d0b6f6d04e35ff5052)) |
||||
- Bump version ([`a39623a`](https://github.com/o2sh/onefetch/commit/a39623aee24e8f166cb4cc93aea051bd331dffc7)) |
||||
- Bump version ([`0a7fc67`](https://github.com/o2sh/onefetch/commit/0a7fc67bee24a9bfc7367ae6fdaee5bb336852c4)) |
||||
- Update changelog ([`f0e6acc`](https://github.com/o2sh/onefetch/commit/f0e6acc7e65756453b59f8f278c114f9d80a981c)) |
||||
- Add repository entry to cargo files ([`3bb3bb8`](https://github.com/o2sh/onefetch/commit/3bb3bb8f1cc0d46a444edcc747530cfa61e0ea62)) |
||||
- Bump version ([`5873a10`](https://github.com/o2sh/onefetch/commit/5873a10ff76ec9ca71d9425740f39c739cf94370)) |
||||
- Add description field to image and manifest crate ([`2888186`](https://github.com/o2sh/onefetch/commit/2888186611d2f3ef2a595d1c0f8a210734f8715c)) |
||||
- Bump version ([`fff7713`](https://github.com/o2sh/onefetch/commit/fff7713ad4475e7c2b5d96a56a972061ece38b7e)) |
||||
- Bump version ([`2342483`](https://github.com/o2sh/onefetch/commit/2342483ec7ac1ce13ab0ac230699017c194a8e92)) |
||||
- Fix symlink for license ([`d8f47e9`](https://github.com/o2sh/onefetch/commit/d8f47e9ac2dfc6422519b564bf2c82cd152916a5)) |
||||
- Add symbolic link for manifest license ([`3420dff`](https://github.com/o2sh/onefetch/commit/3420dff08fc7b55a9eeb914d79de9d39bfd20ad2)) |
||||
</details> |
||||
|
||||
Loading…
Reference in new issue