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/)
|
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.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)
|
## v0.4.2 (2024-07-05)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rattail-fabric2"
|
name = "rattail-fabric2"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
description = "Fabric (v2) Utilities for Rattail"
|
description = "Fabric (v2) Utilities for Rattail"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||||
|
|
Loading…
Reference in a new issue