Releases: FullStackWithLawrence/secure-logger
Releases · FullStackWithLawrence/secure-logger
v0.2.0
0.2.0 (2023-12-09)
Features
- add a conf module that reads .env and environment variable overrides (fa66f75)
- add a configurable SECURE_LOGGER_LOG_LEVEL defaulted to logging.default() (448f56b)
- add decorator parameter log_level (411de9d)
- add parameter validations to decorator. add a unit test (b33c98a)
- add pydantic strong type checking to parameters (71c3a2c)
v0.1.17
0.1.17 (2023-11-14)
Bug Fixes
- add regex expressions to correctly evaluate all possible values of version.py (1ac6246)
- restore npx semantic-release logic in next branch (e8e4b1d)
v0.1.16
0.1.16 (2023-11-14)
Bug Fixes
- convert prerelease version to strict semantic equivalent (f463db5)
- remove pre-commit (12c3da0)
- set prerelease to true for next and nexst-major (b830102)
v0.1.15
0.1.15 (2023-11-14)
Bug Fixes
- add npx semantic-release --dry-run --no-ci (d0133ab)
v0.1.14
0.1.14 (2023-11-14)
Bug Fixes
- fix requirements path for semantic release (f2ad049)
- must add next and next-major (7434ecf)
v0.1.12
0.1.12 (2023-11-14)
Bug Fixes
- refactor python code blocks using readme_renderer compliant directives (49a3423)
v0.1.11
0.1.11 (2023-11-14)
Bug Fixes
- CURRENT_VERSION was unassigned (528fa71)