From 6f39405e3fbcfc72702d92ba53f3ee21cdee0ea6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:11:48 +0100 Subject: [PATCH] chore(main): release das_client 0.3.2 (#410) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- das_client/CHANGELOG.md | 7 +++++++ das_client/pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1d9b2e3f..e404dbbc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"webapp":"0.1.0","das_client":"0.3.1"} +{"webapp":"0.1.0","das_client":"0.3.2"} diff --git a/das_client/CHANGELOG.md b/das_client/CHANGELOG.md index 05d66440..3567c4db 100644 --- a/das_client/CHANGELOG.md +++ b/das_client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/SchweizerischeBundesbahnen/DAS/compare/das_client-v0.3.1...das_client-v0.3.2) (2024-11-25) + + +### Bug Fixes + +* dummy change for new build ([f6b8c44](https://github.com/SchweizerischeBundesbahnen/DAS/commit/f6b8c443bb4fae3c778cd9f0397b482088aee015)) + ## [0.3.1](https://github.com/SchweizerischeBundesbahnen/DAS/compare/das_client-v0.3.0...das_client-v0.3.1) (2024-11-25) diff --git a/das_client/pubspec.yaml b/das_client/pubspec.yaml index 2ff6b79c..1850e943 100644 --- a/das_client/pubspec.yaml +++ b/das_client/pubspec.yaml @@ -1,7 +1,7 @@ name: das_client description: "DAS (Driver Advisory System) is a mobile application that provides all the required journey data to the train driver." publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 0.3.1+39 +version: 0.3.2+40 environment: sdk: '>=3.3.0 <4.0.0'