Skip to content

Commit

Permalink
Bump to v6.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
grtcdr committed Sep 20, 2022
1 parent 2f4c339 commit 118df12
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
# Changelog

## `6.1.6`

libmacchina has been bumped to `v6.3.1` which:
- Fixes a bug that causes framerate to appear as nil on certain macOS systems
(Author: @123marvin123)

## `6.1.5`

Fixed `--version` not displaying the version. -- Author: @123marvin123
- Fixed `--version` not displaying the version (Author: @123marvin123)

## `6.1.4`

### Fixes

We hope this release addresses the build issues that have been occurring lately.
- 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
- Implement backlight readout for macOS (Author: @123marvin123)

## `6.1.3`

Expand Down Expand Up @@ -54,5 +58,5 @@ Contributors:

## `6.0.5`

- Fix incorrect target_os for a cfg flag.
- Fix incorrect `target_os` for a particular `cfg!` flag.

2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "macchina"
version = "6.1.5"
version = "6.1.6"
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 Down

4 comments on commit 118df12

@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 Hi! Are you aware that you haven't actually released 6.1.6 yet?

@grtcdr
Copy link
Member Author

@grtcdr grtcdr commented on 118df12 Sep 27, 2022

Choose a reason for hiding this comment

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

Yes, but thanks for reminding me!

@0323pin
Copy link
Contributor

Choose a reason for hiding this comment

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

Merged 6h ago 😄

@grtcdr
Copy link
Member Author

@grtcdr grtcdr commented on 118df12 Sep 27, 2022

Choose a reason for hiding this comment

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

Lovely! :)

Please sign in to comment.