Skip to content

Commit a41effe

Browse files
Merge pull request #55 from cardano-foundation/release-please--branches--main
chore(main): release 0.13.0
2 parents 3e7d991 + a6a1867 commit a41effe

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.0"
2+
".": "0.13.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.13.0](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.12.0...v0.13.0) (2024-09-05)
4+
5+
6+
### Features
7+
8+
* conway changes to fit the new dbsync schema ([cb32389](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/cb32389b8c59c878fef9c6fa99cc0586860baf06))
9+
310
## [0.12.0](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.11.1...v0.12.0) (2024-08-08)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ or you can clone the repository and run the tests or build the library yourself.
9797
<dependency>
9898
<groupId>org.cardanofoundation</groupId>
9999
<artifactId>cf-rewards-calculation</artifactId>
100-
<version>0.12.0</version>
100+
<version>0.13.0</version>
101101
</dependency>
102102
```
103103

calculation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.cardanofoundation</groupId>
88
<artifactId>cf-rewards-calculation</artifactId>
9-
<version>0.12.0</version>
9+
<version>0.13.0</version>
1010
<name>cardano-reward-calculation</name>
1111
<url>https://github.com/cardano-foundation/cf-java-rewards-calculation.git</url>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.cardanofoundation</groupId>
66
<artifactId>cf-rewards</artifactId>
7-
<version>0.12.0</version>
7+
<version>0.13.0</version>
88
<name>cardano-reward-calculation</name>
99
<url>https://github.com/cardano-foundation/cf-java-rewards-calculation.git</url>
1010

validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.cardanofoundation</groupId>
88
<artifactId>cf-rewards</artifactId>
9-
<version>0.12.0</version>
9+
<version>0.13.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0
1+
0.13.0

0 commit comments

Comments
 (0)