From 3d44b4462571db9b7cb0db2538aa0d13dfcbda38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Fri, 6 Jun 2025 14:55:56 +0200 Subject: [PATCH] chore(release): upgrade metadata to v0.3.6 --- CHANGELOG | 19 ++++++++++++++++++- charts/huesoporro/Chart.yaml | 4 ++-- charts/huesoporro/values.yaml | 2 +- pyproject.toml | 2 +- 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a4707c6..8c9f3ba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,24 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [0.3.6] - 2025-06-06 + +### 🚀 Features + +- Add `Quote.is_active` field + +## [0.3.5] - 2025-05-27 + +### 🚀 Features + +- Implement remaining repo methods for chatbot and quote +- Add ANO_PREFIX bot response + +### ⚙️ Miscellaneous Tasks + +- Add renovate lockFileMaintenance + +## [0.3.3] - 2025-03-06 ### 🐛 Bug Fixes diff --git a/charts/huesoporro/Chart.yaml b/charts/huesoporro/Chart.yaml index 2f72a50..de1ecd5 100644 --- a/charts/huesoporro/Chart.yaml +++ b/charts/huesoporro/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 0.3.5 +appVersion: 0.3.6 description: A Helm chart for Kubernetes name: huesoporro type: application -version: 0.3.5 +version: 0.3.6 diff --git a/charts/huesoporro/values.yaml b/charts/huesoporro/values.yaml index 9a7f970..e5c878b 100644 --- a/charts/huesoporro/values.yaml +++ b/charts/huesoporro/values.yaml @@ -8,7 +8,7 @@ fullnameOverride: '' image: pullPolicy: Always repository: git.roboces.dev/catalin/huesoporro - tag: 0.3.5 + tag: 0.3.6 imagePullSecrets: [] ingress: annotations: {} diff --git a/pyproject.toml b/pyproject.toml index 16ef8b4..d0e822f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "huesoporro" -version = "0.3.5" +version = "0.3.6" description = "Misc Twitch bot" readme = "README.md" authors = [