File tree 2 files changed +2
-1
lines changed
airbyte-ci/connectors/pipelines
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -652,6 +652,7 @@ E.G.: running Poe tasks on the modified internal packages of the current branch:
652
652
653
653
| Version | PR | Description |
654
654
| ------- | ---------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
655
+ | 4.6.3 | [#36527](https://github.com/airbytehq/airbyte/pull/36527) | Handle extras as well as groups in `airbyte ci test` [poetry packages] |
655
656
| 4.6.2 | [#36220](https://github.com/airbytehq/airbyte/pull/36220) | Allow using `migrate-to-base-image` without PULL_REQUEST_NUMBER |
656
657
| 4.6.1 | [#36319](https://github.com/airbytehq/airbyte/pull/36319) | Fix `ValueError` related to PR number in migrate-to-poetry |
657
658
| 4.6.0 | [#35583](https://github.com/airbytehq/airbyte/pull/35583) | Implement the `airbyte-ci connectors migrate-to-poetry` command. |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " pipelines"
7
- version = " 4.6.2 "
7
+ version = " 4.6.3 "
8
8
description = " Packaged maintained by the connector operations team to perform CI for connectors' pipelines"
9
9
authors = [
" Airbyte <[email protected] >" ]
10
10
You can’t perform that action at this time.
0 commit comments