Skip to content

Commit d59de1f

Browse files
committed
Release v2.2.1
1 parent d64716a commit d59de1f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.2.1
2+
3+
Hotfix release for #606
4+
5+
Bugfixes:
6+
* Fix broken presets due to the breaking changes introduced in 2.2.0
7+
8+
Features:
9+
* Pretty print `fastfetch --help`
10+
111
# 2.2.0
212

313
This release introduces a new option `--migrate-config`, which migrates old flag based config file to new JSONC format

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url
22

33
project(fastfetch
4-
VERSION 2.2.0
4+
VERSION 2.2.1
55
LANGUAGES C
6-
DESCRIPTION "Fast system information tool"
6+
DESCRIPTION "Fast neofetch-like system information tool"
77
HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"
88
)
99

0 commit comments

Comments
 (0)