diff --git a/CHANGELOG.md b/CHANGELOG.md index 38110cab7..e8392675d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80add8086..88de768af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )