Skip to content

Commit

Permalink
chore(release): prepare for pfetch-rs v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobidev committed May 22, 2023
1 parent 019f76e commit 280ed71
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.7.0] - 2023-05-22

### Features

- Add cpu name info option
- Add Oracle Linux logo

### Miscellaneous

- Update dependencies

### Refactor

- Simplify code with `.ok()`

## [2.6.1] - 2023-05-16

### Miscellaneous
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["pfetch-extractor"]

[package]
name = "pfetch"
version = "2.6.1"
version = "2.7.0"
edition = "2021"
authors = ["Gobidev"]
description = "A rewrite of the pfetch system information tool"
Expand All @@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pfetch-extractor = { path = "./pfetch-extractor", version = "0.1.4" }
pfetch-extractor = { path = "./pfetch-extractor", version = "0.1.5" }
globset = "0.4.10"
dotenvy = "0.15.6"
glob = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion pfetch-extractor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pfetch-extractor"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
authors = ["Gobidev"]
description = "A rust proc-macro to extract pfetch logos at compile time"
Expand Down

0 comments on commit 280ed71

Please sign in to comment.