File tree Expand file tree Collapse file tree 7 files changed +13
-6
lines changed Expand file tree Collapse file tree 7 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.8 .0"
2+ "." : " 0.9 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.9.0] ( https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.8.0...v0.9.0 ) (2024-03-09)
4+
5+
6+ ### Features
7+
8+ * removing overhead and unused methods. clean up and refactoring ([ da1379c] ( https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/da1379c21134e4f1b7c673e5b19337bed93c1042 ) )
9+
310## [ 0.8.0] ( https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.7.1...v0.8.0 ) (2024-03-07)
411
512
Original file line number Diff line number Diff 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.8 .0</version >
100+ <version >0.9 .0</version >
101101</dependency >
102102```
103103
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.cardanofoundation</groupId >
88 <artifactId >cf-rewards</artifactId >
9- <version >0.8 .0</version >
9+ <version >0.9 .0</version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.cardanofoundation</groupId >
66 <artifactId >cf-rewards</artifactId >
7- <version >0.8 .0</version >
7+ <version >0.9 .0</version >
88 <name >cardano-reward-calculation</name >
99 <url >https://github.com/cardano-foundation/cf-java-rewards-calculation.git</url >
1010
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.cardanofoundation</groupId >
88 <artifactId >cf-rewards</artifactId >
9- <version >0.8 .0</version >
9+ <version >0.9 .0</version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 1- 0.8 .0
1+ 0.9 .0
You can’t perform that action at this time.
0 commit comments