Release: v2.7.0

Bump minor version because of rewriting the FreeBSD GPU detection code
This commit is contained in:
李通洲 2024-01-26 10:23:44 +08:00
parent 6b0314f14b
commit 391a3a0430
No known key found for this signature in database
GPG Key ID: 269AD4F5325A22A3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# 2.6.4
# 2.7.0
Features:
* Add new module `TerminalTheme`, which prints the foreground and background color of the current terminal window. Currently doesn't work on Windows.

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 2.6.4
VERSION 2.7.0
LANGUAGES C
DESCRIPTION "Fast neofetch-like system information tool"
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"