Release 1.6.2

This commit is contained in:
Linus Dierheimer
2022-08-12 16:01:52 +02:00
parent fca37b59c8
commit 9fa00081e3
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -1,3 +1,18 @@
# 1.6.2
Releasing this, so void linux can package fastfetch.
Logos:
* Rosa linux (#206)
* KISS linux (@draumaz, #207)
* LangitKetujuh (@hervyqa, #208)
Bugfixes:
* Using musl as libc does work now (#210)
* XBPS packages are once again printed (#209)
* configured target dirs are applied to install directories too
* empty XDG_* env vars don't cause a crash anymore
# 1.6.1
Fixes build on android (#205)
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs
project(fastfetch
VERSION 1.6.1
VERSION 1.6.2
LANGUAGES C
)