Skip to content

Commit

Permalink
Merge pull request #41 from boschglobal/feature-40
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSchildt authored Jan 23, 2024
2 parents 3071206 + 6e5be33 commit b433d7d
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 0.1.1 (2024-01-23)


### Features

* Add App Icon to Companion App ([11d6ee1](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/11d6ee171bb5761ee0a3b197cf2c6cfc539eb386)), closes [#17](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/17)
* Differentiate between DirectionIndicator Left / Right ([60e4214](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/60e4214a623c6d27b7f136f5de2a0f8b86a0eae0)), closes [#7](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/7)
* Integrate KUKSA Android SDK 0.1.3 ([db65fe5](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/db65fe5d99af3dac37522337bc642f0f0459b6dc)), closes [#38](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/38)


### Bug Fixes

* Crash when Rotating from Portrait to Landscape Mode ([1624717](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/162471747f126dd3be72eed7c467eebe1941f97d)), closes [#26](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/26)

## 0.1.0 (2023-11-21)


Expand Down
3 changes: 2 additions & 1 deletion docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ The following convenience NPM scripts are available for use here:

1) Execute `npm run commit-release` to prepare the release. This will automatically bump the version to the next correct semantic version, create a CHANGELOG.md file and make a commit.
2) Check the CHANGELOG.md for wrong entries which may have been committed in the history - We are human after all! :)
3) Push the commit, create a PR and wait for the merge.
3) Add a copy of the changelog to fastlane/metadata/android/en-US/changelogs with the corresponding versioncode.
4) Push the commit, create a PR and wait for the merge.

### Deploying a release

Expand Down
17 changes: 17 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10000101.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 0.1.1 (2024-01-23)


### Features

* Add App Icon to Companion App ([11d6ee1](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/11d6ee171bb5761ee0a3b197cf2c6cfc539eb386)), closes [#17](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/17)
* Differentiate between DirectionIndicator Left / Right ([60e4214](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/60e4214a623c6d27b7f136f5de2a0f8b86a0eae0)), closes [#7](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/7)
* Integrate KUKSA Android SDK 0.1.3 ([db65fe5](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/db65fe5d99af3dac37522337bc642f0f0459b6dc)), closes [#38](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/38)


### Bug Fixes

* Crash when Rotating from Portrait to Landscape Mode ([1624717](https://github.com/eclipse-kuksa/kuksa-android-companion/commit/162471747f126dd3be72eed7c467eebe1941f97d)), closes [#26](https://github.com/eclipse-kuksa/kuksa-android-companion/issues/26)
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion versioncode.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10000100
10000101

0 comments on commit b433d7d

Please sign in to comment.