Release 1.7.5

This commit is contained in:
Linus Dierheimer
2022-10-11 14:26:00 +02:00
parent d54f14a14c
commit 779266e61e
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
# 1.7.5
Fixes a crash on linux that could happen when getting zsh version (#285)
# 1.7.4
The last element in the default structure (currently the color blocks) is now printed again (#283)
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
project(fastfetch
VERSION 1.7.4
VERSION 1.7.5
LANGUAGES C
DESCRIPTION "Fast system information tool"
HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"