Skip to content

Commit

Permalink
Release: v2.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Oct 6, 2024
1 parent d5d935a commit bb94ac7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.27.1

Bugfixes:
* Fix invalid display name detection on GNOME, wayland (Display, Linux)

# 2.27.0

Changes:
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url

project(fastfetch
VERSION 2.27.0
VERSION 2.27.1
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
Expand Down Expand Up @@ -1614,4 +1614,4 @@ fastfetch is a neofetch-like tool for fetching system information and displaying
It is written mostly in C to achieve much better performance.\
")

include(CPack)
include(CPack)

0 comments on commit bb94ac7

Please sign in to comment.