Skip to content

Releases: FullStackWithLawrence/secure-logger

v0.2.0

09 Dec 15:02
Compare
Choose a tag to compare

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.18

05 Dec 16:53
Compare
Choose a tag to compare

0.1.18 (2023-12-05)

Bug Fixes

v0.1.17

14 Nov 14:58
Compare
Choose a tag to compare

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

14 Nov 04:53
Compare
Choose a tag to compare

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

14 Nov 02:50
Compare
Choose a tag to compare

0.1.15 (2023-11-14)

Bug Fixes

  • add npx semantic-release --dry-run --no-ci (d0133ab)

v0.1.14

14 Nov 02:28
Compare
Choose a tag to compare

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

14 Nov 01:46
Compare
Choose a tag to compare

0.1.12 (2023-11-14)

Bug Fixes

  • refactor python code blocks using readme_renderer compliant directives (49a3423)

v0.1.11

14 Nov 00:52
Compare
Choose a tag to compare

0.1.11 (2023-11-14)

Bug Fixes

  • CURRENT_VERSION was unassigned (528fa71)

v0.1.10

14 Nov 00:20
Compare
Choose a tag to compare

0.1.10 (2023-11-14)

Bug Fixes

v0.1.9

13 Nov 23:18
Compare
Choose a tag to compare

0.1.9 (2023-11-13)

Bug Fixes

  • have to skip CI automated unit tests when commit version.py (0e939c8)
  • refactor call to npx semantic-release (2c7d768)