48 lines
818 B
Markdown
48 lines
818 B
Markdown
|
|
# Changelog
|
|
All notable changes to rattail-tempmon 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.5 (2024-07-02)
|
|
|
|
### Fix
|
|
|
|
- fix signature for calls to `get_engines()`
|
|
|
|
## v0.4.4 (2024-07-02)
|
|
|
|
### Fix
|
|
|
|
- avoid deprecated function for engine config
|
|
|
|
## v0.4.3 (2024-07-01)
|
|
|
|
### Fix
|
|
|
|
- remove references, dependency for `six` package
|
|
|
|
## v0.4.2 (2024-07-01)
|
|
|
|
### Fix
|
|
|
|
- remove legacy command definitions
|
|
|
|
## v0.4.1 (2024-06-14)
|
|
|
|
### Fix
|
|
|
|
- fallback to `importlib_metadata` on older python
|
|
|
|
## v0.4.0 (2024-06-10)
|
|
|
|
### Feat
|
|
|
|
- switch from setup.cfg to pyproject.toml + hatchling
|
|
|
|
|
|
## Older Releases
|
|
|
|
Please see `docs/OLDCHANGES.rst` for older release notes.
|