diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f526a042..1c5026de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ Features: Bugfixes: * Fix a memory leak * Better portable mode detection of Windows Terminal (TerminalFont, Windows) +* Fix parsing of option `--packages-disabled` (Packages) +* Don't use command `time` as a shell (Shell) Logos: * Add openSUSE MicroOS diff --git a/CMakeLists.txt b/CMakeLists.txt index d49f5c70c..9b315f5a3 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 homepage url project(fastfetch - VERSION 2.9.1 + VERSION 2.9.2 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"