From ed91c8d8cb48ae18e10aef8f5a76498700fd0b10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 9 Aug 2025 15:20:50 +0000 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e817641..b2f4d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2025-08-09 + +### Miscellaneous Tasks + +- [`8b6bf1e`](https://github.com/pufereq/template-repo/commit/8b6bf1e91366d76ee3203b508b895e4b75d7f845) **.vscode/launch.json**: use shell instead of debugpy for running flask + ## [0.1.0] - 2025-08-09 ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 0095e5d..ea39e1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "judas_server" -version = "0.1.0" +version = "0.1.1" description = "The backbone of the remote PC fleet management system." readme = "README.md" authors = []