From 9b0f500db9bbab25218078a3a919324ab01e0a5c Mon Sep 17 00:00:00 2001 From: Laurent Sorber Date: Sun, 23 Feb 2025 09:35:54 +0100 Subject: [PATCH 1/2] fix: fix invalid paths on Windows (#284) --- .../{% if project_type == 'app' %}deploy.yml{% endif %}.jinja | 0 ...{% if project_type == 'package' %}publish.yml{% endif %}.jinja | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename "template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == \"app\" %}deploy.yml{% endif %}.jinja" => template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == 'app' %}deploy.yml{% endif %}.jinja (100%) rename "template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == \"package\" %}publish.yml{% endif %}.jinja" => template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == 'package' %}publish.yml{% endif %}.jinja (100%) diff --git "a/template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == \"app\" %}deploy.yml{% endif %}.jinja" b/template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == 'app' %}deploy.yml{% endif %}.jinja similarity index 100% rename from "template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == \"app\" %}deploy.yml{% endif %}.jinja" rename to template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == 'app' %}deploy.yml{% endif %}.jinja diff --git "a/template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == \"package\" %}publish.yml{% endif %}.jinja" b/template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == 'package' %}publish.yml{% endif %}.jinja similarity index 100% rename from "template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == \"package\" %}publish.yml{% endif %}.jinja" rename to template/{% if ci == 'github' %}.github{% endif %}/workflows/{% if project_type == 'package' %}publish.yml{% endif %}.jinja From ca8421f75048d3112cf0a972be5866ab7dc40371 Mon Sep 17 00:00:00 2001 From: Laurent Sorber Date: Sun, 23 Feb 2025 08:38:27 +0000 Subject: [PATCH 2/2] =?UTF-8?q?bump:=20v1.1.0=20=E2=86=92=20v1.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c115513..7a1af2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v1.1.1 (2025-02-23) + +### Fix + +- fix invalid paths on Windows (#284) +- relock before cz bump (#277) +- **api**: remove unnecessary default type argument (#280) +- use serve instead of app in task sequence (#279) + ## v1.1.0 (2025-02-17) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 51528ee..4818116 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "substrate" -version = "1.1.0" +version = "1.1.1" requires-python = ">=3.10" dependencies = [ "commitizen>=4.1.0", diff --git a/uv.lock b/uv.lock index a359fc9..4e3d2b7 100644 --- a/uv.lock +++ b/uv.lock @@ -560,7 +560,7 @@ wheels = [ [[package]] name = "substrate" -version = "1.1.0" +version = "1.1.1" source = { virtual = "." } dependencies = [ { name = "commitizen" },