From 671aa90f8f1bb8cb80b65c01a858502e53f53423 Mon Sep 17 00:00:00 2001 From: Farzin Kazemzadeh Date: Tue, 30 Jun 2026 13:39:20 +0330 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.1=20=E2=86=92=201.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd948b0..3e73660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## v1.0.2 (2026-06-30) + +### Bug Fixes + +- **generate**: handle duplicate containers without folder + +### Maintenance + +- **uv**: set version to 1.0.1 +- **commitizen**: switch version_provider from scm to uv + +### Tests + +- **generate**: cover duplicate containers without folder + +### Build System + +- **deps**: Bump the dependencies group with 3 updates +- **deps**: normalize dependency names +- **deps**: Bump the dependencies group across 1 directory with 3 updates +- **deps**: Bump the dependencies group with 5 updates + +### Continuous Integration + +- **python-tests**: scope workflow token to contents:read +- **dependabot**: configure dependabot +- **python-tests**: scope push trigger to main branch +- **python-tests**: rely on uv run to install dev deps + ## v1.0.1 (2026-06-22) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index e9d1f75..adf72ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "composekit" -version = "1.0.1" +version = "1.0.2" description = "A project to simplify Docker container management." readme = "README.md" license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index bef00f1..ea9ab07 100644 --- a/uv.lock +++ b/uv.lock @@ -45,7 +45,7 @@ wheels = [ [[package]] name = "composekit" -version = "1.0.1" +version = "1.0.2" source = { editable = "." } dependencies = [ { name = "gitpython" },