Commit 5397d26
committed
chore(release): bump cli to 2.0.8 + ruff import-sort fix
v2.0.7 build images came up green but CI's ``ruff check`` failed on
``cli/src/flow_cli/__init__.py`` (unsorted ``from importlib.metadata import
PackageNotFoundError, version as _pkg_version`` split into two lines as I001
wants). The bad import survived the release-prep commit. Bumping past v2.0.7
with the fix included so we don't keep stacking a red CI on top of a red CI
(prior v1.2.55→v1.2.65 lesson).
v2.0.7 stays as a skipped tag (images built, CI red, never deployed).1 parent 4393a0f commit 5397d26
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments