Skip to content

Commit

Permalink
Bump to v6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grtcdr committed Sep 17, 2022
1 parent 4b835d1 commit 44b8fcf
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## `6.1.4`

### Fixes

We hope this release addresses the build issues that have been occurring lately.

### Features

libmacchina has been bumped to `v6.3.0` which includes a new feature:
- Implement backlight readout for macOS

@123marvin123

## `6.1.3`

Yanked.

See [this comment for specifics](https://github.com/Macchina-CLI/macchina/issues/263#issuecomment-1250045395).

## `6.1.2`

- Fixed an issue that caused installations through `cargo` to fail due to a
Expand Down
6 changes: 3 additions & 3 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
@@ -1,6 +1,6 @@
[package]
name = "macchina"
version = "6.1.3"
version = "6.1.4"
authors = ["Aziz Ben Ali <[email protected]>", "Marvin Haschker <[email protected]>", "Uttarayan Mondal <[email protected]>"]
edition = "2021"
description = "A system information fetcher, with an (unhealthy) emphasis on performance."
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
build = "build.rs"

[dependencies]
libmacchina = { version = "6.2.0", features = ["version"] }
libmacchina = { version = "6.3.0", features = ["version"] }
bytesize = "1.1.0"
shellexpand = "2.1.2"
clap = { version = "3.2.21", features = ["derive"] }
Expand Down

2 comments on commit 44b8fcf

@0323pin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@grtcdr Merged ;)

Btw (and no need to fix it straight away),
macchina -v does not output the current version. It simply outputs the name of the binary.

@grtcdr
Copy link
Member Author

@grtcdr grtcdr commented on 44b8fcf Sep 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, nice catch!

It seems that @123marvin123 fixed this in 8381277. Thanks Marv!

Please sign in to comment.