Skip to content

Commit aa796df

Browse files
authored
🐙 source-toggl: run up-to-date pipeline [2024-08-03] (#43064)
1 parent ef01855 commit aa796df

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:
1111
connectorSubtype: api
1212
connectorType: source
1313
definitionId: 7e7c844f-2300-4342-b7d3-6dd7992593cd
14-
dockerImageTag: 0.1.11
14+
dockerImageTag: 0.1.12
1515
dockerRepository: airbyte/source-toggl
1616
githubIssueLabel: source-toggl
1717
icon: toggl.svg

airbyte-integrations/connectors/source-toggl/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-toggl/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-toggl"
88
description = "Source implementation for Toggl."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/toggl.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Toggl APIs are under rate limits for the number of API calls allowed per API key
3838

3939
| Version | Date | Pull Request | Subject |
4040
|:--------|:-----------| :-------------------------------------------------------- | :-------------------------------------- |
41+
| 0.1.12 | 2024-08-03 | [43064](https://github.com/airbytehq/airbyte/pull/43064) | Update dependencies |
4142
| 0.1.11 | 2024-07-27 | [42755](https://github.com/airbytehq/airbyte/pull/42755) | Update dependencies |
4243
| 0.1.10 | 2024-07-20 | [42244](https://github.com/airbytehq/airbyte/pull/42244) | Update dependencies |
4344
| 0.1.9 | 2024-07-13 | [41736](https://github.com/airbytehq/airbyte/pull/41736) | Update dependencies |

0 commit comments

Comments
 (0)