Skip to content

Commit 827d2a9

Browse files
Merge pull request #48 from cardano-foundation/release-please--branches--main
chore(main): release 0.11.0
2 parents 1c7ee2d + fd83799 commit 827d2a9

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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.10.0"
2+
".": "0.11.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.11.0](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.10.0...v0.11.0) (2024-04-21)
4+
5+
6+
### Features
7+
8+
* generate new report and aggregate test coverage ([65669b7](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/65669b7f875409079472bfe62fa171e1e8c94a41))
9+
310
## [0.10.0](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.9.0...v0.10.0) (2024-04-16)
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.9.0</version>
100+
<version>0.11.0</version>
101101
</dependency>
102102
```
103103

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.11.0

0 commit comments

Comments
 (0)