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