Skip to content

Commit 71dac6a

Browse files
committed
chore(release): prepare for v2.0.0
1 parent b09f4a9 commit 71dac6a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [2.0.0] - 2023-02-21
4+
5+
### Bug Fixes
6+
7+
- [**breaking**] Fix OS and host detection on macOS
8+
9+
### Miscellaneous
10+
11+
- Update dependencies
12+
313
## [1.0.0] - 2023-02-19
414

515
### Documentation

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["pfetch-extractor"]
33

44
[package]
55
name = "pfetch"
6-
version = "1.0.0"
6+
version = "2.0.0"
77
edition = "2021"
88
authors = ["Gobidev"]
99
description = "A rewrite of the pfetch system information tool"

0 commit comments

Comments
 (0)