Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release backend 0.1.0
Browse files Browse the repository at this point in the history
github-actions[bot] authored Oct 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c98edc0 commit 92d6b5c
Showing 3 changed files with 16 additions and 4 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","backend":"0.1.0"}
13 changes: 13 additions & 0 deletions backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 0.1.0 (2024-10-24)


### Features

* backend base with logging api ([#282](https://github.com/SchweizerischeBundesbahnen/DAS/issues/282)) ([dc29b19](https://github.com/SchweizerischeBundesbahnen/DAS/commit/dc29b19d19d662e5053afbdd90ee01aecc4a23c0))


### Miscellaneous Chores

* release 0.1.0 ([e73de8e](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e73de8ed6c8f44c533afcc709c822d14f554c065))
5 changes: 2 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
@@ -10,7 +9,7 @@
</parent>
<groupId>ch.sbb</groupId>
<artifactId>backend</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>backend</name>
<description>DAS Backend</description>
<url/>

0 comments on commit 92d6b5c

Please sign in to comment.