Skip to content

Commit df0d5e8

Browse files
committed
cargo changelog --write
1 parent 2c89693 commit df0d5e8

File tree

3 files changed

+91
-21
lines changed

3 files changed

+91
-21
lines changed

ascii/CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased
9+
10+
### New Features
11+
12+
- <csr-id-5cc8ea62b8a7e467554ee7b20bb1e85fa36d4979/> parse multi-byte unicode chars correctly + docs
13+
* fix: parse multi-byte unicode chars correctly
14+
15+
* tests(ascii): add unicode block assertation to render
16+
17+
* docs(ascii): add AsciiArt usage example
18+
19+
* docs(ascii): fix ascii doc onefetch link
20+
21+
* docs(ascii): add badges to readme
22+
23+
* docs(ascii): add no_run to example
24+
25+
### Commit Statistics
26+
27+
<csr-read-only-do-not-edit/>
28+
29+
- 6 commits contributed to the release over the course of 37 calendar days.
30+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
31+
- 2 unique issues were worked on: [#934](https://github.com/o2sh/onefetch/issues/934), [#936](https://github.com/o2sh/onefetch/issues/936)
32+
33+
### Commit Details
34+
35+
<csr-read-only-do-not-edit/>
36+
37+
<details><summary>view details</summary>
38+
39+
* **[#934](https://github.com/o2sh/onefetch/issues/934)**
40+
- Turn `AsciiArt.rs` into its own crate ([`1716519`](https://github.com/o2sh/onefetch/commit/17165192bf187fbd56298a53e34373d8329bfa3a))
41+
* **[#936](https://github.com/o2sh/onefetch/issues/936)**
42+
- Parse multi-byte unicode chars correctly + docs ([`5cc8ea6`](https://github.com/o2sh/onefetch/commit/5cc8ea62b8a7e467554ee7b20bb1e85fa36d4979))
43+
* **Uncategorized**
44+
- Bump version ([`ca05166`](https://github.com/o2sh/onefetch/commit/ca05166f22910410f71615e6599e522e3885e64a))
45+
- Cargo clippy ([`0959021`](https://github.com/o2sh/onefetch/commit/095902190d4d6adf4548e203ffe3f5c680c08cd6))
46+
- Bump version ([`a39623a`](https://github.com/o2sh/onefetch/commit/a39623aee24e8f166cb4cc93aea051bd331dffc7))
47+
- Bump version ([`0a7fc67`](https://github.com/o2sh/onefetch/commit/0a7fc67bee24a9bfc7367ae6fdaee5bb336852c4))
48+
</details>
49+

image/CHANGELOG.md

Lines changed: 26 additions & 12 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-
- 14 commits contributed to the release over the course of 16 calendar days.
14+
- 24 commits contributed to the release over the course of 104 calendar days.
1515
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
16-
- 3 unique issues were worked on: [#838](https://github.com/o2sh/onefetch/issues/838), [#859](https://github.com/o2sh/onefetch/issues/859), [#865](https://github.com/o2sh/onefetch/issues/865)
16+
- 7 unique issues were worked on: [#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)
1717

1818
### Commit Details
1919

@@ -27,17 +27,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Bump base64 from 0.13.0 to 0.13.1 ([`471efcb`](https://github.com/o2sh/onefetch/commit/471efcb088c3ef3480cf0c85fd775a7d6993f05d))
2828
* **[#865](https://github.com/o2sh/onefetch/issues/865)**
2929
- Bump clap from 4.0.22 to 4.0.26 ([`b2bf5ce`](https://github.com/o2sh/onefetch/commit/b2bf5cee748b4abe50559c78668b16eed72ab4e6))
30+
* **[#924](https://github.com/o2sh/onefetch/issues/924)**
31+
- Bump base64 from 0.13.1 to 0.21.0 ([`ab2cff4`](https://github.com/o2sh/onefetch/commit/ab2cff431ea19ffa306cd96532ecd2319d8214b8))
32+
* **[#930](https://github.com/o2sh/onefetch/issues/930)**
33+
- Bump clap from 4.0.26 to 4.1.1 ([`332796d`](https://github.com/o2sh/onefetch/commit/332796dacb3e5a6d6dba6b216a1ac8487dfe4e92))
34+
* **[#934](https://github.com/o2sh/onefetch/issues/934)**
35+
- Turn `AsciiArt.rs` into its own crate ([`1716519`](https://github.com/o2sh/onefetch/commit/17165192bf187fbd56298a53e34373d8329bfa3a))
36+
* **[#964](https://github.com/o2sh/onefetch/issues/964)**
37+
- Bump clap from 4.1.1 to 4.1.6 ([`3eb5eac`](https://github.com/o2sh/onefetch/commit/3eb5eac16e34ec48e78fab0f621564a57df84284))
3038
* **Uncategorized**
31-
- add repository entry to cargo files ([`3bb3bb8`](https://github.com/o2sh/onefetch/commit/3bb3bb8f1cc0d46a444edcc747530cfa61e0ea62))
32-
- bump version ([`5873a10`](https://github.com/o2sh/onefetch/commit/5873a10ff76ec9ca71d9425740f39c739cf94370))
33-
- fix clap deps ([`8cca7af`](https://github.com/o2sh/onefetch/commit/8cca7af761ef365ef1c8f626172c1b7a8da4e8ed))
34-
- add description field to image and manifest crate ([`2888186`](https://github.com/o2sh/onefetch/commit/2888186611d2f3ef2a595d1c0f8a210734f8715c))
35-
- bump version ([`fff7713`](https://github.com/o2sh/onefetch/commit/fff7713ad4475e7c2b5d96a56a972061ece38b7e))
36-
- bump version ([`2342483`](https://github.com/o2sh/onefetch/commit/2342483ec7ac1ce13ab0ac230699017c194a8e92))
37-
- cargo sort ([`1f3053a`](https://github.com/o2sh/onefetch/commit/1f3053aa206339de06998245dde091e3c64219c8))
38-
- add symlink for image crate license ([`38a8435`](https://github.com/o2sh/onefetch/commit/38a8435f3ef262d4fbca99a0737dc69762c07ebf))
39+
- Bump version ([`ca05166`](https://github.com/o2sh/onefetch/commit/ca05166f22910410f71615e6599e522e3885e64a))
40+
- Add badges to manifest and image crates readme ([`590c387`](https://github.com/o2sh/onefetch/commit/590c3874638fd7de6ce198d0b6f6d04e35ff5052))
41+
- Bump version ([`a39623a`](https://github.com/o2sh/onefetch/commit/a39623aee24e8f166cb4cc93aea051bd331dffc7))
42+
- Bump version ([`0a7fc67`](https://github.com/o2sh/onefetch/commit/0a7fc67bee24a9bfc7367ae6fdaee5bb336852c4))
43+
- Replace Base64 deprecated functinos ([`08ef8e5`](https://github.com/o2sh/onefetch/commit/08ef8e5e60ef57a84d84bb4f66d2acf77fcbf266))
44+
- Update changelog ([`f0e6acc`](https://github.com/o2sh/onefetch/commit/f0e6acc7e65756453b59f8f278c114f9d80a981c))
45+
- Add repository entry to cargo files ([`3bb3bb8`](https://github.com/o2sh/onefetch/commit/3bb3bb8f1cc0d46a444edcc747530cfa61e0ea62))
46+
- Bump version ([`5873a10`](https://github.com/o2sh/onefetch/commit/5873a10ff76ec9ca71d9425740f39c739cf94370))
47+
- Fix clap deps ([`8cca7af`](https://github.com/o2sh/onefetch/commit/8cca7af761ef365ef1c8f626172c1b7a8da4e8ed))
48+
- Add description field to image and manifest crate ([`2888186`](https://github.com/o2sh/onefetch/commit/2888186611d2f3ef2a595d1c0f8a210734f8715c))
49+
- Bump version ([`fff7713`](https://github.com/o2sh/onefetch/commit/fff7713ad4475e7c2b5d96a56a972061ece38b7e))
50+
- Bump version ([`2342483`](https://github.com/o2sh/onefetch/commit/2342483ec7ac1ce13ab0ac230699017c194a8e92))
51+
- Cargo sort ([`1f3053a`](https://github.com/o2sh/onefetch/commit/1f3053aa206339de06998245dde091e3c64219c8))
52+
- Add symlink for image crate license ([`38a8435`](https://github.com/o2sh/onefetch/commit/38a8435f3ef262d4fbca99a0737dc69762c07ebf))
3953
- Merge branch 'main' of github.com:o2sh/onefetch ([`25dc784`](https://github.com/o2sh/onefetch/commit/25dc784403435f4c8401cb95e3a16260189d073d))
40-
- fix build ([`6af9bbd`](https://github.com/o2sh/onefetch/commit/6af9bbd640673b73e678cff2c39aa4a68598ffa9))
41-
- move image_backends into its own crate ([`9ce17c1`](https://github.com/o2sh/onefetch/commit/9ce17c186f4b301b9af26fa2329ad54dda58e557))
54+
- Fix build ([`6af9bbd`](https://github.com/o2sh/onefetch/commit/6af9bbd640673b73e678cff2c39aa4a68598ffa9))
55+
- Move image_backends into its own crate ([`9ce17c1`](https://github.com/o2sh/onefetch/commit/9ce17c186f4b301b9af26fa2329ad54dda58e557))
4256
</details>
4357

manifest/CHANGELOG.md

Lines changed: 16 additions & 9 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-
- 8 commits contributed to the release over the course of 16 calendar days.
14+
- 14 commits contributed to the release over the course of 105 calendar days.
1515
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
16-
- 1 unique issue was worked on: [#851](https://github.com/o2sh/onefetch/issues/851)
16+
- 2 unique issues were worked on: [#851](https://github.com/o2sh/onefetch/issues/851), [#959](https://github.com/o2sh/onefetch/issues/959)
1717

1818
### Commit Details
1919

@@ -23,13 +23,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
* **[#851](https://github.com/o2sh/onefetch/issues/851)**
2525
- Add manifest crate ([`ed96c45`](https://github.com/o2sh/onefetch/commit/ed96c4547d62e1660bd78663be428cad5dc57867))
26+
* **[#959](https://github.com/o2sh/onefetch/issues/959)**
27+
- Bump cargo_toml from 0.13.0 to 0.14.1 ([`81f852e`](https://github.com/o2sh/onefetch/commit/81f852ec6ab95714b422b4821d26e5f3536fd78c))
2628
* **Uncategorized**
27-
- add repository entry to cargo files ([`3bb3bb8`](https://github.com/o2sh/onefetch/commit/3bb3bb8f1cc0d46a444edcc747530cfa61e0ea62))
28-
- bump version ([`5873a10`](https://github.com/o2sh/onefetch/commit/5873a10ff76ec9ca71d9425740f39c739cf94370))
29-
- add description field to image and manifest crate ([`2888186`](https://github.com/o2sh/onefetch/commit/2888186611d2f3ef2a595d1c0f8a210734f8715c))
30-
- bump version ([`fff7713`](https://github.com/o2sh/onefetch/commit/fff7713ad4475e7c2b5d96a56a972061ece38b7e))
31-
- bump version ([`2342483`](https://github.com/o2sh/onefetch/commit/2342483ec7ac1ce13ab0ac230699017c194a8e92))
32-
- fix symlink for license ([`d8f47e9`](https://github.com/o2sh/onefetch/commit/d8f47e9ac2dfc6422519b564bf2c82cd152916a5))
33-
- add symbolic link for manifest license ([`3420dff`](https://github.com/o2sh/onefetch/commit/3420dff08fc7b55a9eeb914d79de9d39bfd20ad2))
29+
- Bump version ([`ca05166`](https://github.com/o2sh/onefetch/commit/ca05166f22910410f71615e6599e522e3885e64a))
30+
- Add badges to manifest and image crates readme ([`590c387`](https://github.com/o2sh/onefetch/commit/590c3874638fd7de6ce198d0b6f6d04e35ff5052))
31+
- Bump version ([`a39623a`](https://github.com/o2sh/onefetch/commit/a39623aee24e8f166cb4cc93aea051bd331dffc7))
32+
- Bump version ([`0a7fc67`](https://github.com/o2sh/onefetch/commit/0a7fc67bee24a9bfc7367ae6fdaee5bb336852c4))
33+
- Update changelog ([`f0e6acc`](https://github.com/o2sh/onefetch/commit/f0e6acc7e65756453b59f8f278c114f9d80a981c))
34+
- Add repository entry to cargo files ([`3bb3bb8`](https://github.com/o2sh/onefetch/commit/3bb3bb8f1cc0d46a444edcc747530cfa61e0ea62))
35+
- Bump version ([`5873a10`](https://github.com/o2sh/onefetch/commit/5873a10ff76ec9ca71d9425740f39c739cf94370))
36+
- Add description field to image and manifest crate ([`2888186`](https://github.com/o2sh/onefetch/commit/2888186611d2f3ef2a595d1c0f8a210734f8715c))
37+
- Bump version ([`fff7713`](https://github.com/o2sh/onefetch/commit/fff7713ad4475e7c2b5d96a56a972061ece38b7e))
38+
- Bump version ([`2342483`](https://github.com/o2sh/onefetch/commit/2342483ec7ac1ce13ab0ac230699017c194a8e92))
39+
- Fix symlink for license ([`d8f47e9`](https://github.com/o2sh/onefetch/commit/d8f47e9ac2dfc6422519b564bf2c82cd152916a5))
40+
- Add symbolic link for manifest license ([`3420dff`](https://github.com/o2sh/onefetch/commit/3420dff08fc7b55a9eeb914d79de9d39bfd20ad2))
3441
</details>
3542

0 commit comments

Comments
 (0)