Skip to content

Commit

Permalink
chore: release mp-spdz-integration 0.2.1 (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion authored Jul 27, 2023
1 parent 24f4b5d commit d296a48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.2.1](https://github.com/carbynestack/mp-spdz-integration/compare/mp-spdz-integration-v0.2.0...mp-spdz-integration-v0.2.1) (2023-07-27)


### Bug Fixes

* introduce release-please process ([#18](https://github.com/carbynestack/mp-spdz-integration/issues/18)) ([24f4b5d](https://github.com/carbynestack/mp-spdz-integration/commit/24f4b5d242f3871ac95db79b5e4fd10cc517bcbd))
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
~
~ SPDX-License-Identifier: Apache-2.0
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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>mp-spdz-integration</artifactId>
<groupId>io.carbynestack</groupId>
<version>0.2.0</version>
<version>0.2.1</version>
<name>Carbyne Stack MP-SPDZ Integration Utilities</name>
<description>Integration utilities for MP-SPDZ MPC library</description>

Expand Down

0 comments on commit d296a48

Please sign in to comment.