From 6ddbd405270040a09c82cb6ed850729115f4dd10 Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Thu, 8 May 2025 08:39:18 +0200 Subject: [PATCH 1/4] Bump the version to 0.4.0.dev0 (#82) --- src/ansys/api/acp/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/api/acp/VERSION b/src/ansys/api/acp/VERSION index 0d91a54..5acf154 100644 --- a/src/ansys/api/acp/VERSION +++ b/src/ansys/api/acp/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0.dev0 From ee939685bd568132107f81847241efc05c6755f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:01:47 +0200 Subject: [PATCH 2/4] Bump ansys/actions from 9 to 10 (#84) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 820c17b..51dfc57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Build library source and wheel artifacts" - uses: ansys/actions/build-library@v9 + uses: ansys/actions/build-library@v10 with: library-name: ${{ env.PACKAGE_NAME }} @@ -47,7 +47,7 @@ jobs: if: github.event_name == 'push' && contains(github.ref, 'refs/tags') steps: - name: "Release to the public PyPI repository" - uses: ansys/actions/release-pypi-public@v9 + uses: ansys/actions/release-pypi-public@v10 with: library-name: ${{ env.PACKAGE_NAME }} twine-username: "__token__" From 240cced36f71e18efe7268ca8f7856e981fef0e9 Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Wed, 6 Aug 2025 09:29:44 +0200 Subject: [PATCH 3/4] Mark stackup thickness and area_weight as optional (#85) --- src/ansys/api/acp/v0/stackup.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansys/api/acp/v0/stackup.proto b/src/ansys/api/acp/v0/stackup.proto index e9c9e17..cded299 100644 --- a/src/ansys/api/acp/v0/stackup.proto +++ b/src/ansys/api/acp/v0/stackup.proto @@ -53,8 +53,8 @@ message Properties { base.ResourcePath cut_off_material = 11; // read only properties - double thickness = 12; - double area_weight = 13; + optional double thickness = 12; + optional double area_weight = 13; } message ObjectInfo { From 2e97bd23447683ed3f9dcffd0f49e9ed961eab75 Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Wed, 6 Aug 2025 09:50:57 +0200 Subject: [PATCH 4/4] Set version to 0.3.1 --- src/ansys/api/acp/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/api/acp/VERSION b/src/ansys/api/acp/VERSION index 5acf154..9e11b32 100644 --- a/src/ansys/api/acp/VERSION +++ b/src/ansys/api/acp/VERSION @@ -1 +1 @@ -0.4.0.dev0 +0.3.1