bump: version 0.4.2 → 0.4.3
This commit is contained in:
parent
fcfe741b51
commit
e2ce4fd257
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -5,6 +5,17 @@ All notable changes to rattail-fabric2 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.4.3 (2024-08-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- setup basic log files for CORE Lane
|
||||
- avoid rich traceback for overnight luigi commands
|
||||
- avoid rich traceback for backup script
|
||||
- avoid rich traceback for overnight luigi commands
|
||||
- install more dependencies for borg
|
||||
- install `emacs-common-non-dfsg` only if available
|
||||
|
||||
## v0.4.2 (2024-07-05)
|
||||
|
||||
### Fix
|
||||
|
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "rattail-fabric2"
|
||||
version = "0.4.2"
|
||||
version = "0.4.3"
|
||||
description = "Fabric (v2) Utilities for Rattail"
|
||||
readme = "README.rst"
|
||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||
|
|
Loading…
Reference in a new issue