Skip to content

Commit 0465d3b

Browse files
chore(release): 0.2.0 [skip ci]
# [0.2.0](v0.1.18...v0.2.0) (2023-12-09) ### Features * add a conf module that reads .env and environment variable overrides ([fa66f75](fa66f75)) * add a configurable SECURE_LOGGER_LOG_LEVEL defaulted to logging.default() ([448f56b](448f56b)) * add decorator parameter log_level ([411de9d](411de9d)) * add parameter validations to decorator. add a unit test ([b33c98a](b33c98a)) * add pydantic strong type checking to parameters ([71c3a2c](71c3a2c))
1 parent 995fcc6 commit 0465d3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [0.2.0](https://github.com/FullStackWithLawrence/secure-logger/compare/v0.1.18...v0.2.0) (2023-12-09)
2+
3+
4+
### Features
5+
6+
* add a conf module that reads .env and environment variable overrides ([fa66f75](https://github.com/FullStackWithLawrence/secure-logger/commit/fa66f75750ecac77fdfe89eed8b21f2279218bbf))
7+
* add a configurable SECURE_LOGGER_LOG_LEVEL defaulted to logging.default() ([448f56b](https://github.com/FullStackWithLawrence/secure-logger/commit/448f56bbbaf4089be2df2e18d5398950fab02bf6))
8+
* add decorator parameter log_level ([411de9d](https://github.com/FullStackWithLawrence/secure-logger/commit/411de9dfe86c7c8e9cd805265e349f03e1beffa9))
9+
* add parameter validations to decorator. add a unit test ([b33c98a](https://github.com/FullStackWithLawrence/secure-logger/commit/b33c98afa430c63e572de21672d8af93ac21416b))
10+
* add pydantic strong type checking to parameters ([71c3a2c](https://github.com/FullStackWithLawrence/secure-logger/commit/71c3a2c3fa7fd5b7f767cdf6e8de3150a51e2787))
11+
112
# Change Log
213

314
## 0.2.0 Draft Release Notes

0 commit comments

Comments
 (0)