From 4886076e913badfc870c6aebe2da05f74decc3f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 18:20:47 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ build.gradle.kts | 2 +- charts/vulpes-backend/Chart.yaml | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ff2f5e..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.6.1" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c7866..6d4b9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.0.0](https://github.com/OneLiteFeatherNET/Vulpes-Backend/compare/v2.6.1...v3.0.0) (2026-09-06) + + +### ⚠ BREAKING CHANGES + +* answer every error with RFC 9457 problem details ([#184](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/184)) + +### Features + +* answer every error with RFC 9457 problem details ([#184](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/184)) ([7e5dfda](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/7e5dfda545a205da6b5ec834a4ef2359e9596dda)) +* **db:** migrate to PostgreSQL and update dialect ([#186](https://github.com/OneLiteFeatherNET/Vulpes-Backend/issues/186)) ([0bae47e](https://github.com/OneLiteFeatherNET/Vulpes-Backend/commit/0bae47efdb8b492209297d52fb2b1be176401d7a)) + ## [2.6.1](https://github.com/OneLiteFeatherNET/Vulpes-Backend/compare/v2.6.0...v2.6.1) (2026-08-27) diff --git a/build.gradle.kts b/build.gradle.kts index 5656b31..56b2115 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { alias(libs.plugins.cyclonedx) } -version = "2.6.1" // x-release-please-version +version = "3.0.0" // x-release-please-version java { toolchain { diff --git a/charts/vulpes-backend/Chart.yaml b/charts/vulpes-backend/Chart.yaml index b6bbeaa..a405c4e 100644 --- a/charts/vulpes-backend/Chart.yaml +++ b/charts/vulpes-backend/Chart.yaml @@ -9,8 +9,8 @@ type: application # number to reason about with nothing extra to say. The cluster repository's # OCIRepository pins the chart, and image.tag is left empty so it falls back to # this appVersion -- pinning the chart therefore pins the image. -version: 2.6.1 # x-release-please-version -appVersion: "2.6.1" # x-release-please-version +version: 3.0.0 # x-release-please-version +appVersion: "3.0.0" # x-release-please-version home: https://github.com/OneLiteFeatherNET/Vulpes-Backend sources: