Chore: Erhöht Patch-Version auf 1.0.5 für Promotion nach testing
Testing Build, Check & Preview Release / Build, Check & Create Preview Release (push) Skipped
TruffleHog Secret Scan / TruffleHog (push) Successful in 28s
TruffleHog Secret Scan / TruffleHog (pull_request) Successful in 29s
Security Scans / Trivy & OSV-Scanner (push) Successful in 54s
Security Scans / Trivy & OSV-Scanner (pull_request) Successful in 56s
Code Quality (Auto-Format & Clippy-Fix) / Formatierung & Clippy automatisch beheben (push) Successful in 57s
Unit-Tests / Unit-Tests (pull_request) Successful in 1m1s

This commit is contained in:
2026-09-13 12:36:38 +00:00
parent a927feb55f
commit cbff7f3351
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -16,7 +16,7 @@ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
[[package]] [[package]]
name = "logger-ctdra" name = "logger-ctdra"
version = "1.0.4" version = "1.0.5"
dependencies = [ dependencies = [
"program-ctdra", "program-ctdra",
"time", "time",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "logger-ctdra" name = "logger-ctdra"
version = "1.0.4" version = "1.0.5"
edition = "2024" edition = "2024"
authors = ['DragonSlayer_14'] authors = ['DragonSlayer_14']
readme = "README.md" readme = "README.md"