All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.18 (2023-05-28)
- save logs in separate file per program start (46e3d61)
0.3.17 (2023-05-27)
0.3.16 (2023-05-27)
- support proxy in docker-compose.yaml (7ca04b9)
- 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
environmentin docker-compose.yaml (6bb1e1c)
0.3.15 (2023-05-27)
- support docker (ef3299d)
0.3.14 (2023-05-27)
- set proxy from configs (f521793)
0.3.13 (2023-05-26)
- support sql session in threads (44a5e57)
0.3.12 (2023-05-25)
0.3.11 (2023-05-25)
0.3.10 (2023-05-21)
- add
log_resultto logger.py (891ebd2)
0.3.9 (2023-05-21)
- fix imports in main.py (af2e148)
0.3.8 (2023-05-20)
- add injector to template, load configs from yaml file, improve logger (2db60bc)
- add inputs to template (90fa74b)
0.3.7 (2023-05-19)
0.3.6 (2023-05-18)
- update release.yaml: build project and push as github release (771b527)
0.3.5 (2023-05-18)
- add logger.py (156835f)
0.3.4 (2023-05-09)
- ci: use
Payadel/inputsin actions (9c057f5)
0.3.3 (2023-05-02)
- update actions (42141d1)
0.3.2 (2023-04-22)
- ci: fix coverage.yaml event (96fd396)
0.3.1 (2023-04-19)
- update poetry dependencies before push (18f35bd)
0.3.0 (2023-04-17)
- rename
buildtotox
- remove pr-labels.yml (f72a0d5)
0.2.3 (2023-04-15)
0.2.2 (2023-04-13)
0.2.1 (2023-04-08)
- add git hook to check
toxbefore push (d4bcf53)
- fix check-pytest.sh (4fbdb84)
0.2.0 (2023-04-03)
- publish: separates publish section from release
- precommit: remove isort arg from .pre-commit-config.yaml
- gitignore: add
pycfiles to gitignore (1062ac7) - publish: add inputs to publish-test.yaml action (8edca18)
- pyproject: add
repositoryandkeywordsfields to pyproject.toml (251e597)
- precommit: remove isort arg from .pre-commit-config.yaml (e9f1bd5)
- precommit: update
pre-commit-hooksto v4.4.0 (3f82d9b) - publish: fix
pypi_tokentoken name in publish-test.yaml (94cb0c1) - publish: separates publish section from release (cbfa7d9)
- release: fix
Update poetry versionbug (8d1d99b)
0.1.2 (2023-03-30)
- codeql: fix python-version (fbc3efe)
- codeql: remove codeql action (314529e)
0.1.1 (2023-03-29)
- update release.yaml. add
needs: [Release]tobuild-and-publishjob (18740eb)
0.1.0 (2023-03-29)
- release: remove publish.yaml
- release: add release.yaml that combines release and publish (54d01d4)
0.0.4 (2023-03-29)
- ci: add codeql.yml GitHub action (16baece)
0.0.3 (2023-03-25)
- publish: add publish-test.yaml action for publish to
the
testpypi(2822bee) - readme: add README.md (0826182)
- gitignore: fix
.ideafolder (fc750b2) - publish: fix
pypitoken name in publish.yaml (789af44) - pyproject: add
toxandtox-gh-actionsto the poetry dependencies (763a65f)
- release: update Payadel/release-sv-action to v0.2.1 (26cfcd9)
0.0.2 (2023-03-21)
- add
tool.poetry.scriptssection to pyproject.toml (3dab3ae)
- add poetry.lock to .gitignore (a89ded0)
- fix coverage command in tox.ini (97c49a4)
- rename
hooksdirectory to.hooks(050dbbd)
- use Payadel actions to changelog.yaml and release.yaml (971ddb0)