From 2bd094b10bc9ec3ac373a717e4e21563c4c346f8 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 14 Jan 2025 17:29:16 -0600 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08dfac1..ff44746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ All notable changes to WuttaMess will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v0.2.0 (2025-01-14) + +### Feat + +- add `util.get_home_path()` function +- add `is_symlink()` and `set_timezone()` util functions +- add `apt.is_installed()` function +- add basic `postgres` module for db setup +- add `ssh` module with `cache_host_key()` function +- add `util.mako_renderer()` function +- add `util` module with `exists()` function +- add basic postfix config helpers + +### Fix + +- add `wutta.purge_email_settings()` for cloning prod DB to test +- add `postgres.dump_db()` function +- add `sync.make_selector()` convenience function + ## v0.1.0 (2024-09-10) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 52b30e6..5015f74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttaMess" -version = "0.1.0" +version = "0.2.0" description = "Fabric Automation Helpers" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]