Skip to content

Commit c79e35e

Browse files
committed
release: 1.3.0-rc.1 [skip ci]
## [1.3.0-rc.1](v1.2.0...v1.3.0-rc.1) (2024-03-31) ### Features * **checkers:** add a checker for callable objects ([#29](#29)) ([0f8272d](0f8272d)) ### Refactors * **patch:** explicitly list `sghi.retry` module exports ([#28](#28)) ([45cd87e](45cd87e)) * refactor retry to use `ensure_callable` ([#30](#30)) ([51511c8](51511c8))
1 parent 51511c8 commit c79e35e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.3.0-rc.1](https://github.com/savannahghi/sghi-commons/compare/v1.2.0...v1.3.0-rc.1) (2024-03-31)
2+
3+
4+
### Features
5+
6+
* **checkers:** add a checker for callable objects ([#29](https://github.com/savannahghi/sghi-commons/issues/29)) ([0f8272d](https://github.com/savannahghi/sghi-commons/commit/0f8272de6f9ad13809599666ef8b78a34aab9853))
7+
8+
9+
### Refactors
10+
11+
* **patch:** explicitly list `sghi.retry` module exports ([#28](https://github.com/savannahghi/sghi-commons/issues/28)) ([45cd87e](https://github.com/savannahghi/sghi-commons/commit/45cd87e7cf956d01a8ef12aef42dbd49dc3b8508))
12+
* refactor retry to use `ensure_callable` ([#30](https://github.com/savannahghi/sghi-commons/issues/30)) ([51511c8](https://github.com/savannahghi/sghi-commons/commit/51511c83eec7632bccc5f60e7eaf47f17dce9bf9))
13+
114
## [1.2.0](https://github.com/savannahghi/sghi-commons/compare/v1.1.0...v1.2.0) (2024-03-30)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sghi-commons",
3-
"version": "1.2.0",
3+
"version": "1.3.0-rc.1",
44
"description": "Collection of utilities and reusable components used throughout our Python projects.",
55
"directories": {
66
"doc": "docs"

0 commit comments

Comments
 (0)