From 23a5851c3d56ba1964b65941b05671c0cea2472a Mon Sep 17 00:00:00 2001 From: Kennedy Kori Date: Sat, 13 Jul 2024 22:10:00 +0000 Subject: [PATCH] release: 1.5.0 [skip ci] ## [1.5.0](https://github.com/savannahghi/sghi-commons/compare/v1.4.0...v1.5.0) (2024-07-13) ### Bug Fixes * assorted fixes and improvements ([#44](https://github.com/savannahghi/sghi-commons/issues/44)) ([5928f9b](https://github.com/savannahghi/sghi-commons/commit/5928f9b0eb711bd12ac2ff401025810be9d3e77c)) ### Dependency Updates * **deps:** upgrade project dependencies ([#46](https://github.com/savannahghi/sghi-commons/issues/46)) ([a48947a](https://github.com/savannahghi/sghi-commons/commit/a48947acf351e2efa44c3ef65e881f4211bf7b32)) ### Features * **config:** add `setting_initializer` decorator ([#45](https://github.com/savannahghi/sghi-commons/issues/45)) ([b655527](https://github.com/savannahghi/sghi-commons/commit/b655527829014a00fac77e3f41d49b4cf069cbfe)) * **utils:** make `type_fqn` support callable instances ([#43](https://github.com/savannahghi/sghi-commons/issues/43)) ([fa13030](https://github.com/savannahghi/sghi-commons/commit/fa13030cd75a2e3e0f592b9d6139ce3c50c79d09)) ### Refactors * **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([#48](https://github.com/savannahghi/sghi-commons/issues/48)) ([645060d](https://github.com/savannahghi/sghi-commons/commit/645060da393ba6496e320f3f0ba027abf3079f58)) * **retry:** rename the `exponential_backoff_retry` logger ([#42](https://github.com/savannahghi/sghi-commons/issues/42)) ([a3d30b6](https://github.com/savannahghi/sghi-commons/commit/a3d30b6146572fc24750149b28789baab66d2032)) --- docs/CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 73c7fa4..26e2e83 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,27 @@ +## [1.5.0](https://github.com/savannahghi/sghi-commons/compare/v1.4.0...v1.5.0) (2024-07-13) + + +### Bug Fixes + +* assorted fixes and improvements ([#44](https://github.com/savannahghi/sghi-commons/issues/44)) ([5928f9b](https://github.com/savannahghi/sghi-commons/commit/5928f9b0eb711bd12ac2ff401025810be9d3e77c)) + + +### Dependency Updates + +* **deps:** upgrade project dependencies ([#46](https://github.com/savannahghi/sghi-commons/issues/46)) ([a48947a](https://github.com/savannahghi/sghi-commons/commit/a48947acf351e2efa44c3ef65e881f4211bf7b32)) + + +### Features + +* **config:** add `setting_initializer` decorator ([#45](https://github.com/savannahghi/sghi-commons/issues/45)) ([b655527](https://github.com/savannahghi/sghi-commons/commit/b655527829014a00fac77e3f41d49b4cf069cbfe)) +* **utils:** make `type_fqn` support callable instances ([#43](https://github.com/savannahghi/sghi-commons/issues/43)) ([fa13030](https://github.com/savannahghi/sghi-commons/commit/fa13030cd75a2e3e0f592b9d6139ce3c50c79d09)) + + +### Refactors + +* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([#48](https://github.com/savannahghi/sghi-commons/issues/48)) ([645060d](https://github.com/savannahghi/sghi-commons/commit/645060da393ba6496e320f3f0ba027abf3079f58)) +* **retry:** rename the `exponential_backoff_retry` logger ([#42](https://github.com/savannahghi/sghi-commons/issues/42)) ([a3d30b6](https://github.com/savannahghi/sghi-commons/commit/a3d30b6146572fc24750149b28789baab66d2032)) + ## [1.5.0-rc.1](https://github.com/savannahghi/sghi-commons/compare/v1.4.0...v1.5.0-rc.1) (2024-07-13) diff --git a/package.json b/package.json index f56028b..8f3afc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sghi-commons", - "version": "1.5.0-rc.1", + "version": "1.5.0", "description": "Collection of utilities and reusable components used throughout our Python projects.", "directories": { "doc": "docs"