Skip to content

Releases: pivoshenko/poetry-plugin-dotenv

v2.1.6

13 May 07:28
Compare
Choose a tag to compare

v2.1.6 (2024-05-13)

Documentation

  • docs(README): update list of features (f482c3a)

Unknown

  • Merge pull request #250 from pivoshenko/chores (630ac6e)

v2.1.5

09 May 09:41
Compare
Choose a tag to compare

v2.1.5 (2024-05-09)

Documentation

  • docs(assets): make logo transparent (2882bb0)

v2.1.4

08 May 20:17
Compare
Choose a tag to compare

v2.1.4 (2024-05-08)

Documentation

  • docs(README): update badges order (8e3131a)

  • docs(README): update logo size (5199424)

v2.1.3

08 May 20:14
Compare
Choose a tag to compare

v2.1.3 (2024-05-08)

Documentation

  • docs(README): remove badges (acc067f)

  • docs(assets): update logo colors (55943bb)

v2.1.2

08 May 20:07
Compare
Choose a tag to compare

v2.1.2 (2024-05-08)

Documentation

  • docs(README): update logo (4315e21)

  • docs(README): update logo (6170cfb)

Unknown

  • Merge pull request #245 from pivoshenko/update-logo (5f9a43e)

v2.1.1

07 May 08:49
Compare
Choose a tag to compare

v2.1.1 (2024-05-07)

Documentation

  • docs(README): update demo (b710015)

Unknown

  • Merge pull request #240 from pivoshenko/dependabot/pip/poethepoet-0.26.1

build(deps-dev): bump poethepoet from 0.26.0 to 0.26.1 (b638bfe)

  • Merge pull request #242 from pivoshenko/dependabot/pip/commitizen-3.25.0

build(deps-dev): bump commitizen from 3.24.0 to 3.25.0 (0c831df)

  • Merge pull request #239 from pivoshenko/dependabot/pip/coverage-7.5.1

build(deps-dev): bump coverage from 7.5.0 to 7.5.1 (6dcc13f)

  • Merge pull request #243 from pivoshenko/dependabot/pip/ruff-0.4.3

build(deps-dev): bump ruff from 0.4.2 to 0.4.3 (f158c03)

v2.1.0

06 May 21:03
Compare
Choose a tag to compare

v2.1.0 (2024-05-06)

Chore

  • chore(commitizen): update config (d02567f)

Ci

  • ci(workflows.cd): remove force flag (9c72e2a)

Fix

  • fix(pypi): update classifiers (03dcfe9)

v2.0.0

06 May 20:55
Compare
Choose a tag to compare

v2.0.0 (2024-05-06)

Build

  • build(poetry): update dependencies (97f3d92)

  • build(pre-commit): update dependencies (f89a7ee)

  • build(deps-dev): bump black from 24.4.1 to 24.4.2

Bumps black from 24.4.1 to 24.4.2.


updated-dependencies:

  • dependency-name: black
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com> (f0e5dc8)

  • build(deps-dev): bump poethepoet from 0.25.1 to 0.26.0

Bumps poethepoet from 0.25.1 to 0.26.0.


updated-dependencies:

  • dependency-name: poethepoet
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com> (94f5c03)

Chore

  • chore(semantic-release): update config (decaf2b)

  • chore(semantic-release): update config (8c24a1c)

Ci

  • ci(workflows.cd): temporary set force flag for the current release (a1b672e)

  • ci(workflows.cd): unbound python-semantic-release version (5f26bed)

  • ci(workflows.cd): lock python-semantic-release version (2d832e3)

  • ci(CHANGELOG): update unreleased notes (83bfd21)

  • ci(workflows.ci): limit dependency installation for semantic release (9ada8be)

  • ci(workflows.ci): remove Windows from the strategy for tests to run (7fb2780)

  • ci(workflows.ci): limit dependency installation for tests (6b94e96)

  • ci(workflows.ci): remove architecture parameter (7ec8aa8)

  • ci(workflows.ci): add MacOS and Windows into the strategy for tests to run (fa900c6)

Feature

  • feat: move Logger into a separate module (cef85e3)

  • feat(config): replace tomli with tomlkit (4381b66)

Test

  • test(plugin): replace mock of tomli with tomlkit (bb2781a)

Unknown

  • Merge pull request #244 from pivoshenko/issue-238 (9a2951f)

  • Merge pull request #236 from pivoshenko/dependabot/pip/poethepoet-0.26.0

build(deps-dev): bump poethepoet from 0.25.1 to 0.26.0 (0f3c55e)

  • Merge pull request #237 from pivoshenko/dependabot/pip/black-24.4.2

build(deps-dev): bump black from 24.4.1 to 24.4.2 (dafe90a)

