Skip to content

Commit a450a81

Browse files
Merge pull request #61 from cardano-foundation/release-please--branches--main
chore(main): release 0.14.0
2 parents 3d2aacb + bcf1984 commit a450a81

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
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.13.1"
2+
".": "0.14.0"
33
}

CHANGELOG.md

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

3+
## [0.14.0](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.13.1...v0.14.0) (2025-02-19)
4+
5+
6+
### Features
7+
8+
* follow the standard release flow ([3d2aacb](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/3d2aacb3614099e321a3371eee3c141ef574d0ad))
9+
10+
11+
### Bug Fixes
12+
13+
* Convert poolMargin from double to BigDecimal to fix rounding issue in preview (1 lovelace diff in preview epoch 372 where margin = 99.99%) ([ea12af7](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/ea12af72274e89e268b0a51c2bff340dac4732e4))
14+
315
## [0.13.1](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.13.0...v0.13.1) (2024-11-08)
416

517

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.1
1+
0.14.0

0 commit comments

Comments
 (0)