Skip to content

Commit

Permalink
release: 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.0...v1.3.0) (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))
  • Loading branch information
kennedykori committed Mar 31, 2024
1 parent a44d384 commit fdaff2e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.3.0](https://github.com/savannahghi/sghi-commons/compare/v1.2.0...v1.3.0) (2024-03-31)


### Features

* **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))


### Refactors

* **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))
* refactor retry to use `ensure_callable` ([#30](https://github.com/savannahghi/sghi-commons/issues/30)) ([51511c8](https://github.com/savannahghi/sghi-commons/commit/51511c83eec7632bccc5f60e7eaf47f17dce9bf9))

## [1.3.0-rc.1](https://github.com/savannahghi/sghi-commons/compare/v1.2.0...v1.3.0-rc.1) (2024-03-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sghi-commons",
"version": "1.3.0-rc.1",
"version": "1.3.0",
"description": "Collection of utilities and reusable components used throughout our Python projects.",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit fdaff2e

Please sign in to comment.