From 6fa118a5e5c75bc3691b271641ac082f20ea8e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 3 Sep 2021 20:38:26 +0200 Subject: [PATCH 1/2] changelog: prepare for 1.7.0 --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c48f9d7..ab2e3fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ # Changelog -* [Unreleased](#unreleased) +* [1.7.0](#1-7-0) * [1.6.2](#1-6-2) * [1.6.1](#1-6-1) * [1.6.0](#1-6-0) * [1.5.0](#1-5-0) -## Unreleased +## 1.7.0 + ### Added * i3: `persistent` attribute, allowing persistent workspaces @@ -46,8 +47,6 @@ (https://codeberg.org/dnkl/yambar/issues/86). -### Deprecated -### Removed ### Fixed * `yambar --backend=wayland` always erroring out with _”yambar was @@ -58,7 +57,6 @@ disconnected (https://codeberg.org/dnkl/yambar/issues/61). -### Security ### Contributors * [paemuri](https://codeberg.org/paemuri) From 42d944d020100991294e6b3a6dca45c7926bc5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 3 Sep 2021 20:39:01 +0200 Subject: [PATCH 2/2] meson/pkgbuild: bump version to 1.7.0 --- PKGBUILD | 2 +- PKGBUILD.wayland-only | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 17a867c..e4b343b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=yambar -pkgver=1.6.2 +pkgver=1.7.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 a3f8207..d0963e4 100644 --- a/PKGBUILD.wayland-only +++ b/PKGBUILD.wayland-only @@ -1,5 +1,5 @@ pkgname=yambar-wayland -pkgver=1.6.2 +pkgver=1.7.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 f621b43..b7065e6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('yambar', 'c', - version: '1.6.2', + version: '1.7.0', license: 'MIT', meson_version: '>=0.53.0', default_options: ['c_std=c18',