From 6f8be0b898083301f77dd9e4ccbe4c42e5ba29b9 Mon Sep 17 00:00:00 2001 From: Vladimir-csp <4061903+Vladimir-csp@users.noreply.github.com> Date: Sun, 15 Sep 2024 16:28:02 +0300 Subject: [PATCH] chore!: bump version (minor), fixes #41 Breaking changes in v0.19.0: - Various resources (config, environment, and runtime files) are consolidated into `uwsm` subdirs. Warnings will be issued for encountered old paths, and v0.20.0 will drop them. Please migrate. - Automatic finalization mechanism. It removes the necessity to run `uwsm finalize` in compositors in some/lots of cases. v0.20.0 will remove related accomodations from plugins where possible. --- README.md | 13 ++++++++----- debian/changelog | 4 ++-- version.sh | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1851eb0..ab0f7e9 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,14 @@ session/XDG autostart management in Systemd-managed environments. > `feat!: ...`, etc.). > [!IMPORTANT] -> Upcoming v0.19.0 consolidates various resources (config, environment, and -> runtime files) into `uwsm` subdirs. Warnings will be issued for encountered old -> paths, and v0.20.0 will drop them. Please migrate. -> Also v0.19.0 will introduce automatic finalization mechanism. It will remove -> the necessity to run `uwsm finalize` in compositors in some/lots of cases. +> v0.19.0 has some breaking changes: +> +> - Various resources (config, environment, and runtime files) are consolidated +> into `uwsm` subdirs. Warnings will be issued for encountered old paths, and +> v0.20.0 will drop them. Please migrate. +> - Automatic finalization mechanism. It removes the necessity to run +> `uwsm finalize` in compositors in some/lots of cases. +> v0.20.0 will remove related accomodations from plugins where possible. > [!NOTE] > It is highly recommended to use diff --git a/debian/changelog b/debian/changelog index 9d38658..2662051 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -uwsm (0.18.2+git.1-1~local0) UNRELEASED; urgency=medium +uwsm (0.19.0-1~local0) UNRELEASED; urgency=medium * Upstream build. - -- Vladimir-csp <4061903+Vladimir-csp@users.noreply.github.com> Fri, 23 Aug 2024 00:49:50 +0300 + -- Vladimir-csp <4061903+Vladimir-csp@users.noreply.github.com> Sun, 15 Sep 2024 15:39:44 +0300 diff --git a/version.sh b/version.sh index 08627e0..a1955f8 100755 --- a/version.sh +++ b/version.sh @@ -3,7 +3,7 @@ # Generates version string modified from "git describe" output, # or a fallback version if not in git repo. -VERSION=0.18.2+git.1 +VERSION=0.19.0 set -e