Skip to content

Commit d8fe48d

Browse files
committed
update changelog
1 parent 98aa575 commit d8fe48d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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+
## 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ tokei = "13.0.0"
7070
typetag = "0.2"
7171

7272
[dev-dependencies]
73-
criterion = "0.7.0"
73+
criterion = "0.8.0"
7474
gix-testtools = "0.16.1"
7575
insta = { version = "1.44.3", features = ["json", "redactions"] }
7676
rstest = "0.26.1"

0 commit comments

Comments
 (0)