From 0411791d1b9b3ed17c22d926e0668c03aab6e5a2 Mon Sep 17 00:00:00 2001 From: ddc Date: Mon, 17 Aug 2026 15:37:10 -0300 Subject: [PATCH 1/2] v7.0.2 --- .github/workflows/workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index af9e680..1c9a354 100755 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -3,6 +3,7 @@ name: CI/CD Pipeline 'on': pull_request: push: + branches: [main] tags: ['v*'] env: From d2a6e769a8d4c443640d48c9fa8c2f6738c5e24c Mon Sep 17 00:00:00 2001 From: ddc Date: Mon, 17 Aug 2026 15:40:12 -0300 Subject: [PATCH 2/2] v7.0.2 --- .pre-commit-config.yaml | 2 +- LICENSE | 2 +- sonar-project.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b84c55..5a35ba8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.0 + rev: 0.12.2 hooks: - id: uv-lock diff --git a/LICENSE b/LICENSE index 56823d1..52be54f 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2024 DDC Softwares +Copyright (C) 2026 DDC Softwares Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sonar-project.properties b/sonar-project.properties index 6816e60..702bf1a 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -14,4 +14,4 @@ sonar.exclusions=\ sonar.coverage.exclusions=\ .github/**/*,\ - tests/**/* \ No newline at end of file + tests/**/*