Skip to content

Commit 71fc23a

Browse files
authored
🐙 source-coingecko-coins: run up-to-date pipeline [2024-08-12] (#43911)
1 parent 8503075 commit 71fc23a

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

airbyte-integrations/connectors/source-coingecko-coins/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: 9cdd4183-d0ba-40c3-aad3-6f46d4103974
5-
dockerImageTag: 0.1.11
5+
dockerImageTag: 0.1.12
66
dockerRepository: airbyte/source-coingecko-coins
77
githubIssueLabel: source-coingecko-coins
88
icon: coingeckocoins.svg

airbyte-integrations/connectors/source-coingecko-coins/poetry.lock

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

airbyte-integrations/connectors/source-coingecko-coins/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.11"
6+
version = "0.1.12"
77
name = "source-coingecko-coins"
88
description = "Source implementation for Coingecko Coins."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/coingecko-coins.md

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

5353
| Version | Date | Pull Request | Subject |
5454
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------------------- |
55+
| 0.1.12 | 2024-08-12 | [43911](https://github.com/airbytehq/airbyte/pull/43911) | Update dependencies |
5556
| 0.1.11 | 2024-08-10 | [43537](https://github.com/airbytehq/airbyte/pull/43537) | Update dependencies |
5657
| 0.1.10 | 2024-08-03 | [43113](https://github.com/airbytehq/airbyte/pull/43113) | Update dependencies |
5758
| 0.1.9 | 2024-07-27 | [42625](https://github.com/airbytehq/airbyte/pull/42625) | Update dependencies |

0 commit comments

Comments
 (0)