diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6a5f73f..87634e3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.14 +current_version = 1.0.15 commit = True tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index d06d9d8..4840400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,60 @@ +## [1.0.15] - 2026-06-15 + +### Bug Fixes + +- **deps**: update poetry requirement from >=1.8.4 to >=2.4.1 (#97) +- **deps**: update black requirement from ^25.1.0 to >=25.1,<27.0 (#96) +- **deps**: update pylint requirement from ^3.3.0 to >=3.3,<5.0 (#95) +- **deps**: update alembic requirement from >=1.11.1 to >=1.18.4 (#94) +- **deps**: update setuptools requirement from ^80.9.0 to >=80.9,<83.0 (#93) +- **deps**: update idna requirement from ^3.0 to ^3.11 in /backend (#92) +- **deps**: update pylint requirement from ^4.0.4 to ^4.0.5 in /backend (#91) +- **deps**: update pytest-cov requirement from ^7.0.0 to ^7.1.0 in /backend (#89) +- **deps**: update black requirement from ^26.1.0 to ^26.3.1 in /backend (#88) +- **deps**: update poetry requirement from >=1.8.4 to >=2.4.1 +- **deps**: update black requirement from ^25.1.0 to >=25.1,<27.0 +- **deps**: update pylint requirement from ^3.3.0 to >=3.3,<5.0 +- **deps**: update alembic requirement from >=1.11.1 to >=1.18.4 +- **deps**: update setuptools requirement from ^80.9.0 to >=80.9,<83.0 +- **deps**: update idna requirement from ^3.0 to ^3.11 in /backend +- **deps**: update pylint requirement from ^4.0.4 to ^4.0.5 in /backend +- **deps**: update pytest-cov requirement in /backend +- **deps**: update black requirement in /backend +- **deps**: update isort requirement from ^6.0.1 to ^8.0.1 in /backend (#84) +- **deps**: update setuptools requirement from ^80.9.0 to ^82.0.0 in /backend (#83) +- **deps**: update isort requirement from ^6.0.1 to ^8.0.1 in /backend +- **deps**: update setuptools requirement in /backend + +### Chores + +- **core**: bump coverage requirement to 7.13.5 (`patch candidate`) +- **core**: bump scripts submodule to v1.1.23 + +## [1.0.14] - 2026-03-03 + +### Features + +- **core**: add inline release creation and update cicd workflows (`patch candidate`) + +### Bug Fixes + +- **deps**: update setuptools requirement from ^78.1.0 to ^80.9.0 (#73) +- **deps**: update setuptools requirement from ^78.1.0 to ^80.9.0 in /backend (#74) +- **deps**: update pytest-cov requirement from ^6.1.1 to ^7.0.0 in /backend (#75) +- **deps**: update pylint requirement from ^3.3.1 to ^4.0.4 in /backend (#79) +- **deps**: update certifi requirement from ^2025.1.31 to ^2026.1.4 in /backend (#80) +- **deps**: update black requirement from ^25.1.0 to ^26.1.0 in /backend (#81) +- **deps**: update black requirement in /backend +- **deps**: update certifi requirement in /backend +- **deps**: update pylint requirement from ^3.3.1 to ^4.0.4 in /backend +- **deps**: update pytest-cov requirement in /backend +- **deps**: update setuptools requirement in /backend +- **deps**: update setuptools requirement from ^78.1.0 to ^80.9.0 + +### Documentation + +- **core**: update readme with release automation features (`patch candidate`) + ## [1.0.13] - 2025-04-06 ### Bug Fixes @@ -57,6 +114,11 @@ ### Styles - **core**: fixed badges (`patch candidate`) + +## [1.0.7] - 2024-11-11 + +### Styles + - **core**: fixed badges (`patch candidate`) ## [1.0.6] - 2024-11-11 @@ -68,23 +130,12 @@ ## [1.0.5] - 2024-10-28 -### Features - -- **core**: fixed version-controller.yml create_tag behavior error (#10) -- **core**: fixed template artifacts (#6) - ### Chores - **core**: updated scripts submodule (`patch candidate`) - **core**: updated scripts submodule - **core**: updated scripts submodule - **core**: update scripts module -- **deps**: update setuptools requirement from ^67.0.0 to ^75.2.0 in /backend in the pip group across 1 directory (#8) (#9) - -### Other Changes - -- Update CNAME -- Create CNAME ## [1.0.4] - 2024-10-24 @@ -106,6 +157,12 @@ ## [1.0.2] - 2024-10-21 +### Chores + +- **core**: fixed auxiliary hook scripts (`patch candidate`) + +## [1.0.1] - 2024-10-21 + ### Features - **core**: fixed version-controller.yml create_tag behavior error @@ -129,7 +186,6 @@ ### Chores -- **core**: fixed auxiliary hook scripts (`patch candidate`) - **core**: fixed auxiliary hook scripts (`patch candidate`) - **core**: fixed auxiliary hook scripts (`patch candidate`) - **core**: fixed auxiliary hook scripts diff --git a/backend/pyproject.toml b/backend/pyproject.toml index c4b7a9c..823f0af 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backend" -version = "1.0.14" +version = "1.0.15" description = "Github CICD Template Repository." authors = ["B "] license = "Other" @@ -10,20 +10,20 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" setuptools = "^82.0.0" -idna = "^3.0" +idna = "^3.11" certifi = "^2026.1.4" [tool.poetry.dev-dependencies] -pylint = "^4.0.4" +pylint = "^4.0.5" yamllint = "^1.35.0" -black = "^26.1.0" +black = "^26.3.1" isort = "^8.0.1" pre-commit = "^4.0.1" alembic = { version = ">=1.11.1", optional = true } pytest = { version = ">=7.3.1", optional = true } httpx = { version = ">=0.24.0", optional = true } -pytest-cov = { version = "^7.0.0", optional = true } -coverage = "^7.2.5" +pytest-cov = { version = "^7.1.0", optional = true } +coverage = "^7.13.5" [tool.poetry.extras] migrations = ["alembic"] @@ -66,5 +66,5 @@ ensure_newline_before_comments = true rcfile = ".pylintrc" [build-system] -requires = ["poetry-core>=1.0.14"] +requires = ["poetry-core>=1.0.15"] build-backend = "poetry.core.masonry.api" diff --git a/backend/requirements.txt b/backend/requirements.txt index 90c3b02..0ea4a49 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,14 +22,14 @@ idna>=3.0 certifi>=2024.8.30 # Alembic for Database Migrations -alembic>=1.11.1 +alembic>=1.18.4 # Pytest for Unit/Integration Testing pytest>=7.3.1 pytest-cov>=4.0.0 # Coverage Reporting -coverage>=7.2.5 +coverage>=7.13.5 # Lint Check yamllint>=1.35.0 diff --git a/frontend/package.json b/frontend/package.json index 0892340..f4be8dc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.0.14", + "version": "1.0.15", "description": "frontend github cicd sample", "private": "true", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index 1360ff8..db916ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "github-cicd-template" -version = "1.0.14" +version = "1.0.15" description = "Github CICD Template Repository" authors = ["B "] license = "Apache 2.0" @@ -9,18 +9,18 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" -setuptools = "^80.9.0" +setuptools = ">=80.9,<83.0" idna = "^3.0" certifi = "^2025.1.31" bump2version = "^1.0.0" [tool.poetry.group.dev.dependencies] pre-commit = "^4.0.1" -pylint = "^3.3.0" +pylint = ">=3.3,<5.0" yamllint = "^1.35.0" isort = "^6.0.1" toml = "^0.10.0" -black = "^25.1.0" +black = ">=25.1,<27.0" pytest = "^8.3.1" httpx = { version = ">=0.24.0", optional = true } pytest-cov = { version = "^6.1.1", optional = true } diff --git a/requirements.txt b/requirements.txt index 5029a9b..e6e3d12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pre-commit>=4.0.0 pylint>=3.3.1 # Poetry for package management alternative -poetry>=1.8.4 +poetry>=2.4.1 # Bump2Version for version release control bump2version>=1.0.0 diff --git a/scripts b/scripts index 2b8ccf5..623d83f 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit 2b8ccf5a6703859b3c82a8634a323ca21b0e5e52 +Subproject commit 623d83f4974944273e10c8582c2982b6561dd7a6