Skip to content

Commit 46ea6a2

Browse files
authored
🐙 source-news-api: run up-to-date pipeline [2024-08-03] (#43096)
1 parent f7b13e1 commit 46ea6a2

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

airbyte-integrations/connectors/source-news-api/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ data:
1616
connectorSubtype: api
1717
connectorType: source
1818
definitionId: df38991e-f35b-4af2-996d-36817f614587
19-
dockerImageTag: 0.1.12
19+
dockerImageTag: 0.1.13
2020
dockerRepository: airbyte/source-news-api
2121
githubIssueLabel: source-news-api
2222
icon: newsapi.svg

airbyte-integrations/connectors/source-news-api/poetry.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-news-api/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.1.12"
6+
version = "0.1.13"
77
name = "source-news-api"
88
description = "Source implementation for news-api."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/news-api.md

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The following fields are required fields for the connector to work:
6161

6262
| Version | Date | Pull Request | Subject |
6363
|:--------|:-----------| :------------------------------------------------------- | :--------------------------------------- |
64+
| 0.1.13 | 2024-08-03 | [43096](https://github.com/airbytehq/airbyte/pull/43096) | Update dependencies |
6465
| 0.1.12 | 2024-07-27 | [42820](https://github.com/airbytehq/airbyte/pull/42820) | Update dependencies |
6566
| 0.1.11 | 2024-07-20 | [42285](https://github.com/airbytehq/airbyte/pull/42285) | Update dependencies |
6667
| 0.1.10 | 2024-07-13 | [41781](https://github.com/airbytehq/airbyte/pull/41781) | Update dependencies |

0 commit comments

Comments
 (0)