From b25d5d4ceae47d488c3e77b4804c6102382680cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:27:06 +0000 Subject: [PATCH] chore(main): release das_client 0.4.0 --- .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 e404dbbc..cb1a4c27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"webapp":"0.1.0","das_client":"0.3.2"} +{"webapp":"0.1.0","das_client":"0.4.0"} diff --git a/das_client/CHANGELOG.md b/das_client/CHANGELOG.md index 3567c4db..363861f2 100644 --- a/das_client/CHANGELOG.md +++ b/das_client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/SchweizerischeBundesbahnen/DAS/compare/das_client-v0.3.2...das_client-v0.4.0) (2024-11-28) + + +### Features + +* implement langsamfahrstellen ([#87](https://github.com/SchweizerischeBundesbahnen/DAS/issues/87)) ([#413](https://github.com/SchweizerischeBundesbahnen/DAS/issues/413)) ([4fd494c](https://github.com/SchweizerischeBundesbahnen/DAS/commit/4fd494cc2a3a6d1d58a5c1a0924ac729801ccbe0)) + ## [0.3.2](https://github.com/SchweizerischeBundesbahnen/DAS/compare/das_client-v0.3.1...das_client-v0.3.2) (2024-11-25) diff --git a/das_client/pubspec.yaml b/das_client/pubspec.yaml index 1850e943..a9038280 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.2+40 +version: 0.4.0+41 environment: sdk: '>=3.3.0 <4.0.0'