Skip to content

Commit

Permalink
chore(main): release das_client 0.3.0 (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
1 parent abb5b1a commit 9b46bf8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"webapp":"0.1.0","das_client":"0.2.1"}
{"webapp":"0.1.0","das_client":"0.3.0"}
25 changes: 25 additions & 0 deletions das_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.3.0](https://github.com/SchweizerischeBundesbahnen/DAS/compare/das_client-v0.2.1...das_client-v0.3.0) (2024-11-25)


### Features

* add TMS Connection, add Prefix to flavor, implement SP Request ([#331](https://github.com/SchweizerischeBundesbahnen/DAS/issues/331)) ([25270ee](https://github.com/SchweizerischeBundesbahnen/DAS/commit/25270eeed6384bb13168ffbc8481fb366c879cc1))
* adding navigation drawer ([#299](https://github.com/SchweizerischeBundesbahnen/DAS/issues/299)) ([8890805](https://github.com/SchweizerischeBundesbahnen/DAS/commit/8890805983adf4a26bc1fc141a8836d1c841ed1c))
* base structure of train journey table ([#79](https://github.com/SchweizerischeBundesbahnen/DAS/issues/79)) ([c90a5be](https://github.com/SchweizerischeBundesbahnen/DAS/commit/c90a5beb9babefdefd5fa66118fb892cfff9324e))
* basic fahrbild header with static data and ADL notification. ([#79](https://github.com/SchweizerischeBundesbahnen/DAS/issues/79)) ([f076f44](https://github.com/SchweizerischeBundesbahnen/DAS/commit/f076f44b497cf95f64342bd8aadaee66f189ce66))
* force landscape orientation ([#358](https://github.com/SchweizerischeBundesbahnen/DAS/issues/358)) ([0f80fb0](https://github.com/SchweizerischeBundesbahnen/DAS/commit/0f80fb0fa5e0b8061714c69dd9eea8fa11f87930))
* grundaufbau mobile app ([#290](https://github.com/SchweizerischeBundesbahnen/DAS/issues/290)) ([97bfc73](https://github.com/SchweizerischeBundesbahnen/DAS/commit/97bfc73a99a53dd9ecbfa51b1be5f5d2b1abafb2))
* implement betriebspunktabfolge ([#388](https://github.com/SchweizerischeBundesbahnen/DAS/issues/388)) ([9f36786](https://github.com/SchweizerischeBundesbahnen/DAS/commit/9f367865190ffc91cc492891a84a9fa24f0c3a1a))
* implement logging service ([#336](https://github.com/SchweizerischeBundesbahnen/DAS/issues/336)) ([e23c252](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e23c25295b159e25c7729b3ba8dc9274c46bef57))
* implement protection section ([#407](https://github.com/SchweizerischeBundesbahnen/DAS/issues/407)) ([731b2ad](https://github.com/SchweizerischeBundesbahnen/DAS/commit/731b2ad7b7ccdf66622d411165640a8df4e51559))
* implement roles in mobile ([#373](https://github.com/SchweizerischeBundesbahnen/DAS/issues/373)) ([a20c5fc](https://github.com/SchweizerischeBundesbahnen/DAS/commit/a20c5fc4b76e2496d037607c8056a75b0e46415b))
* implement train journey search ([#369](https://github.com/SchweizerischeBundesbahnen/DAS/issues/369)) ([adf7fb9](https://github.com/SchweizerischeBundesbahnen/DAS/commit/adf7fb915cec4e55a60dce36ed0c59b5c91c60f1))


### Bug Fixes

* **deps:** update dependency device_info_plus to v11 ([#292](https://github.com/SchweizerischeBundesbahnen/DAS/issues/292)) ([5e08abd](https://github.com/SchweizerischeBundesbahnen/DAS/commit/5e08abdd6382babfbc43d19f7b0d62b04c3b49bf))
* **deps:** update dependency get_it to v8 ([#276](https://github.com/SchweizerischeBundesbahnen/DAS/issues/276)) ([a430702](https://github.com/SchweizerischeBundesbahnen/DAS/commit/a4307022565ed94bb43e03d2d6ed19303a5cd6dd))
* **deps:** update dependency junit:junit to v4.13.2 ([#178](https://github.com/SchweizerischeBundesbahnen/DAS/issues/178)) ([4bc903c](https://github.com/SchweizerischeBundesbahnen/DAS/commit/4bc903c1c3fc914d94395e3188d0cdc12781a79e))
* driving mode, mock backend url, message header attributes ([#326](https://github.com/SchweizerischeBundesbahnen/DAS/issues/326)) ([4524d31](https://github.com/SchweizerischeBundesbahnen/DAS/commit/4524d31379c02c13452b9fbfd22e4fb1c3b59cdc))

## [0.2.1](https://github.com/SchweizerischeBundesbahnen/DAS/compare/das_client-v0.2.0...das_client-v0.2.1) (2024-08-06)


Expand Down
2 changes: 1 addition & 1 deletion das_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.2.1+37
version: 0.3.0+38

environment:
sdk: '>=3.3.0 <4.0.0'
Expand Down

0 comments on commit 9b46bf8

Please sign in to comment.