Skip to content

Commit

Permalink
chore: release common 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion committed Oct 9, 2024
1 parent 349b49f commit 7ea95d6
Show file tree
Hide file tree
Showing 3 changed files with 9 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,6 +1,6 @@
{
"amphora-parent": "0.2.0",
"amphora-common": "0.1.1",
"amphora-common": "0.2.0",
"amphora-java-client": "0.1.1",
"amphora-service": "0.1.1",
"amphora-service/charts/amphora": "0.1.1"
Expand Down
7 changes: 7 additions & 0 deletions amphora-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/carbynestack/amphora/compare/common-v0.1.1...common-v0.2.0) (2024-10-09)

Check notice on line 3 in amphora-common/CHANGELOG.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

amphora-common/CHANGELOG.md#L3

Expected: 80; Actual: 102


### Features

* **amphora-common:** upgrade parent ([#68](https://github.com/carbynestack/amphora/issues/68)) ([349b49f](https://github.com/carbynestack/amphora/commit/349b49feeed0538c9908f4c3e1ecc0267763116e))

Check notice on line 8 in amphora-common/CHANGELOG.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

amphora-common/CHANGELOG.md#L8

Expected: 80; Actual: 196

## [0.1.1](https://github.com/carbynestack/amphora/compare/common-v0.1.0...common-v0.1.1) (2023-07-27)


Expand Down
2 changes: 1 addition & 1 deletion amphora-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>amphora-common</artifactId>
<version>0.1.1</version>
<version>0.2.0</version>
<parent>
<groupId>io.carbynestack</groupId>
<artifactId>amphora-parent</artifactId>
Expand Down

0 comments on commit 7ea95d6

Please sign in to comment.