File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 2.25.0 (2025-07-06)
9+
10+ ### New Features
11+
12+ - add language support for Text by @Kajiih in https://github.com/o2sh/onefetch/pull/1579
13+ - support repos "without source code" by @o2sh in https://github.com/o2sh/onefetch/pull/1580
14+
15+ ### Chores
16+
17+ - improve error handling by @Mahdiglm in https://github.com/o2sh/onefetch/pull/1560
18+
19+ ### Bug Fixes
20+
21+ - remove extra line break by @o2sh in 886d942c510864612c1ad58a64a9c91b1193b9e9
22+
823## 2.24.0 (2025-04-12)
924
1025### New Features
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ tokei = "13.0.0"
7070typetag = " 0.2"
7171
7272[dev-dependencies ]
73- criterion = " 0.7 .0"
73+ criterion = " 0.8 .0"
7474gix-testtools = " 0.16.1"
7575insta = { version = " 1.44.3" , features = [" json" , " redactions" ] }
7676rstest = " 0.26.1"
You can’t perform that action at this time.
0 commit comments