Skip to content

Commit

Permalink
chore(main): release das_client 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
1 parent 50bedbb commit ebb47f6
Show file tree
Hide file tree
Showing 3 changed files with 11 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.5.0"}
{"webapp":"0.1.0","das_client":"0.6.0"}
9 changes: 9 additions & 0 deletions das_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.6.0](https://github.com/SchweizerischeBundesbahnen/DAS/compare/das_client-v0.5.0...das_client-v0.6.0) (2024-12-17)


### Features

* added CAB start and end signaling ([#82](https://github.com/SchweizerischeBundesbahnen/DAS/issues/82)) ([#442](https://github.com/SchweizerischeBundesbahnen/DAS/issues/442)) ([151f24e](https://github.com/SchweizerischeBundesbahnen/DAS/commit/151f24e1d76c2911c2061fbbc0f95f414a634903))
* added next stop ([#200](https://github.com/SchweizerischeBundesbahnen/DAS/issues/200)) ([#438](https://github.com/SchweizerischeBundesbahnen/DAS/issues/438)) ([948373c](https://github.com/SchweizerischeBundesbahnen/DAS/commit/948373c0b6c99f51383fcf6f67387ddb82dfce30))
* implement anschlussgleise, anschlussweichen und Zahnstangen ([#136](https://github.com/SchweizerischeBundesbahnen/DAS/issues/136)) ([#447](https://github.com/SchweizerischeBundesbahnen/DAS/issues/447)) ([aee3fe1](https://github.com/SchweizerischeBundesbahnen/DAS/commit/aee3fe1ebf226a16198e76f425fd247374a998de))

## [0.5.0](https://github.com/SchweizerischeBundesbahnen/DAS/compare/das_client-v0.4.0...das_client-v0.5.0) (2024-11-29)


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.5.0+42
version: 0.6.0+43

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

0 comments on commit ebb47f6

Please sign in to comment.