bump: version 0.1.0 → 0.2.0
This commit is contained in:
parent
8c512e33ce
commit
2bd094b10b
19
CHANGELOG.md
19
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/)
|
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).
|
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)
|
## v0.1.0 (2024-09-10)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "WuttaMess"
|
name = "WuttaMess"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
description = "Fabric Automation Helpers"
|
description = "Fabric Automation Helpers"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@wuttaproject.org"}]
|
||||||
|
|
Loading…
Reference in a new issue