From a91582b14414199cf8fa7f8d3c2f7cc3fb410a01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:57:10 +0000 Subject: [PATCH] chore(main): release playground-backend 0.1.0 --- .release-please-manifest.json | 2 +- playground-backend/CHANGELOG.md | 17 +++++++++++++++++ playground-backend/pom.xml | 5 ++--- 3 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 playground-backend/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef42..bf6e75c8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{"playground-backend":"0.1.0"} diff --git a/playground-backend/CHANGELOG.md b/playground-backend/CHANGELOG.md new file mode 100644 index 00000000..8bf7225f --- /dev/null +++ b/playground-backend/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 0.1.0 (2024-03-04) + + +### Features + +* add backend actions ([#6](https://github.com/SchweizerischeBundesbahnen/DAS/issues/6)) ([d7fc9e8](https://github.com/SchweizerischeBundesbahnen/DAS/commit/d7fc9e883baddcaf343d658309457eca7137fe94)) +* change java version from 17 to 21 ([e2a1491](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e2a1491fb39722f27135616b1d1b823ee5370aa3)) +* rename method ([b99f563](https://github.com/SchweizerischeBundesbahnen/DAS/commit/b99f5636ebbac3840e25e48944fa61b1bcf6c9a9)) +* rename test ([83acd14](https://github.com/SchweizerischeBundesbahnen/DAS/commit/83acd1469cf86f4b1ac99994bdba8dcdc8232fa2)) +* trigger build ([3f41ab7](https://github.com/SchweizerischeBundesbahnen/DAS/commit/3f41ab714bfedffedadaffaaf8a8905176424c6d)) + + +### Miscellaneous Chores + +* release 0.1.0 ([e73de8e](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e73de8ed6c8f44c533afcc709c822d14f554c065)) diff --git a/playground-backend/pom.xml b/playground-backend/pom.xml index bae16b5e..c3625e70 100644 --- a/playground-backend/pom.xml +++ b/playground-backend/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -10,7 +9,7 @@ ch.sbb playground-backend - 0.0.1-SNAPSHOT + 0.1.0 playground-backend Demo playground project