Skip to content

Commit

Permalink
release: 1.0.0-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-dev.1](...v1.0.0-dev.1) (2024-03-20)

### Features

* add `Config` interface ([#9](#9)) ([d70d082](d70d082))
* add common SGHI utilities and typings ([#3](#3)) ([d79769b](d79769b))
* add common utilities ([#6](#6)) ([1b620d5](1b620d5))
* add Disposable mixin and helpers ([#5](#5)) ([0ba9855](0ba9855))
* add instance check validators ([#10](#10)) ([71d87d3](71d87d3))
* add module loading utilities ([#7](#7)) ([573fe61](573fe61))
* add Task interface & its common implementations ([#8](#8)) ([513a22c](513a22c))
* add the `sghi.dispatch` module ([#11](#11)) ([b617c57](b617c57))
* add the `sghi.registry` module ([#12](#12)) ([f2d51bf](f2d51bf))

### Refactors

* add README and gitignore ([2e05fe7](2e05fe7))
* **build:** setup project ([#1](#1)) ([d53b486](d53b486))
  • Loading branch information
kennedykori committed Mar 20, 2024
1 parent 4e147ff commit 121aacf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## [1.0.0-dev.1](https://github.com/savannahghi/sghi-commons/compare/...v1.0.0-dev.1) (2024-03-20)


### Features

* add `Config` interface ([#9](https://github.com/savannahghi/sghi-commons/issues/9)) ([d70d082](https://github.com/savannahghi/sghi-commons/commit/d70d08237b3f795103a92e84403c02bdd97af8af))
* add common SGHI utilities and typings ([#3](https://github.com/savannahghi/sghi-commons/issues/3)) ([d79769b](https://github.com/savannahghi/sghi-commons/commit/d79769bd0788c5f1710634c748ef967887626411))
* add common utilities ([#6](https://github.com/savannahghi/sghi-commons/issues/6)) ([1b620d5](https://github.com/savannahghi/sghi-commons/commit/1b620d572268cf717100f3f24bdca4ec45bd5462))
* add Disposable mixin and helpers ([#5](https://github.com/savannahghi/sghi-commons/issues/5)) ([0ba9855](https://github.com/savannahghi/sghi-commons/commit/0ba9855675e67880c310cc9c8929e89d34559032))
* add instance check validators ([#10](https://github.com/savannahghi/sghi-commons/issues/10)) ([71d87d3](https://github.com/savannahghi/sghi-commons/commit/71d87d38bd6ed39f88bb0508520fa8476866bd80))
* add module loading utilities ([#7](https://github.com/savannahghi/sghi-commons/issues/7)) ([573fe61](https://github.com/savannahghi/sghi-commons/commit/573fe61dc0c0b75d3c43da14b26506b1e4ece886))
* add Task interface & its common implementations ([#8](https://github.com/savannahghi/sghi-commons/issues/8)) ([513a22c](https://github.com/savannahghi/sghi-commons/commit/513a22c70231712129edffb677590a0733db565c))
* add the `sghi.dispatch` module ([#11](https://github.com/savannahghi/sghi-commons/issues/11)) ([b617c57](https://github.com/savannahghi/sghi-commons/commit/b617c57f2284175851b9dceeac288468911dc4d6))
* add the `sghi.registry` module ([#12](https://github.com/savannahghi/sghi-commons/issues/12)) ([f2d51bf](https://github.com/savannahghi/sghi-commons/commit/f2d51bf3f6d6de57fc1b7efb682f64cbde178ca5))


### Refactors

* add README and gitignore ([2e05fe7](https://github.com/savannahghi/sghi-commons/commit/2e05fe7206ba10474ffc2f671e5b5373600360be))
* **build:** setup project ([#1](https://github.com/savannahghi/sghi-commons/issues/1)) ([d53b486](https://github.com/savannahghi/sghi-commons/commit/d53b486f0e3d8947aa793bbae7042fad2e1aa22d))
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.0.0",
"version": "1.0.0-dev.1",
"description": "Collection of utilities and reusable components used throughout our Python projects.",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 121aacf

Please sign in to comment.