Skip to content

Latest commit

 

History

History
347 lines (190 loc) · 15.6 KB

File metadata and controls

347 lines (190 loc) · 15.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.18 (2023-05-28)

Features

  • save logs in separate file per program start (46e3d61)

0.3.17 (2023-05-27)

Fixes

  • improve docker (fc4a89b)
  • use unless-stopped instead of always in docker-compose.yaml (dd4f51e)

0.3.16 (2023-05-27)

Features

  • support proxy in docker-compose.yaml (7ca04b9)

Fixes

  • fix default app log path (3d82569)
  • fix docker (eb6f39a)
  • fix docker-compose volume (0450f81)
  • fix pyproject.toml dependencies (0e52bb8)
  • fix use python for install-package (67b3fde)
  • improve docker-compose.yaml (7b521cb)
  • remove unused environment in docker-compose.yaml (6bb1e1c)

0.3.15 (2023-05-27)

Features

0.3.14 (2023-05-27)

Features

0.3.13 (2023-05-26)

Features

  • support sql session in threads (44a5e57)

0.3.12 (2023-05-25)

Features

Fixes

  • fix exit code in main (900e4ee)
  • reorder imports with isort (fb6f5e8)

0.3.11 (2023-05-25)

Fixes

0.3.10 (2023-05-21)

Features

  • add log_result to logger.py (891ebd2)

0.3.9 (2023-05-21)

Fixes

0.3.8 (2023-05-20)

Features

  • add injector to template, load configs from yaml file, improve logger (2db60bc)
  • add inputs to template (90fa74b)

Fixes

  • add docstrings to template (3a354b8)
  • remove old test in template (a480568)

0.3.7 (2023-05-19)

Fixes

0.3.6 (2023-05-18)

Features

  • update release.yaml: build project and push as github release (771b527)

0.3.5 (2023-05-18)

Features

0.3.4 (2023-05-09)

Development: CI/CD, Build, etc

Fixes

  • ci: use Payadel/inputs in actions (9c057f5)

0.3.3 (2023-05-02)

Development: CI/CD, Build, etc

Fixes

0.3.2 (2023-04-22)

Fixes

  • ci: fix coverage.yaml event (96fd396)

0.3.1 (2023-04-19)

Features

  • update poetry dependencies before push (18f35bd)

0.3.0 (2023-04-17)

⚠ BREAKING CHANGES

  • rename build to tox

Features

  • add CONTRIBUTING.md (ce7fdbd)
  • add on_rails and pylity packages to requirements.txt (c3ea340)

Development: CI/CD, Build, etc

Fixes

0.2.3 (2023-04-15)

Features

0.2.2 (2023-04-13)

Features

  • add requirements.txt (876d041)
  • use Payadel/pre-commit-hooks in .pre-commit-config.yaml (733c82b)

0.2.1 (2023-04-08)

Features

  • add git hook to check tox before push (d4bcf53)

Fixes

0.2.0 (2023-04-03)

⚠ BREAKING CHANGES

  • publish: separates publish section from release
  • precommit: remove isort arg from .pre-commit-config.yaml

Features

  • gitignore: add pyc files to gitignore (1062ac7)
  • publish: add inputs to publish-test.yaml action (8edca18)
  • pyproject: add repository and keywords fields to pyproject.toml (251e597)

Fixes

  • precommit: remove isort arg from .pre-commit-config.yaml (e9f1bd5)
  • precommit: update pre-commit-hooks to v4.4.0 (3f82d9b)
  • publish: fix pypi_token token name in publish-test.yaml (94cb0c1)
  • publish: separates publish section from release (cbfa7d9)
  • release: fix Update poetry version bug (8d1d99b)

Development: CI/CD, Build, etc

0.1.2 (2023-03-30)

Fixes

  • codeql: fix python-version (fbc3efe)

Development: CI/CD, Build, etc

  • codeql: remove codeql action (314529e)

0.1.1 (2023-03-29)

Fixes

  • update release.yaml. add needs: [Release] to build-and-publish job (18740eb)

0.1.0 (2023-03-29)

⚠ BREAKING CHANGES

  • release: remove publish.yaml

Features

  • release: add release.yaml that combines release and publish (54d01d4)

0.0.4 (2023-03-29)

Features

  • ci: add codeql.yml GitHub action (16baece)

0.0.3 (2023-03-25)

Features

  • publish: add publish-test.yaml action for publish to the testpypi (2822bee)
  • readme: add README.md (0826182)

Fixes

  • gitignore: fix .idea folder (fc750b2)
  • publish: fix pypi token name in publish.yaml (789af44)
  • pyproject: add tox and tox-gh-actions to the poetry dependencies (763a65f)

Development: CI/CD, Build, etc

  • release: update Payadel/release-sv-action to v0.2.1 (26cfcd9)

0.0.2 (2023-03-21)

Features

  • add tool.poetry.scripts section to pyproject.toml (3dab3ae)

Fixes

  • add poetry.lock to .gitignore (a89ded0)
  • fix coverage command in tox.ini (97c49a4)
  • rename hooks directory to .hooks (050dbbd)

Development: CI/CD, Build, etc

  • use Payadel actions to changelog.yaml and release.yaml (971ddb0)

0.0.1 (2023-03-20)

Features