Skip to content

Commit 28f2e9e

Browse files
committed
Release: v2.13.1
1 parent 2d4e7f1 commit 28f2e9e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.13.1
2+
3+
Fix a regression introduced in v2.13.0
4+
5+
Bugfixes:
6+
* Fix CPU frequency not displayed if `bios_limit` is not available (CPU, Linux)
7+
8+
Features:
9+
* Add `--cpu-show-pe-core-count` to detect and display core count for performance / efficiency cores (CPU, FreeBSD)
10+
111
# 2.13.0
212

313
Changes:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.13.0
4+
VERSION 2.13.1
55
LANGUAGES C
66
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"

0 commit comments

Comments
 (0)