We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f63ec1 commit a9a08d8Copy full SHA for a9a08d8
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 2.30.1
2
+
3
+Bugfixes:
4
+* Fix the destination where `fastfetch.1` is generated (#1403)
5
6
# 2.30.0
7
8
Changes:
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.30.0
+ VERSION 2.30.1
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
0 commit comments