From e7f1d3e6b50d280a53d8885a76c9e1ee871fc3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 19 Dec 2020 12:21:07 +0100 Subject: [PATCH 1/2] changelog: prepare for 1.6.0 --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5301e5..cf0b774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -* [Unreleased](#unreleased) +* [1.6.0](#1-6-0) * [1.5.0](#1-5-0) -## Unreleased +## 1.6.0 + ### Added * alsa: `percent` tag. This is an integer tag that represents the @@ -23,8 +24,6 @@ * i3: `mode` tag: the name of the currently active mode -### Deprecated -### Removed ### Fixed * YAML parsing error messages being replaced with a generic _“unknown @@ -39,7 +38,6 @@ disconnected (https://codeberg.org/dnkl/yambar/issues/20) -### Security ### Contributors * [JorwLNKwpH](https://codeberg.org/JorwLNKwpH) From 105409b0e0ce4fd102ac41f8c8481f7a26f476df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 19 Dec 2020 12:21:33 +0100 Subject: [PATCH 2/2] meson/pkgbuild: bump version to 1.6.0 --- PKGBUILD | 2 +- PKGBUILD.wayland-only | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e8229fa..0b9b02c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=yambar -pkgver=1.5.0 +pkgver=1.6.0 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for X and Wayland" arch=('x86_64' 'aarch64') diff --git a/PKGBUILD.wayland-only b/PKGBUILD.wayland-only index 65c5864..9da0d18 100644 --- a/PKGBUILD.wayland-only +++ b/PKGBUILD.wayland-only @@ -1,5 +1,5 @@ pkgname=yambar-wayland -pkgver=1.5.0 +pkgver=1.6.0 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for Wayland" arch=('x86_64' 'aarch64') diff --git a/meson.build b/meson.build index 2209469..dd6b910 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('yambar', 'c', - version: '1.5.0', + version: '1.6.0', license: 'MIT', meson_version: '>=0.53.0', default_options: ['c_std=c18',