From 4f99ce7303a164e4b31b58334627196b6d327d61 Mon Sep 17 00:00:00 2001 From: James McKenzie Date: Fri, 7 Jun 2024 15:20:35 +0100 Subject: [PATCH] Release prep --- CHANGELOG.md | 5 +++++ metadata.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f129c4..e24eff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## Release 0.2.1 +### Added +- Ensure `/etc/dconf` directory +### Fixed +- Prevent dependency failures if `/etc/dconf` is not present. Can occur if dconf package is not installed yet and is explicitly not managed by the module. ## Release 0.2.0 ### Breaking diff --git a/metadata.json b/metadata.json index 50465c0..14b5498 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jmckenzie-dconf", - "version": "0.2.0", + "version": "0.2.1", "author": "James McKenzie", "summary": "Install and configure dconf", "license": "Apache-2.0",