Skip to content

Commit

Permalink
chore(main): release sfera-mock 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 30, 2024
1 parent e23c252 commit bf52940
Show file tree
Hide file tree
Showing 3 changed files with 22 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.2.1","sfera-mock":"0.1.0"}
20 changes: 20 additions & 0 deletions sfera-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# Changelog

## 0.1.0 (2024-10-30)


### 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))
* backend base with logging api ([#282](https://github.com/SchweizerischeBundesbahnen/DAS/issues/282)) ([dc29b19](https://github.com/SchweizerischeBundesbahnen/DAS/commit/dc29b19d19d662e5053afbdd90ee01aecc4a23c0))
* mock sfera communication and add example JP and SP ([#323](https://github.com/SchweizerischeBundesbahnen/DAS/issues/323)) ([d44a434](https://github.com/SchweizerischeBundesbahnen/DAS/commit/d44a43469a722e6381465358c0308c58174433ed))


### Bug Fixes

* **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.5 ([#325](https://github.com/SchweizerischeBundesbahnen/DAS/issues/325)) ([11ed6ce](https://github.com/SchweizerischeBundesbahnen/DAS/commit/11ed6ce945a5619dc1bd1ff0cff2cc462fdf77d1))


### Miscellaneous Chores

* release 0.1.0 ([e73de8e](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e73de8ed6c8f44c533afcc709c822d14f554c065))

## Changelog
2 changes: 1 addition & 1 deletion sfera-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>ch.sbb</groupId>
<artifactId>sfera-mock</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>sfera-mock</name>
<description>Backend to mock SFERA messages for end-to-end tests</description>
<properties>
Expand Down

0 comments on commit bf52940

Please sign in to comment.