Skip to content

Releases: kolonialno/oida

0.2.1

15 May 07:54
bb2cebb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

0.2.0

04 May 12:53
Compare
Choose a tag to compare

Global allowed_imports project config option
Fix crash when using ignored_modules project config option

0.1.5

20 Apr 08:33
Compare
Choose a tag to compare

Fixes explicit naming of @coalesced_task.

0.1.4

22 Mar 09:36
Compare
Choose a tag to compare

Fixed

  • Fix crash in flake8 plugin on Python 3.11

0.1.3

14 Mar 12:16
Compare
Choose a tag to compare

This release includes explicitly naming formerly implicitly named Celery tasks while using Oida componentize.

What's Changed

Full Changelog: v0.1.2...v0.1.3

0.1.2

09 Feb 13:18
Compare
Choose a tag to compare

Changed

  • Set LIBCST_PARSER_TYPE to native such that the config and componentize commands can parse Python 3.10 syntax

0.1.1

31 Aug 14:18
Compare
Choose a tag to compare

Add metadata to pyproject.toml to get a description on PyPI

0.1.0

31 Aug 14:07
Compare
Choose a tag to compare

Initial release

0.1.0-rc.1

31 Aug 14:03
Compare
Choose a tag to compare
0.1.0-rc.1 Pre-release
Pre-release

Added

  • The componentize command will now also update references in string literals

Fixed

  • Ignore module imports from the same app

0.1.0-alpha.1

06 Jul 14:51
Compare
Choose a tag to compare
0.1.0-alpha.1 Pre-release
Pre-release

Added

  • Initial release