Skip to content

Commit 2d604d5

Browse files
committed
Prepare for release
1 parent 3052c0e commit 2d604d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/changelog/0.3.1.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Improvements
66

77
- Added table name validation - must be in format ``schema.table`` or ``namespace1.namespace2.table``.
88
- Reduce worker image size by removing copies of ``.jar`` files.
9-
- Explicitly log transfer exception to avoid
9+
- Explicitly log transfer exception instead of ``raised unexpected: UnpickleableExceptionWrapper`` by celery.
1010

1111
Misc
1212
----
1313

1414
- Switch from ``poetry`` to ``uv`` for dependency management.
15-
- Reformat code using ``ruff format``.
16-
- Fix issues noted by ``ruff check``.
15+
- Switch from ``black`` to ``ruff format``.
16+
- Switch from ``flake8+wemake-python-styleguide`` to ``ruff check``, and fix found code smells.
1717
- Dependency updates.

0 commit comments

Comments
 (0)