Skip to content

Commit

Permalink
chore!: bump version (minor), fixes #41
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Vladimir-csp committed Sep 15, 2024
1 parent 8af0428 commit 6f8be0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f8be0b

Please sign in to comment.