Skip to content

Commit

Permalink
chore!: bump version (minor)
Browse files Browse the repository at this point in the history
v0.20.0 finishes a set of breaking changes:
 - Various resources (config, environment, and runtime files) are consolidated
   into `uwsm` subdirs. Old paths no longer considered.
 - Automatic finalization mechanism: existing plugins will no longer prevent
   compositors from signaling unit readiness and putting vars in activation
   environments.

Props to @YaLTeR for pointing me into the right direction with autofinaization.
  • Loading branch information
Vladimir-csp committed Sep 26, 2024
1 parent d4a0778 commit 3040c2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
uwsm (0.19.1-1~local0) UNRELEASED; urgency=medium
uwsm (0.20.0-1~local0) UNRELEASED; urgency=medium

* Upstream build.

-- Vladimir-csp <[email protected]> Wed, 18 Sep 2024 00:18:16 +0300
-- Vladimir-csp <[email protected]> Thu, 26 Sep 2024 01:48:01 +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.19.1
VERSION=0.20.0

set -e

Expand Down

0 comments on commit 3040c2d

Please sign in to comment.