Skip to content

Commit e222f3b

Browse files
authored
🐙 source-rss: run up-to-date pipeline [2024-08-03] (#43073)
1 parent 1922c87 commit e222f3b

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

airbyte-integrations/connectors/source-rss/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ data:
2424
connectorSubtype: api
2525
connectorType: source
2626
definitionId: 0efee448-6948-49e2-b786-17db50647908
27-
dockerImageTag: 1.0.10
27+
dockerImageTag: 1.0.11
2828
dockerRepository: airbyte/source-rss
2929
githubIssueLabel: source-rss
3030
icon: rss.svg

airbyte-integrations/connectors/source-rss/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-rss/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 = "1.0.10"
6+
version = "1.0.11"
77
name = "source-rss"
88
description = "Source implementation for rss."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/rss.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ None
3838

3939
| Version | Date | Pull Request | Subject |
4040
| :------ | :--------- | :------------------------------------------------------- | :----------------------------- |
41+
| 1.0.11 | 2024-08-03 | [43073](https://github.com/airbytehq/airbyte/pull/43073) | Update dependencies |
4142
| 1.0.10 | 2024-07-27 | [42687](https://github.com/airbytehq/airbyte/pull/42687) | Update dependencies |
4243
| 1.0.9 | 2024-07-20 | [42139](https://github.com/airbytehq/airbyte/pull/42139) | Update dependencies |
4344
| 1.0.8 | 2024-07-13 | [41741](https://github.com/airbytehq/airbyte/pull/41741) | Update dependencies |

0 commit comments

Comments
 (0)