Skip to content

Commit c07824e

Browse files
[release] prepare release rexs-api-java-0.10.0
1 parent 7799d0c commit c07824e

5 files changed

Lines changed: 22 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
- ???
13+
14+
15+
## [0.10.0] - 2024-11-05
16+
17+
### Added
18+
19+
- Added numericId to components in schema files
20+
21+
### Changed
22+
1223
- Using JAXB to generate data classes
1324
- Renaming default branch from "master" to "main"
1425
- Changed class types on data classes from `BigInteger` and `BigDecimal` to `int` and `double`
15-
- Added numericId to components in schema files
1626

27+
### Removed
28+
29+
- Dropped language-dependent schema files
30+
31+
### Fixed
32+
33+
- Relations not loaded in schema for versions lower than 1.6
1734

1835
## [0.9.0] - 2024-10-23
1936

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add the dependency to your project:
3535
<dependency>
3636
<groupId>io.github.fva-net</groupId>
3737
<artifactId>rexs-api-java</artifactId>
38-
<version>0.9.0</version>
38+
<version>0.10.0</version>
3939
</dependency>
4040
```
4141

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.github.fva-net</groupId>
2525
<artifactId>rexs-api-java-project</artifactId>
26-
<version>0.10.0-SNAPSHOT</version>
26+
<version>0.10.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.github.fva-net</groupId>
2525
<artifactId>rexs-api-java-project</artifactId>
26-
<version>0.10.0-SNAPSHOT</version>
26+
<version>0.10.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>io.github.fva-net</groupId>
2424
<artifactId>rexs-api-java-project</artifactId>
25-
<version>0.10.0-SNAPSHOT</version>
25+
<version>0.10.0</version>
2626
<packaging>pom</packaging>
2727

2828
<name>REXS-API-Java :: Project</name>

0 commit comments

Comments
 (0)