Skip to content

Commit 1b23de5

Browse files
Merge pull request #62 from cardano-foundation/release-please--branches--main
chore(main): release 1.0.0
2 parents 827cb49 + 4f874f9 commit 1b23de5

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-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.14.0"
2+
".": "1.0.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+
## [1.0.0](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.14.0...v1.0.0) (2025-02-19)
4+
5+
6+
### Features
7+
8+
* release stable major version ([74cb097](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/74cb09799c91b11ac9380d1a9ef1344de3df0db2))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* release 1.0.0 ([827cb49](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/827cb491c16daf5c26a9d64874be2c375d986ede))
14+
315
## [0.14.0](https://github.com/cardano-foundation/cf-java-rewards-calculation/compare/v0.13.1...v0.14.0) (2025-02-19)
416

517

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.14.0</version>
100+
<version>1.0.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.14.0</version>
9+
<version>1.0.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.14.0</version>
7+
<version>1.0.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.14.0</version>
9+
<version>1.0.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.14.0
1+
1.0.0

0 commit comments

Comments
 (0)