v1.0.1

26 Apr 13:46
Compare
Choose a tag to compare

v1.0.1 (2024-04-26)

Chore

  • chore(commitizen): update config (fae7c7d)

Documentation

  • docs: update demo example (3dd39b2)

Unknown

  • Merge pull request #232 from pivoshenko/dependabot/pip/commitizen-3.24.0

build(deps-dev): bump commitizen from 3.22.0 to 3.24.0 (ec7628d)

v1.0.0

26 Apr 13:28
Compare
Choose a tag to compare

v1.0.0 (2024-04-26)

Breaking

  • feat: update pyrpoject.toml section for configuration

BREAKING CHANGE: (e99f458)

  • feat: add support of the pyproject.toml for configuration

BREAKING CHANGE: (5b65847)

Build

  • build(pre-commit): update hooks
  • remove check-large-files
  • update revisions (6b6f5d2)
  • build(poetry): update dependencies (63739e3)

  • build(poetry): add ipython (3d51bcc)

  • build(pre-commit): update dependencies (669d2c2)

  • build(poetry): update dependencies (54d82ee)

  • build(deps-dev): bump python-semantic-release from 9.4.1 to 9.4.2

Bumps python-semantic-release from 9.4.1 to 9.4.2.


updated-dependencies:

  • dependency-name: python-semantic-release
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com> (8f8ea23)

  • build(deps-dev): bump black from 24.3.0 to 24.4.0

Bumps black from 24.3.0 to 24.4.0.


updated-dependencies:

  • dependency-name: black
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com> (d674836)

  • build(deps-dev): bump commitizen from 3.21.3 to 3.22.0

Bumps commitizen from 3.21.3 to 3.22.0.


updated-dependencies:

  • dependency-name: commitizen
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com> (c515209)

  • build(deps-dev): bump ruff from 0.3.5 to 0.3.7

Bumps ruff from 0.3.5 to 0.3.7.


updated-dependencies:

  • dependency-name: ruff
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com> (504b57a)

  • build(deps-dev): bump poethepoet from 0.25.0 to 0.25.1

Bumps poethepoet from 0.25.0 to 0.25.1.


updated-dependencies:

  • dependency-name: poethepoet
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com> (10dc8bc)

  • build(deps): bump idna from 3.6 to 3.7

Bumps idna from 3.6 to 3.7.


updated-dependencies:

  • dependency-name: idna
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] <support@github.com> (d391fc8)

Chore

  • chore(ruff): update config (b4438da)

  • chore(ruff): update config (edb588a)

  • chore(ruff): update config (024d25c)

Ci

  • ci(workflows.ci): remove macos from tests strategy (3ab1777)

Documentation

  • docs(README): update phrasing (563a809)

  • docs(README): update Usage section (131731a)

  • docs: add examples (d317fee)

  • docs: add examples (a942ac3)

Fix

  • fix(config): update attributes getter (efb09af)

Refactor

  • refactor: remove Self type annotation (61509d1)

  • refactor(dotenv): update functions signatures (a6398ab)

  • refactor(tests): update functions signatures (aeea0fc)

Style

  • style: add "no coverage" for TYPE_CHECKING sections (d7eaef6)

Test

  • test(plugin): update section in _toml_config tests (be24ddb)

  • test(plugin): add _toml_config tests (1828af7)

  • test(config): add test__as_bool (2a71065)

  • test: update mocks in order to new configuration keys (1e0273c)

Unknown

  • Merge pull request #234 from pivoshenko/issue-214

Issue 214 (81b03e7)

  • Merge remote-tracking branch 'origin' into issue-214 (5961c38)

  • Merge pull request #231 from pivoshenko/dependabot/pip/python-semantic-release-9.4.2

build(deps-dev): bump python-semantic-release from 9.4.1 to 9.4.2 (5d03bc8)

  • Merge pull request #230 from pivoshenko/dependabot/pip/black-24.4.0

build(deps-dev): bump black from 24.3.0 to 24.4.0 (49c6437)

  • Merge pull request #229 from pivoshenko/dependabot/pip/commitizen-3.22.0

build(deps-dev): bump commitizen from 3.21.3 to 3.22.0 (4be8460)

  • Merge pull request #228 from pivoshenko/dependabot/pip/ruff-0.3.7

build(deps-dev): bump ruff from 0.3.5 to 0.3.7 (334bb69)

  • Merge pull request #227 from pivoshenko/dependabot/pip/poethepoet-0.25.1

build(deps-dev): bump poethepoet from 0.25.0 to 0.25.1 (567ddfc)

  • Merge pull request #225 from pivoshenko/dependabot/pip/idna-3.7

build(deps): bump idna from 3.6 to 3.7 (81f1c12)