Skip to content

Commit 0707b29

Browse files
committed
Release: v2.18.1
1 parent 560e061 commit 0707b29

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# 2.18.1
22

3+
Fix a regression introduced in v2.18.0
4+
35
Changes:
46
* `--ts-version` has been renamed to `--detect-version`
57
* `general.detectVersion` in JSON config file
68

9+
Bugfixes:
10+
* Fix and improve GPU driver detection (#1084, GPU, Linux)
11+
712
# 2.18.0
813

914
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.18.0
4+
VERSION 2.18.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)