From aa7ce349c093e55559b03e9e49f3d11333fa7f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Drahn=C3=ADk?= Date: Thu, 12 Dec 2024 23:33:34 +0100 Subject: [PATCH] Bump to v6.4.1 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- nix/default.nix | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2cd69..e7f384f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### 6.4.1 (12.12.2024) + +### Fixed + +- The `i2c` tools search under `/usr/sbin` +- Missing `apt` dependencies `pkg-config` and `libsystemd-dev` for `pip` package `systemd-python` +- Missing `wayland-dev` package +- Missing info about installing toggling script for not supported calculator + +### Feature + +- Init package manager `rpm-ostree` + ### 6.4.0 (4.10.2024) ### Fixed diff --git a/README.md b/README.md index 4f401bd..6b90b47 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![Contributor](https://img.shields.io/badge/contributor-kamack33-blue) [![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](https://github.com/asus-linux-drivers/asus-numberpad-driver/graphs/contributors) [![GitHub Release](https://img.shields.io/github/release/asus-linux-drivers/asus-numberpad-driver.svg?style=flat)](https://github.com/asus-linux-drivers/asus-numberpad-driver/releases) -[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-numberpad-driver/v6.4.0.svg)](https://GitHub.com/asus-linux-drivers/asus-numberpad-driver/commit/) +[![GitHub commits](https://img.shields.io/github/commits-since/asus-linux-drivers/asus-numberpad-driver/v6.4.1.svg)](https://GitHub.com/asus-linux-drivers/asus-numberpad-driver/commit/) [![GitHub issues-closed](https://img.shields.io/github/issues-closed/asus-linux-drivers/asus-numberpad-driver.svg)](https://GitHub.com/asus-linux-drivers/asus-numberpad-driver/issues?q=is%3Aissue+is%3Aclosed) [![GitHub pull-requests closed](https://img.shields.io/github/issues-pr-closed/asus-linux-drivers/asus-numberpad-driver.svg)](https://github.com/asus-linux-drivers/asus-numberpad-driver/compare) [![Ask Me Anything !](https://img.shields.io/badge/Ask%20about-anything-1abc9c.svg)](https://github.com/asus-linux-drivers/asus-numberpad-driver/issues/new/choose) diff --git a/nix/default.nix b/nix/default.nix index 268a5c5..64d6129 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -19,7 +19,7 @@ let in python311Packages.buildPythonPackage { pname = "asus-numberpad-driver"; - version = "6.4.0"; + version = "6.4.1"; src = ../.; format = "other";