Skip to content

Commit

Permalink
release: 1.1.0-rc.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0-rc.3](v1.1.0-rc.2...v1.1.0-rc.3) (2024-11-17)

### Features

* **workflow-builder:** add a `WorkflowBuilder` ([#27](#27)) ([53aee40](53aee40))

### Refactors

* **processors:** delay embedded processors disposal ([#25](#25)) ([035261c](035261c))
* **sinks:** delay embedded sinks disposal ([#26](#26)) ([5df425d](5df425d))
* **sources:** delay embedded sources disposal ([#24](#24)) ([7f1e585](7f1e585))
  • Loading branch information
kennedykori committed Nov 17, 2024
1 parent 387abca commit 11c4ab6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.1.0-rc.3](https://github.com/savannahghi/sghi-etl-commons/compare/v1.1.0-rc.2...v1.1.0-rc.3) (2024-11-17)


### Features

* **workflow-builder:** add a `WorkflowBuilder` ([#27](https://github.com/savannahghi/sghi-etl-commons/issues/27)) ([53aee40](https://github.com/savannahghi/sghi-etl-commons/commit/53aee40cb9f8573b9b681a455fb745bf665f5195))


### Refactors

* **processors:** delay embedded processors disposal ([#25](https://github.com/savannahghi/sghi-etl-commons/issues/25)) ([035261c](https://github.com/savannahghi/sghi-etl-commons/commit/035261c83e498ce6f902e8bc6931cc60619b89fa))
* **sinks:** delay embedded sinks disposal ([#26](https://github.com/savannahghi/sghi-etl-commons/issues/26)) ([5df425d](https://github.com/savannahghi/sghi-etl-commons/commit/5df425d210076518c9ba327df476e8504e31c5a9))
* **sources:** delay embedded sources disposal ([#24](https://github.com/savannahghi/sghi-etl-commons/issues/24)) ([7f1e585](https://github.com/savannahghi/sghi-etl-commons/commit/7f1e58560e79cfd8b5e9a3b9c87a3b7c98b212d3))

## [1.1.0-rc.2](https://github.com/savannahghi/sghi-etl-commons/compare/v1.1.0-rc.1...v1.1.0-rc.2) (2024-06-04)


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-etl-commons",
"version": "1.1.0-rc.2",
"version": "1.1.0-rc.3",
"description": "Collection of utilities for working with SGHI ETL Workflows.",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 11c4ab6

Please sign in to comment.