From eb173fc9dce1ce4498575d968b6592e4bc3dbfb1 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 7 Feb 2021 00:28:27 +1300 Subject: [PATCH] CI pipe fix --- .gitlab-ci.yml | 2 +- CHANGELOG.md | 2 ++ Makefile | 2 +- README.md | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8359b9a0..e5433dfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ test: build: only: - - next + - main script: - make && make vendor artifacts: diff --git a/CHANGELOG.md b/CHANGELOG.md index 22fdc52a..138b6366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +# [3.0.0] - 2021-02-14 ### Changed - Write set+apply after each array in multizone - Remove misc bad logic diff --git a/Makefile b/Makefile index bd4528c4..32479c54 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := $(shell grep -Pm1 'version = "(\d.\d.\d)"' asus-nb-ctrl/Cargo.toml | cut -d'"' -f2) +VERSION := $(shell grep -Pm1 'version = "(\d.\d.\d)"' daemon/Cargo.toml | cut -d'"' -f2) INSTALL = install INSTALL_PROGRAM = ${INSTALL} -D -m 0755 diff --git a/README.md b/README.md index fdeb8a0d..aba4c016 100644 --- a/README.md +++ b/README.md @@ -144,9 +144,9 @@ To switch Fan/Thermal profiles you need to bind the Fn+F5 key to `asusctl profil Requirements are rust >= 1.40 installed from rustup.io if the distro provided version is too old, and `make`. -**Ubuntu*:** `apt install libdbus-1-dev libclang-dev libudev-dev` +**Ubuntu*:** `apt install libclang-dev libudev-dev` -**fedora:** `dnf install clang-devel dbus-devel systemd-devel` +**fedora:** `dnf install clang-devel systemd-devel` ## Installing