Skip to content

Releases: leoslf/python-more-decorators

v0.1.1

19 Apr 16:56
Compare
Choose a tag to compare

v0.1.1 (2024-04-19)

Chore

  • chore(deps-dev): bump pytest-mock from 3.12.0 to 3.14.0 (#6)

Bumps pytest-mock from 3.12.0 to 3.14.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (2847582)

  • chore(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 (#5)

Bumps pytest-cov from 4.1.0 to 5.0.0.


updated-dependencies:

  • dependency-name: pytest-cov
    dependency-type: direct:development
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (28bfa40)

  • chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 (#3)

Bumps peaceiris/actions-gh-pages from 3 to 4.


updated-dependencies:

  • dependency-name: peaceiris/actions-gh-pages
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (f72076d)

  • chore(deps): bump idna from 3.6 to 3.7 (#2)

Bumps idna from 3.6 to 3.7.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (02586c0)

  • chore: move to sonarcloud (b70c9bc)

  • chore: reformat pyproject.toml (77daf26)

  • chore: [no ci] Update CONTRIBUTING.md (873cd6b)

  • chore: [skip ci] addd CODEOWNERS file (fc2fa2a)

Ci

  • ci: fix semantic-release call in reusable workflow (a86b6d2)

  • ci(dependabot): added .github/dependabot.yml (351e533)

  • ci: publish docs/build/html directly (be38b87)

  • ci: ignore docs in pytest.ini (bcc746d)

  • ci: fetch-depth 0 at publish (b9c1d62)

  • ci: rename as POETRY_DATA_DIR (c187ca4)

  • ci: use tilde (27ec15a)

  • ci: use env.HOME and fixes caching keys (76fe12c)

  • ci: cache pip caches (2747e0f)

  • ci: swap order of caching (daf2994)

  • ci: change poetry directories default (0bb9f2a)

  • ci: install semantic-release before release (f217f15)

  • ci: install semantic-release before release (8270572)

  • ci: use poetry for semantic-release (7fb6432)

  • ci: use actions in-repo (f990c47)

  • ci: fixed typo for POETRY_DATA_DIR (30a7fb4)

  • ci: fixed typo for POETRY_VERSION (c246190)

  • ci: set PYTHON_VERSION and POETRY_VERSION (5cff8dd)

  • ci: hope removing newline helps (e9d6e49)

  • ci: change junit test suite name according to the os, python version, poetry version (6ae55ee)

  • ci: checkout even in consolidation (6e76e91)

  • ci: set shell in setup-poetry (8c04770)

  • ci: make github happy with the name (a56d314)

  • ci: refactored .github/workflows/ci.yml into composite actions (d999e41)

Documentation

Fix

  • fix(deps): bump sphinx from 7.2.6 to 7.3.7 (#4)

Bumps sphinx from 7.2.6 to 7.3.7.


updated-dependencies:

  • dependency-name: sphinx
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (8e6624f)

Unknown

  • Merge pull request #1 from leoslf/ci/setup-poetry-via-composite-actions

ci: refactored .github/workflows/ci.yml into composite actions (1b23490)

v0.1.0

13 Mar 05:05
Compare
Choose a tag to compare

v0.1.0 (2024-03-13)

Chore

Feature

v0.0.0

13 Mar 04:46
Compare
Choose a tag to compare

v0.0.0 (2024-03-13)

Chore

  • chore: initial check-in (c690d57)