Skip to content

Commit 5c07796

Browse files
Merge pull request #26 from cardano-foundation/release-please--branches--main
chore(main): release 0.3.0
2 parents 00a3ca6 + 910ea0b commit 5c07796

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.2.0...v0.3.0) (2024-01-21)
4+
5+
6+
### Features
7+
8+
* add fee calculation to calculate the fee pot for a certain epoch ([9cfadf7](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/9cfadf7f17d4f02fce037760c67beef26129b53f))
9+
* add utxo pot calculation to calculation module ([e5ac721](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/e5ac7213d9171fcadd71dda51d918f654eb6aabf))
10+
11+
12+
### Bug Fixes
13+
14+
* add pom to pipeline ([3784c3a](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/3784c3a1eaed5200dbc9b5942b469012cb3e10ee))
15+
316
## [0.2.0](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.1.0...v0.2.0) (2024-01-21)
417

518

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0

0 commit comments

Comments
 (0)