Skip to content

Commit 9fa0008

Browse files
Release 1.6.2
1 parent fca37b5 commit 9fa0008

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
@@ -1,3 +1,18 @@
1+
# 1.6.2
2+
3+
Releasing this, so void linux can package fastfetch.
4+
5+
Logos:
6+
* Rosa linux (#206)
7+
* KISS linux (@draumaz, #207)
8+
* LangitKetujuh (@hervyqa, #208)
9+
10+
Bugfixes:
11+
* Using musl as libc does work now (#210)
12+
* XBPS packages are once again printed (#209)
13+
* configured target dirs are applied to install directories too
14+
* empty XDG_* env vars don't cause a crash anymore
15+
116
# 1.6.1
217

318
Fixes build on android (#205)

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
22

33
project(fastfetch
4-
VERSION 1.6.1
4+
VERSION 1.6.2
55
LANGUAGES C
66
)
77

0 commit comments

Comments
 (0)